-
Notifications
You must be signed in to change notification settings - Fork 149
Incompatible with iOS9 Public Beta 1 #131
Comments
getting the same thing here on beta 3 |
Still happening on public beta 2. |
ditto |
#127 iOS 9 without local webserver
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, |
@EddyVerbruggen Works great so far! |
How do I install version 0.5.0? cordova plugin add com.telerik.plugins.wkwebview gives me version 0.4.0: EDIT - got it to work by calling: Works! Thanks! |
cordova plugin add [email protected] would be the usual On Tue, Aug 25, 2015 at 5:46 AM, nitzanwilnai [email protected]
|
It wasn't released to the registry yet - it is now! |
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! |
Scratch that. usual cordova platform remove ios; cordova platform add ios; cordova build .... voodoo sorted this! |
…server. Found an incompatibility when building with XCode 7 and running on iOS 8.4.1.
what about rendering images using file:// url's? is that something we should be able to do now? |
@LukePulverenti I would think so, yes. |
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.
The text was updated successfully, but these errors were encountered: