Hi Guys, Upgraded to Mountain Lion from Snow Leopard, upgraded Titanium Studio and XCODE etc... Now when i build i get the following error 'dyld' and i cant seem to see why i get the error.
Framework = 2.1.0.GA
[INFO] iPhone SDK version: 5.1 [INFO] iPhone simulated device: iphone [INFO] Performing full rebuild. This will take a little bit. Hold tight... [INFO] Skipping JS compile, running from simulator [INFO] Performing clean build [INFO] Launching application in Simulator dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/osascript) is code signed with entitlements [INFO] Launched application in Simulator (156.25 seconds) [INFO] Application has exited from SimulatorAny ideas? Please help, i cannot test my apps now :(
5 Answers
For those of you who updated to Mountain Lion and cannot run the app, here is the work around until we start supporting it:
- Build the project through Studio, as usual
- Go to the finder and open the Xcode project ( root/build/iphone/app_name.xcodeproj )
- Choose the target you're aiming for ( iPhone (empty), iPad, or universal )
- Build from Xcode
This is a workaround and not recommended for normal development. Do this only if you can't build it from Studio.
Ahh apparently Ti isnt ready for any XCODE versions above 4.2 yet... time to downgrade lol
same here, but everything seems to compile normally.. at least on simulator.
i have the same problem, [INFO] One moment, building ... [INFO] Titanium SDK version: 2.0.2 (05/30/12 10:21 2ff31a3) [INFO] iPhone Device family: iphone [INFO] iPhone SDK version: 5.1 [INFO] iPhone simulated device: iphone [INFO] Launching application in Simulator dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/osascript) is code signed with entitlements [INFO] Launched application in Simulator (4.41 seconds)
Same here . Clean install of Mountain Lion + Xcode version 4.4, But it runs on emulator from both xcode and titanium
[INFO] One moment, building ... [INFO] Titanium SDK version: 2.1.0 (06/28/12 12:16 6e3cab6) [INFO] iPhone Device family: iphone [INFO] iPhone SDK version: 5.1 [INFO] iPhone simulated device: iphone [INFO] Compiling localization files [INFO] Launching application in Simulator dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/osascript) is code signed with entitlements [INFO] Launched application in Simulator (7.11 seconds) [INFO] Application started [INFO] studioone/1.0 (2.1.0.GA.6e3cab6)
Your Answer
Think you can help? Login to answer this question!