I tried to make a simple program of displaying label "Hello" for iPhone simulator! It works fine when executed through Xcode but when I try to run it directly through- Release-iPhoneSimulator folder the application crashes!
The error which is shown is:
Library not loaded: /System/Library/Frameworks/UIKit.framework/UIKit
Referenced from: /Users/keyss/Desktop/Release-iphonesimulator 2/Hello.app/Hello
Reason: image not found
Although I have added a UIKit framework to it!
The error which is shown is:
Library not loaded: /System/Library/Frameworks/UIKit.framework/UIKit
Referenced from: /Users/keyss/Desktop/Release-iphonesimulator 2/Hello.app/Hello
Reason: image not found
Although I have added a UIKit framework to it!