My iPhone and iPad not detected after update appcelerator studio (Appcelerator Studio, build: 4.4.0.201511241829).
Android device detected easily but ios device not detected after refresh devices not worked.
Can some one help me. what have to do.
Does Xcode detect your device? If you plugin the device, open Xcode and navigate to the devices window does it show up there?
– Fokke Zandbergen
My device detected in Xcode but from appcelerator it is not sowing up or detected.
– Sumit Chakrabarty
If you use the CLI and run appc ti info -t ios does it show there? Or any errors?
– Fokke Zandbergen
This error appear ==========|[ERROR] Failed to run command "info" [ERROR] Error: Cannot find module '/Users/debapam/Library/Application Support/Titanium/mobilesdk/osx/5.0.2.GA/node_modules/sqlite3/lib/bindin g/node-v47-darwin-x64/node_sqlite3.node' at Function.Module._resolveFilename (module.js:325:15)
– Sumit Chakrabarty
at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object.<anonymous> (/Users/debapam/Library/Application Support/Titanium/mobilesdk/osx/5.0.2.GA/node_modules/sqlite3/lib/sqlite3.js:4:1 5) at Module._compile (module.js:397:26) at Object.Module._extensions..js (module.js:404:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17)
– Sumit Chakrabarty
1 Answers
1
votes
This happened to me, I had to do the following steps to get it working:
Uninstalled Appcelerator Studio
Downloaded the latest iOS SDK from Apple's dev portal.
Installed latest iOS SDK
Downloaded and installed fresh Appcelerator Studio
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
appc ti info -t ios
does it show there? Or any errors? – Fokke Zandbergen