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
I got it running on android but i can't get it to run on ios, I've installed the latest Xcode, but when I start it in the Ios emulator and use safari as debugger cordova is always undefined.
BTW I'm using the latest Xcode and cordova 7.0.1
The text was updated successfully, but these errors were encountered:
I am using Cordova 7.0.1, iOS version 4.4.0
After adding this into config.xml, it will have compile error.
<preference name="CRIInjectFirstFiles" value="www/cordova.js" />
Error occurs at:
(void)parser:(NSXMLParser*)parser parseErrorOccurred:(NSError*)parseError
{
NSAssert(NO, @"config.xml parse error line %ld col %ld", (long)[parser lineNumber], (long)[parser columnNumber]);
}
I got it running on android but i can't get it to run on ios, I've installed the latest Xcode, but when I start it in the Ios emulator and use safari as debugger cordova is always undefined.
BTW I'm using the latest Xcode and cordova 7.0.1
The text was updated successfully, but these errors were encountered: