Hello, if someone can help me please. I cannot build my IOS App.
[01:31:24]: $ set -o pipefail && xcodebuild -workspace /Users/ionic/builds/carlosjsanchezc/betseven/ios/App/App.xcworkspace -scheme App -destination ‘generic/platform=iOS’ -archivePath /Users/ionic/Library/Developer/Xcode/Archives/2020-11-25/25f846e9-abdf-4c55-9c65-7c56c0f0b54f-app-store\ 2020-11-25\ 01.31.24.xcarchive archive CODE_SIGN_IDENTITY=Apple\ Distribution:\ xxxx,\ C.A.\ (J7Z926VHR3) | tee /Users/ionic/Library/Logs/gym/App-App.log | xcpretty
[01:31:33]: ▸ AssetsLibrary is deprecated. Consider migrating to Photos instead. (in target ‘CordovaPlugins’ from project ‘Pods’)
[01:31:33]: ▸ MobileCoreServices has been renamed. Use CoreServices instead. (in target ‘CordovaPlugins’ from project ‘Pods’)
[01:31:33]: ▸ The iOS deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.1.99. (in target ‘CordovaPluginsResources’ from project ‘Pods’)
[01:31:33]: ▸ error: Provisioning profile “iOS Team Store Provisioning Profile: betseven.live.app” is Xcode managed, but signing settings require a manually managed profile. (in target ‘App’ from project ‘App’)
[01:31:33]: ▸ ** ARCHIVE FAILED **
AssetsLibrary is deprecated. Consider migrating to Photos instead. (in target ‘CordovaPlugins’ from project ‘Pods’)
MobileCoreServices has been renamed. Use CoreServices instead. (in target ‘CordovaPlugins’ from project ‘Pods’)
The iOS deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.1.99. (in target ‘CordovaPluginsResources’ from project ‘Pods’)
error: Provisioning profile “iOS Team Store Provisioning Profile: betseven.live.app” is Xcode managed, but signing settings require a manually managed profile. (in target ‘App’ from project ‘App’)
** ARCHIVE FAILED **
[01:31:34]: Exit status: 65