摘要:
Some third party iOS library providers provideseparate static library archives for simulator (i386) and device (armv6 and or armv7).That's a pain since you either change them manually or set the linking flags on different Xcode targets to use the appropriate library (whereas normally with librar 阅读全文
摘要:
What You needed to do:Click on your project (targets)Click on Build Settings Under Library Search Pathsdelete the pathWorked wonders! 阅读全文