I need to distribute my app to be tested using iphone simulators. So I built the binary and whenever i try to run the app by double clicking on it, The app crashes with the error
Dyld Error Message: Library not loaded: /System/Library/Frameworks/UIKit.framework/UIKit Referenced from: /Users//dev/iphone_workspace/MD2final/build/Analyzer-iphonesimulator/MD2final.app/MD2final Reason: image not found
But I have added the UIKit to the project and am Able to run the same application from Xcode by using "Build and go".
Is there a way I can build the binary in my Xcode and distribute only the binary to others for testing.