[AC-6422] iOs Version error - SOLVED
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-12-25T16:56:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Giorgio Tassistro |
Assignee | Motiur Rahman |
Created | 2019-10-30T07:54:01.000+0000 |
Updated | 2019-12-25T16:56:31.000+0000 |
Description
Steps to Reproduce
Hi.
After I installed latest version of MacOs Catalina and xCode i have a wrong ios-version error.
I try to request an update in Preference > Studio > Platform > iOs, but i have no result.
Best Regards.
Actual Result
.
.
.
android-6.0.0.zip'}]}],'components':[]}
[ERROR] : Invalid '--ios-version' value '12.4'
Accepted values:
13.1
[ERROR] : Invalid '--device-id' value '09D1362E-3A4E-4234-99F6-4E9DAEE7A878'
Available iOS Simulators:
13.1
03951EF9-4A2F-42F8-9D01-B7D1E70B1F5F iPad Air (3rd generation)
...
Expected Result
This it works.
Attachments
I tried with a line command: appc run -p ios -T simulator -l trace and so, it's work, Why ?
Hello, Please share the trace log of the issue, Looks like your terminal run is working. something wrong on the studio front, Can you share the Preference > Studio > Platform > iOS screen? Also, Try using studio terminal from your run. Thanks.
Hi, I have attached two files: - TraceLog.txt - Log from (after) click "run" in appcelerator studio - appcTraceLog.txt - Log of "appc run -p ios -T simulator -l trace" , run in terminal of Studio. Note: I tried to reinstall all studio, but it not works.in the meantime I updated to 13.2 (iOs and xCode) Thanks.
I Solved ! 1. After several attempts something changed by changing the working space folder. 2. With the setting of the new folder, appcelerator did not recognize the presence of xcode 3. For this problem I found a link where they recommended to reinstall node.js https://stackoverflow.com/questions/34228075/appcelerator-studio-does-not-recognize-xcode 4. I installed new versione of *node.js 13.x* 5. After this the appc complements, I was informed that an update was needed for version 13.x 6. To be careful I tried after installing the node.js 13.x to reinstall appceleretor studio, but it doesn't work. 7. I invoke for resolve: *appc user 7.1.1 -force* 8. After this *appcelerator studio saw xcode, the new emulators and works with the SDK version 13.2 !*
[~gtassistro] Always try to use LTS version of the node. Please have a look compatibility doc link - http://docs.appcelerator.com/platform/latest/#!/guide/Installing_Node We recommend you to use LTS version of 10.X.X Thanks!