Hello,
Cordova platform 6.5.0
iOS project is created with cordova-ios@4.4.0
Everytime my iOS Release Build fails when using FingerPrint Cordova Plugin. FingerPrint require iOS - XCode 8 or higher, this plugin using Swift 3
The following errors occurred:
Check dependencies
“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.
“Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.
Remove DerivedData files...
Change Xcode Version to 8
- postBuild -
Remove working directories...
Build Error: Error: Sandbox Exec Error: [ ** ARCHIVE FAILED **
The following build commands failed:
Check dependencies
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/private/tmp/monaca/5a1ecb4ce788856e5d8b4567/project/platforms/ios/cordova/build-debug.xcconfig,-workspace,Pupa.xcworkspace,-scheme,Pupa,-configuration,Debug,-destination,generic/platform=iOS,-archivePath,Pupa.xcarchive,archive,CONFIGURATION_BUILD_DIR=/private/tmp/monaca/5a1ecb4ce788856e5d8b4567/project/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/private/tmp/monaca/5a1ecb4ce788856e5d8b4567/project/platforms/ios/build/sharedpch
If anyone has ideas that may help me, your suggestions will be most welcome !
Thanks in advance
ERE