1) add the latest version as framework
2) make sure to target iOS 7.0
3) try to build:
ld: in /path/to/FastPdfKit/FastPdfKit.embeddedframework/FastPdfKit.framework/FastPdfKit(FastPdfKit), too many compact unwind infos in function anon for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
1) add the latest version as framework 2) make sure to target iOS 7.0 3) try to build:
ld: in /path/to/FastPdfKit/FastPdfKit.embeddedframework/FastPdfKit.framework/FastPdfKit(FastPdfKit), too many compact unwind infos in function anon for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
4) workaround: target 6.1 or lower
This (http://stackoverflow.com/questions/18731667/xcode-5-gm-linker-error-too-many-compact-unwind-infos-in-function-anon-for-arch) is exactly the same problem.