[AC-3639] My titanium ios project seems to build but throw an exception when launches ios simulator (ipad)
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2016-05-24T21:31:36.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Valentin AMATHIEU |
Assignee | Shak Hossain |
Created | 2016-05-19T14:54:37.000+0000 |
Updated | 2016-05-24T21:31:36.000+0000 |
Description
Steps to Reproduce
- Go into my project directory
- With the Titanium CLI : ti build -p ios -l 9.2 --log-level debug
Actual Result
After the 'Launching iOS Simulator' line, a 'TypeError: Bad argument' exception is thrown.
I could build and run without any problem a few weeks ago. Since I have not made any modification into my code and I cannot run anymore.
Expected Result
I was expecting the same behaviour that a few weeks ago, that my app launches
Attachments
File | Date | Size |
.log | 2016-05-19T14:54:46.000+0000 | 6759662 |
build_iphone.log | 2016-05-19T14:54:49.000+0000 | 120926 |
Hello, As you are using Appcelerator studio and I presume you have Appcelerator installed correctly, I would suggest you run the app with "appc run -p ios -l 9.2". Now, If that didn't work I would suggest you run "appc use latest" "appc setup" If this commands runs successfully, then there is no problem with your environment. Regards, Sharif.