-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
I use ionic command to build my app with this parameters:
ionic(
platform: 'ios',
build_number: latest_build + 1,
prod: true,
release: true,
device: true,
cordova_prepare: true,
build_flag: [
"EMBEDDED_CONTENT_CONTAINS_SWIFT = YES",
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO",
"LD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\"",
"-UseModernBuildSystem=0"
]
)
But somehow this is calling ionic cordova resources command and it fails.
> ionic cordova resources ios --force
[ERROR] Source image files were not found for the following platforms/types:
- ios/icon
- ios/splash
Is this part of this plugin? Can I skip this step? Because I manage creating resources manually.
Metadata
Metadata
Assignees
Labels
No labels