[AC-6260] no ios support since new installation
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Done |
Resolution Date | 2019-05-18T08:11:45.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Joachim Mollin |
Assignee | Shak Hossain |
Created | 2019-05-17T20:57:05.000+0000 |
Updated | 2019-05-18T08:11:45.000+0000 |
Description
Steps to Reproduce
Due to an error when updating to Ti 8.01 and CLI 7.0.11 I was forced to reinstall. Since then I have. no access to iOS. Always get the message that xcode cannot be detected althoug 10.2 ist installed.
sudo xcode-check -s … didnt help.
appc info shows me Xcode installed correctly
Xcode
10.2.1 (build 10E1001) - Xcode default
Install Location = /Applications/Xcode.app/Contents/Developer
iOS SDKs = 12.2
iOS Simulators = 12.2
Watch SDKs = 5.2
Watch Simulators = 5.2
Supported by TiSDK 8.0.1.GA = yes
EULA Accepted = yes
Teams = none
iOS Keychains
accountsKeychainExport.keychain = /private/var/folders/dv/xxm3wh810bl9bfxxspt6bwvc0000gn/T/accountsKeychainExporte5w/accountsKeychainExport.keychain
login.keychain-db = /Users/mollin/Library/Keychains/login.keychain-db
System.keychain = /Library/Keychains/System.keychain
But it will not show up in the iOS platform preferences
appc setup shows no error
only appc install says ERROR no package.json found
What can I do to solve the problem.
Actual Result
no iOS support
Expected Result
need iOS support
Attachments
Hi [~mollin], Can you please try the following CLI command: 1.sudo xcode-select --switch /Applications/Xcode.app 2. sudo rm -rf ~/.appcelerator 3. sudo rm -rf ~/.titanium 4. sudo npm uninstall -g titanium 5. sudo npm uninstall -g appcelerator 6. sudo npm install -g appcelerator 7. appc use latest 8. appc setup Let me know if you still experience the same after trying this. Thanks!
Hallo Jebun, Thank you very much for your quick help on a Friday, it works. Joachim
Great to hear that [~mollin] !