I have this message when I build my project:
dyld: library not loaded:
@rpath/iPhoneSimulatorRemoteClient.framework/Versions/A/iPhoneSimulatorRemoteClient Referenced from: /Users/dev01/mobile/ios/Test/test/testTests/FoneMonkey/bin/iphonesim Reason: image not found
This is a dynamic communication error, and, as I understand it, this error was fixed because the image was not found. it is right?
What steps should be taken to resolve errors?
I found the link, and since I understood this error, because I am using xcode 4.3. Now I tried it on 4.2 and something good.
But I do not know how to run it on Xcode 4.3
source share