gpistotnik commented on issue #1013:
URL: https://github.com/apache/cordova-ios/issues/1013#issuecomment-717755511
I get message:
The following build commands failed:
CompileAssetCatalog
platforms/ios/build/emulator/APKNAME.app
platforms/ios/APKNAME/Images.xcasset
(1 failure)
xcodebuild: Command failed with exit code 65
cordova info:
Cordova Packages:
cli: 10.0.0
common: 4.0.2
create: 3.0.0
lib: 10.0.0
common: 4.0.2
fetch: 3.0.0
serve: 4.0.0
Project Installed Platforms:
ios: 6.1.1
Project Installed Plugins:
cordova-plugin-whitelist: 1.3.4
Environment:
OS: macOS Catalina 10.15.7 (19H2) (darwin 19.6.0) x64
Node: v12.18.0
npm: 6.14.8
ios Environment:
xcodebuild:
Xcode 12.1
Build version 12A7403
Project Setting Files:
config.xml:
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.cordova.hellocordova" version="1.0.0"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Name</name>
<description>
Description
</description>
<author email="[email protected]" href="http://cordova.io">
Gasper
</author>
<content src="index.html" />
<access origin="*" />
<icon src="res/logo.png"/>
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
</widget>
package.json:
--- Start of Cordova JSON Snippet ---
{
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": [
"android",
"ios"
]
}
--- End of Cordova JSON Snippet ---
----------------------------------------------------------------
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]