The error in the console is:
[DEBUG] : [ioslib] [ios-sim] [DEBUG] Session could not be started: Error Domain=NSPOSIXErrorDomain Code=22 "Unable to run app in Simulator" UserInfo=0x7f98e2b1c6e0 {NSLocalizedFailureReason=An error was encountered while running (Domain = NSPOSIXErrorDomain, Code = 22), NSUnderlyingError=0x7f98e2b13a70 "Installation Failed", NSLocalizedRecoverySuggestion=An error occurred while preparing the app for installation (no bundle identifier was found at the expected path), NSLocalizedDescription=Unable to run app in Simulator} [ERROR] : An error occurred running the iOS Simulator (ios-sim exit code 1)
As far as I can tell, the built app dir (e.g. Hello/build/iphone/build/Debug-iphonesimulator/Hello.app) is missing the compiled binary (e.g. Hello), Info.plist, and PkgInfo. If I copy these files manually and launch the iOS simulator from the command line (ios-sim ...) it works.
This project is completely new, the basic Hello World template. I've tried cleaning and compiling with most of the iOS devices, and iOS 7 and 8, and it seems to be the same thing.
I'm running:
- App type: mobile
- Titanium Studio, build: 3.4.1.201410281727
- Titanium SDK 3.5.0.GA
- Xcode 6.1.1
- OS X 10.9.5
I'm quite new to Titanium, so I'm not sure of the best place to ask questions/submit bugs. Please advise. Thank you,
Jacob