SSHCore Framework can't run in iphone sdk
I have downloaded SSHCore source code which uses libssh2 library. That code build successfully, but as i put that in my code and build it, it builds successfully but after running it gives me this error:
dyld: Library not loaded: @executable_path/../Fram开发者_如何转开发eworks/SSHCore.framework/Versions/A/SSHCore Referenced from: /Users/mac04/Library/Application Support/iPhone Simulator/4.0/Applications/541D1C93-3E50-4932-841C-2D63F5F7FF10/SSH.app/SSH Reason: image not found
If any one has used this then please help me to solve this issue. Thanx in advance.
You can't run 3rd party frameworks on iOS.
Have you followed these instructions to turn it into a library that can be used on the iPhone?
精彩评论