Archived Forum Post

Index of archived forum posts

Question:

Xcode Objective C compatibility Issue using chilkat (iOS)

Mar 10 '16 at 21:21

I had question to ask, I had chilkat iOS Objective C, Swift, C and C ++ Libraries for iOS prior to iOS 9.0 and put all device library (arm7, arm6, arm64... ) to my project, but everytime I run directly to device with Arm64, I must go to Xcode Build Setting, Search Path, Library Search path, and set path of libchilkatIos.a from arm64 in top of all lib search path.

Is there any issue if I archive my project to .ipa with all chilkat lib and put in app store ?. I mean is there any compatibility issue for arm6, arm7 in iPad or iPhone ? because I set path of libchilkatIos.a from arm64 in top of all lib search path. Thanks