XCode7 requested "bitcode" to be enabled for FastPdfKit, this library "FastPdfKit" is not updated from year ago, any idea to solve this problem ?
Asked
Active
Viewed 76 times
1 Answers
0
You can get away by turning-off bitcode for your main target, possibly also that framework if that has its own target. (Target -> Build Settings -> Enable Bitcode -> off) This will disable some features like appthinning probably but you should be able to build project.

PetrV
- 1,368
- 2
- 15
- 30
-
thanks, but i can't disable app thinning feature, i will try another library if there is no other solution. – Yasser Farrag Sep 27 '15 at 14:55
-
just to note without bitcode the app will have the same size as it used to have during iOS 8, app-thinning is not yet live in the appstore at the moment anyway , you can read more about it at http://stackoverflow.com/questions/30722606/what-does-enable-bitcode-do-in-xcode-7 – PetrV Sep 27 '15 at 14:59