I know this has been asked before but the answers at those questions don't address my solution. thats why i have to post a new question.
the problem is previously I have linked libcommonCrypto.dylib and built the project the error was
ld: cannot link directly with /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/lib/system/libcommonCrypto.dylib.
Link against the umbrella framework 'System.framework' instead. for architecture armv7
after searching over the google tried the following solutions
- added libz.dylib
- added SystemConfiguration.framwork
- imported
it was stated at one place that i should add JavaScriptCore.framework but in framework list of Xcode I wasn't being able to find this framework
STill the error remains..
Any help .. what am i doing wrong ??