XCode 5 GM linker error: too many compact unwind infos in function anon for architecture i386 XCode 5 GM linker error: too many compact unwind infos in function anon for architecture i386 xcode xcode

XCode 5 GM linker error: too many compact unwind infos in function anon for architecture i386


UPDATE:Google released a fix for the Google Analytics libraryhttps://code.google.com/p/analytics-issues/issues/detail?id=338

See version v3.01 here:https://developers.google.com/analytics/devguides/collection/ios/resources

FWIW, with the Google Analytics library, the link error only happens when deployment target is set to 7.0. If you drop the deployment target to 6.1 for example linking works without error.

For reference, with respect to Google Ananlytics, I've posted an issue in Google's bug tracker.


Workaround: Build for device.

Not so much of a fix, but try building your app for a device rather than simulator. Might be related to the introduction of 64-bit.

I can archive my app, but when I try to build/run for simulator, it fails at linking with the same error you're receiving.

To be clear, I'm also using cocoapods.


changing " iOS Deployment Target to something less than "iOS 7.0"

inside

"Project" -> Build Settings -> Deployment

worked for me, i guess it has something to do with the configuration used to build the external lib.i was facing the issue with the simulator only, when included Jot Touch SDK