После обновления до xcode 10.2 мой проект ionic for ios прекратил сборку с помощью команды ниже
Ионные Cordova build IOS - --buildFlag = "-UseModernBuildSystem = 0"
я попытался обновить [email protected] и удалить и прочитать ios платформу, но не повезло.
The "Swift Language Version" (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. Supported values are: 4.0, 4.2, 5.0. This setting can be set in the build settings editor.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 12.2'
** ARCHIVE FAILED **
The following build commands failed:
Check dependencies
(1 failure)
xcodebuild: Command failed with exit code 65
[ERROR] An error occurred while running subprocess cordova.
cordova build ios --buildFlag=-UseModernBuildSystem=0 exited with exit code 65.
Re-running this command with the --verbose flag may provide more information.