[AC-5446] Studio cannot detect Xcode after Instal Atom and Appcelerator Plug-in
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Done |
Resolution Date | 2017-12-29T21:54:56.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Studio |
Labels | ios |
Reporter | Marcio Cunha |
Assignee | Shak Hossain |
Created | 2017-12-12T02:22:57.000+0000 |
Updated | 2017-12-29T21:54:56.000+0000 |
Description
Appcelerator Studio Unable to find any Xcode installation.
I already re-installed xcode, appcelerator studio, appcelerator-cli
I also executed sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
This problem started after install Atom and the new away-appcelerator-plug-in
I tried everything, appcelerator studio is not finding Xcode but the cli does and can also build
Error: An internal error occurred during: "Update iOS info".java.lang.NullPointerException
Attachments
The issue still occurs. I also had to use NVM and downgrade my node to 6.10 in order to install the package. If you use the last NODE LTS the package will not install.
[~mlcunha], Thanks for your feedback. Can you please provide this? Appc Daemon dumpfile generated from *Help -> Studio -> Generate Appc Daemon Dump* Studio logfile from *Help -> Studio -> View Log File* *Appc daemon info appc appcd exec /system-info/1.x/info* ran in terminal Appc Ti info *appc ti info -o json* Best
[^AllLogs.zip] All Logs are in this zip file. Let me know if you need anything else. I cannot work.
Hello, Could you attach a trace log that includes the actual error? And do you use any modules that may cause this? Usually it's an issue with modules that do not link frameworks correctly. Thanks.
Thanks for your feedback. Run the following commands and let us know how it goes. Close Appcelerator Studio Open the terminal Stop the daemon: appc appcd stop cd into the appcelerator package: cd ~/.appcelerator/install/7.0.0/package Install the update: npm install ioslib@next Reopen Studio Hope this helps. Let us know. Thanks.
npm install ioslib@next is giving the following error: npm ERR! path /Users/marcio/.appcelerator/install/7.0.0/package/node_modules/node-ios-device/node_modules/node-pre-gyp npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall rename npm ERR! enoent ENOENT: no such file or directory, rename '/Users/marcio/.appcelerator/install/7.0.0/package/node_modules/node-ios-device/node_modules/node-pre-gyp' -> '/Users/marcio/.appcelerator/install/7.0.0/package/node_modules/node-ios-device/node_modules/.node-pre-gyp.DELETE' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent
Hello, Can you update your node first? The previous error is related to nodejs. Thanks.
My nodejs is 8.9.3. Which nodejs should I use?
[~mlcunha] we recently released CLI 7.0.1 that should fix the reported issues with xcode etc, you can get it by running appc use 7.0.1 in the cli or checking for updates in studio
Hello [~mlcunha], Please update your SDK and see if the issue still occurs or not!?