链接伞框架

Eug*_*kov 8 networking flurry ios libsystem

我有ios应用程序,我想实现Flurry-analytics.

导入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)
Run Code Online (Sandbox Code Playgroud)

在谷歌我发现在libcommonCrypto.dylib这里和其他一些地方有同样的问题:

CommonCrypto不是为archv7 iOS构建的

但这对我没有帮助

任何想法?日Thnx

Pop*_*dic 11

在框架中使用CommonCrypto时,我在使用libcommonCypto.dylib链接时遇到了类似的错误,更改为Security.framework并且运行良好.


Eug*_*kov 7

我只是改变libsystem_network.dylibSystemConfiguration.framework,这适用于Flurry