I have been using Cruise Control, KIF, and Waxsim to test my iOS applications. Recently, I upgraded to Xcode 4.4 and noticed WaxSim no longer runs. I am getting this error which makes me believe that the iPhoneSimulator private framework got moved. Any ideas on how to get WaxSim up and running again?
dyld: Library not loaded: @rpath/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
Referenced from: /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/iPhoneSimulatorRemoteClient.framework/Versions/A/iPhoneSimulatorRemoteClient
Reason: image not found
I figured out that you have to re-build and re-install WaxSim everytime the SDK is updated. Run
to see the list of available SDKs. If yours is not listed there then re-build and re-install WaxSim using the following command.
I also got WaxSim from the following repo :
https://github.com/jonathanpenn/WaxSim
who fixed a couple of things – like accessing stuff from the Xcode.app instead of /Developer