You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After following this thread #26 , i'm able to build the project and can able to generate the .ipa file using LocalDevice , but i'm unable to debug or Deploy directly to simulator or device
When i tried to debug using iOS Simulator i got the following error in Visual studio
Timed out connecting debugger to remote Apache Cordova app. See Output window for JavaScript console output.
------ Cordova tools 6.5.0 already installed.
C:\Users\venkat\AppData\Roaming\npm\node_modules\vs-tac\node_modules\q\q.js:126
throw e;
^
Error: The edge module has not been pre-compiled for node.js version v0.12.9. You must build a custom version of edge.node. Please refer to https://github.com/tjanczuk/edge for building instructions.
at determineVersion (C:\Users\venkat\AppData\Roaming\npm\node_modules\vs-tac\node_modules\edge\lib\edge.js:20:11)
at Object.<anonymous> (C:\Users\venkat\AppData\Roaming\npm\node_modules\vs-tac\node_modules\edge\lib\edge.js:32:102)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (C:\Users\venkat\AppData\Roaming\npm\node_modules\vs-tac\lib\remoteBuild.js:19:12)
at Module._compile (module.js:460:26)
------ Cordova tools 6.5.0 already installed.
C:\Users\venkat\AppData\Roaming\npm\node_modules\vs-tac\node_modules\q\q.js:126
throw e;
^
Error: The edge module has not been pre-compiled for node.js version v0.12.9. You must build a custom version of edge.node. Please refer to https://github.com/tjanczuk/edge for building instructions.
at determineVersion (C:\Users\venkat\AppData\Roaming\npm\node_modules\vs-tac\node_modules\edge\lib\edge.js:20:11)
at Object.<anonymous> (C:\Users\venkat\AppData\Roaming\npm\node_modules\vs-tac\node_modules\edge\lib\edge.js:32:102)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (C:\Users\venkat\AppData\Roaming\npm\node_modules\vs-tac\lib\remoteBuild.js:19:12)
at Module._compile (module.js:460:26)
After following this thread #26 , i'm able to build the project and can able to generate the
.ipafile usingLocalDevice, but i'm unable to debug or Deploy directly to simulator or deviceWhen i tried to debug using iOS Simulator i got the following error in Visual studio
But here is the Debug error