我有 ios 应用程序,我想在其中实施 Flurry 分析。
导入 Flurry 和 ling libsystem_network.dylib 后
我遇到了这个无法解决的问题
ld: cannot link directly with /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/lib/system/libsystem_network.dylib. Link against the umbrella framework 'System.framework' instead. for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
libcommonCrypto.dylib
在谷歌中,我在这里和其他一些地方发现了同样的问题:
CommonCrypto 不是为 arch armv7 iOS 构建的
但这对我没有帮助
有什么想法吗?谢谢