本文介绍了链接伞框架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

I got ios app where i want to implement Flurry-analytics.

导入Flurry和ling libsystem_network.dylib

After importing Flurry and ling libsystem_network.dylib

我遇到了无法解决的问题

I got this problem which cannot solve

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 在这里和其他一些地方也存在同样的问题:

In google i find the same problem with libcommonCrypto.dylib here and in some other places:

但这对我没有帮助

任何想法? thnx

Any ides? thnx

推荐答案

我只需更改 libsystem_network.dylib SystemConfiguration.framework ,适用于Flurry

I simply change libsystem_network.dylib for SystemConfiguration.framework and that works for Flurry

这篇关于链接伞框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 19:16