I got ios app where i want to implement Flurry-analytics.
After importing Flurry and ling libsystem_network.dylib
I got this problem which cannot solve
You can try set Link Binary With Libraries like this, it works for me. There's a demo, it's called Socket.io-with-iOS, you can checkout out it.
I simply change libsystem_network.dylib
for SystemConfiguration.framework
and that works for Flurry
When using CommonCrypto in a framework, I was getting a similar error durning linking with libcommonCypto.dylib, changed to Security.framework and it is working well.