-
Notifications
You must be signed in to change notification settings - Fork 116
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
Hybrid application build fails with xcodebuild: Command failed with exit code 65 #68
Comments
Hi Gerth, This appears to be an issue between Cordova and XCode itself. The JET tooling pulls Cordova directly off-the-shelf and uses it. We know that Cordova 9 and XCode 11 is working fine. You should contact the Cordova community and see if there are any known issues or workarounds that you can use. |
Hi and thank you for your prompt reply. |
From what I was told it was the same as what you have, except it was
Cordova v9 instead of v10.
…On Fri, Oct 9, 2020 at 11:06 AM GerthH ***@***.***> wrote:
Hi and thank you for your prompt reply.
Can you please share the versions of jet, cordova and xcode that has been
tested to work together ?
I might be able to downgrade my combination.
Regards / Gerth
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJR2QXMRT7U7NBZWCY4WEDSJ5GLFANCNFSM4SIOGKUQ>
.
|
Thank you for your confirmation. The cordova-plugin-wkwebview-engine plugin is included in the hybrid plugins folder at every run of "ojet create --hybrid ...". Regards / Gerth .../JET/navbarisoapp/hybrid/platforms/ios/navbarisoapp/Plugins/cordova-plugin-wkwebview-engine/CDVWKWebViewEngine.m:104:80: error: property 'userAgent' not found on object of type 'CDVViewController *' "Cordova-ios@6 has wkwebview built in making this plugin obsolete." This plugin is part of the hybrid folder at every "ojet create --- --hybrid ...". Workaround example so far (for my versions stated at the top; Cordova 10.0.0 etc...): $ ojet create iosapp --template navbar --hybrid --platforms=ios |
Following "Getting started" for a Hybrid IOS Mobile Application with:
MacOS 10.14.6
Xcode 11.3.1
ios-deploy 1.11.2
node -v v12.19.0
ojet -v Oracle JET Command Line Interface, version: 9.1.0
cordova -v 10.0.0
ojet create navdraweriosapp --hybrid --template navdrawer --platforms=ios
cd navdraweriosapp
ojet build
Results in a build error:
...
Cordova compile finished.
Error: Error: Command failed: cordova compile ios --debug --emulator
** BUILD FAILED **
The following build commands failed:
CompileC /Users/g/Library/Developer/Xcode/DerivedData/navdraweriosapp-famhjphadfxkaofbvpcwuylrmank/Build/Intermediates.noindex/navdraweriosapp.build/Debug-iphonesimulator/navdraweriosapp.build/Objects-normal/x86_64/CDVWKWebViewEngine.o /Work/JET/navdraweriosapp/hybrid/platforms/ios/navdraweriosapp/Plugins/cordova-plugin-wkwebview-engine/CDVWKWebViewEngine.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
xcodebuild: Command failed with exit code 65
How can I correct this ?
Regards / Gerth
The text was updated successfully, but these errors were encountered: