You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/26 17:09:27 UTC

[GitHub] [cordova-plugin-inappbrowser] ath0mas opened a new issue #583: iOS - build fails if using "WKWebViewOnly" preference

ath0mas opened a new issue #583: iOS - build fails if using "WKWebViewOnly" preference
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/583
 
 
   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   Build success
   
   
   ### What does actually happen?
   ```
   ** BUILD FAILED **
   
   
   The following build commands failed:
           CompileC /Users/foo/Library/Developer/Xcode/DerivedData/HelloWorld-euwessldwjxdluatamnrumldwksu/Build/Intermediates.noindex/HelloWorld.build/Debug-iphonesimulator/HelloWorld.build/Objects-normal/x86_64/CDVUIInAppBrowser.o /Users/foo/dev/hello/platforms/ios/HelloWorld/Plugins/cordova-plugin-inappbrowser/CDVUIInAppBrowser.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
   (1 failure)
   xcodebuild: Command failed with exit code 65
   ```
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   Since [cordova-ios@5.1.0](https://cordova.apache.org/announcements/2019/11/25/cordova-ios-release-5.1.0.html) and following https://github.com/apache/cordova-ios/pull/715
   If you add "WKWebViewOnly" preference, then `cordova build` fails on using cordova-plugin-inappbrowser
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   ```
   cordova create hello com.example.hello HelloWorld
   cd hello
   cordova platform add ios
   cordova plugin add cordova-plugin-inappbrowser
   <<add "WKWebViewOnly" preference into config.xml>>
   cordova build ios
   ```
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   Cordova CLI *9.0.0*
   Cordova Platform *iOS*
   Cordova Plugin *cordova-plugin-inappbrowser*
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x ] I searched for existing GitHub issues
   - [x ] I updated all Cordova tooling to most recent version
   - [x ] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org