Ignore annotations not working in 1.6

Issue #75 resolved
Former user created an issue

After updating to 1.6, the ignore annotations don't work anymore. I've attached some screenshots.

Comments (6)

  1. Ali Rantakari repo owner

    This regression is due to Faux Pas 1.6 using the "open source/upstream" version of the Clang compiler — unfortunately Apple has still not released the sources for the "Xcode 7" version of Clang. In the meantime I will try to find a way to fix this issue independently.

    The previous version is still available at http://files.fauxpasapp.com/FauxPas-1.5.tar.bz2. Faux Pas 1.6 also can be made to use the "Xcode 6.4" version of Clang with this user default (requiring restarting the app):

    defaults write org.hasseg.fauxpas clangVersionToUse -string xcode64
    

    But please note that the "Xcode 6.4" version of Clang doesn't work with the new platform (e.g. iOS 9) SDKs — if your project is compiling against them, Faux Pas will not be able to parse the sources using this older version of Clang.

  2. Log in to comment