Telerik-Verified-Plugins / WKWebView

DEPRECATED - this plugin served a purpose in the past, but there are better implementation now

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Failed in ios

ezazwar1 opened this issue · comments

** BUILD FAILED **

The following build commands failed:
CompileC build/KashmirNow.build/Debug-iphonesimulator/KashmirNow.build/Objects-normal/i386/MyMainViewController.o KashmirNow/Plugins/com.telerik.plugins.wkwebview/MyMainViewController.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/ezazwar/Downloads/testmyiosapp/platforms/ios/cordova/build-debug.xcconfig,-project,KashmirNow.xcodeproj,ARCHS=i386,-target,KashmirNow,-configuration,Debug,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=/Users/ezazwar/Downloads/testmyiosapp/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/ezazwar/Downloads/testmyiosapp/platforms/ios/build/sharedpch

same for me

@skaraman WKWEBVIEW is not supported on cordova ios>4

What's the solution for this? I want to have WKWebview for my iOS build

you can either degrade to cordova ios <4 or there is another plugin that works with cordova ios 4 you can find that in the issues somewhere in comments

I found a work around- using "cordova-plugin-wkwebview-engine" in my packages.json. Anything wrong with that?

That's hardly a workaround as that's an entirely different plugin. Please go ahead and use it if it suits your needs!

Thanks Eddy- I'm not sure what the difference is between that and this plugin. Can you clarify?

+1