Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does this still work with Ios? #32

Open
gocoffeecup opened this issue Jun 14, 2017 · 3 comments
Open

does this still work with Ios? #32

gocoffeecup opened this issue Jun 14, 2017 · 3 comments

Comments

@gocoffeecup
Copy link

gocoffeecup commented Jun 14, 2017

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

@bradleyjames
Copy link
Collaborator

It hasn't been tested on Cordova 7. Sounds like it's having issues there.

@fevxie
Copy link
Contributor

fevxie commented Jun 23, 2017

my project still work as usual after upgrade to Cordova 7.0.1

@ycwjjjj
Copy link

ycwjjjj commented Sep 1, 2017

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]);
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants