Pitouli opened a new issue #177:
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/177
# Bug Report
## Problem
### What is expected to happen?
My app should build
### What does actually happen?
```
** ARCHIVE FAILED **
The following build commands failed:
CompileC
/Users/pitouli/Library/Developer/Xcode/DerivedData/MyApp-hcczzqafauzxokbhoszenxnbgkca/Build/Intermediates.noindex/ArchiveIntermediates/Kipinto/IntermediateBuildFilesPath/Kipinto.build/Release-iphoneos/MyApp.build/Objects-normal/arm64/CDVWKWebViewEngine.o
/Users/pitouli/Documents/GIT/MyApp/cordova/platforms/ios/MyApp/Plugins/cordova-plugin-wkwebview-engine/CDVWKWebViewEngine.m
normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
```
## Information
If I remove the plugin, then the installation succeed.
### Command or Code
Run:
```
cordova create MyApp
cd MyApp
cordova plugin add cordova-plugin-wkwebview-engine --save
cordova platform add ios
cordova build ios
```
You should have signing errors. Open Xcode to parameter the correct
provisioning profiles.
And relaunch `cordova build ios`
You should observe the exact same error as above.
Note: my package looks like this:
```
{
"name": "io.cordova.hellocordova",
"displayName": "HelloCordova",
"version": "1.0.0",
"description": "A sample Apache Cordova application that responds to the
deviceready event.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"devDependencies": {
"cordova-ios": "^6.1.1",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-plugin-wkwebview-engine": "^1.2.1"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-wkwebview-engine": {}
},
"platforms": [
"ios"
]
}
}
```
### Environment, Platform, Device
MacOS 10.15.6, XCode 12.0.1,
### Version information
Cordova: Cordova CLI 10.0, Cordova-iOS 6.1.1,
Plugins:
cordova-plugin-wkwebview-engine 1.2.1 "Cordova WKWebView Engine"
## Checklist
- [x] I searched for existing GitHub issues (and stackoverflow)
- [x] I updated all Cordova tooling to most recent version (and technically
the issue arrived then)
- [x] I included all the necessary information above (hopefully)
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]