Archived Forum Post

Index of archived forum posts

Question:

xcode 8 error while linking chilkat

Sep 22 '16 at 09:47

Hello, I installed Xcode 8 and got the newest Chilkat lib for iOS and objective-c v9.5.0.59. I created two static libs for simulator and iOS device. The linker always shows this message: Undefined symbols for architecture i386: "CkTaskU::inject(void)", referenced from: PevCallbackRouter::pevTaskCompleted(ClsTask) in libchilkatSimIos.a(PevCallbackRouter.o) "CkTaskU::CkTaskU()", referenced from: PevCallbackRouter::pevTaskCompleted(ClsTask) in libchilkatSimIos.a(PevCallbackRouter.o) "CkTaskU::~CkTaskU()", referenced from: PevCallbackRouter::pevTaskCompleted(ClsTask) in libchilkatSimIos.a(PevCallbackRouter.o) I only use the crypt module. Any ideas? Sina


Answer

Thanks, I'm producing new builds right now. This was a SNAFU in the production build process where these particular files were missed.


Answer

The new builds that now include the missing symbols are now available at https://www.chilkatsoft.com/downloads_ios.asp


Answer

Thank you. It words now. Very fast reaction.