Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
cordova-ios@4.4.0, cordova@8.0.0
-
None
-
None
-
MacBook Pro OSX 10.13.5
Xcode 9.4.1 (same result in previous version)
Description
HelloWorld app using a freshly installed Cordova. (I uninstalled & then installed without stating a version number preference .. sudo npm install -g cordova)
fails to copy the Cordova folder into the CordovaLib folder in XCode
I located the Cordova folder under /Users/me/Sites/hello/cordova/node_modules/cordova-ios/CordovaLib & copied it into the project CordovaLib folder... That got it working in a simulator .. but the "Products" folder was still showing red. It failed on my iPhone. The app launched but then hung - as it does when Cordova can't be found.
I think that sums it up... I've been fighting with it all in my large/old project for 2 days w/o luck, so I tried HelloWorld
See attached