Click here to Skip to main content
15,879,239 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hello, I'm trying to use the Chilkat Objective-C examples in Xcode5.1.1 to build an IOS application on a MacBook Pro (Intel Core i5), which is 64-bits. And I've followed the chilkat notes on "How to Link with Static Library in XCode", in order to link the x86-64 (libchilkatIos.a), and I've also included the required header file using #import"HeaderFile.h", but still I get the following warning and errors: Warning: Apple Mach-O Linker Warning ignoring file <path> Errors: 1- Apple Mach-O Linker Error "OBJC_CLASS$_CkoCrypt2", referenced from: 2- Apple Mach-O Linker Error Linker Command failed with exit code 1 (use -v to see invocation)

What can I Do?

Regards. Rania
Posted
Updated 2-Jun-14 14:30pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900