Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Incompatible with iOS9 Public Beta 1 #131

Closed
nitzanwilnai opened this issue Jul 14, 2015 · 12 comments
Closed

Incompatible with iOS9 Public Beta 1 #131

nitzanwilnai opened this issue Jul 14, 2015 · 12 comments

Comments

@nitzanwilnai
Copy link

It appears this plugin is incompatible with iOS9 Public Beta 1.

I created a brand new project, loaded all my plugins except this one and it ran fine.

Once I add this plugin, it crashes in main.m on:
int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate");
with EXEC_BAD_ACCESS.

Note that if you compile it on iOS 8.4, then update to iOS 9, the app will run fine. It is only when it is compiled from scratch using XCode 7 Beta 3 that it crashes.

Also, if you delete the iOS 9 Beta profile, you can install the app to it using XCode 6, but it will still crash.

@shepsii
Copy link

shepsii commented Jul 22, 2015

getting the same thing here on beta 3

@nitzanwilnai
Copy link
Author

Still happening on public beta 2.

@clauderic
Copy link

ditto

EddyVerbruggen added a commit that referenced this issue Aug 23, 2015
#127 iOS 9 without local webserver
@EddyVerbruggen
Copy link
Contributor

Hi, I waited a bit to see if Apple would change things again, perhaps even for the better, but with the latest beta this plugin was still broken. So I assume it will be with the final release.

I just released 0.5.0 of this plugin which should be compatible with iOS9. I kindly ask you to test it a bit and report back here.

Thanks guys,
Eddy

@clauderic
Copy link

@EddyVerbruggen Works great so far!

@nitzanwilnai
Copy link
Author

How do I install version 0.5.0?

cordova plugin add com.telerik.plugins.wkwebview gives me version 0.4.0:
com.telerik.plugins.wkwebview 0.4.0 "WKWebView Polyfill"

EDIT - got it to work by calling:
cordova plugin add https://github.com/Telerik-Verified-Plugins/WKWebView.git

Works! Thanks!

@shepsii
Copy link

shepsii commented Aug 25, 2015

cordova plugin add [email protected] would be the usual
cordova command line format for this, but I haven't personally tried it yet!

On Tue, Aug 25, 2015 at 5:46 AM, nitzanwilnai [email protected]
wrote:

How do I install version 0.5.0?

cordova plugin add com.telerik.plugins.wkwebview gives me version 0.4.0:
com.telerik.plugins.wkwebview 0.4.0 "WKWebView Polyfill"


Reply to this email directly or view it on GitHub
#131 (comment)
.

@EddyVerbruggen
Copy link
Contributor

It wasn't released to the registry yet - it is now!

@shepsii
Copy link

shepsii commented Aug 29, 2015

Hi Eddy, bit confused here. When I update to the newest version of plugin my "cordova build ios --release" fails. It says "You may not have the required environment or OS to build this project". I do have the Xcode beta installed and updated; when I remove the wkwebview plugin the compile runs. Am I missing something?

And just to clarify: If we compile a project with 0.4.x, and then release through Xcode 6, that'll be fine; therefore the reason for this fix is more to deal with app submission when Apple insist that apps are built with Xcode 7 (as they tend to do each Jan/Feb)

Thanks!
Simon

@shepsii
Copy link

shepsii commented Aug 29, 2015

Scratch that. usual cordova platform remove ios; cordova platform add ios; cordova build .... voodoo sorted this!

EddyVerbruggen added a commit that referenced this issue Sep 10, 2015
…server.

Found an incompatibility when building with XCode 7 and running on iOS 8.4.1.
@LukePulverenti
Copy link

what about rendering images using file:// url's? is that something we should be able to do now?

@EddyVerbruggen
Copy link
Contributor

@LukePulverenti I would think so, yes.

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

No branches or pull requests

5 participants