Provisioning profile when try to Build

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]: ▸ :x: 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’)

:x: 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

Hi carlosjsanchezc,

From the message below:

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’)

We can see that the ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to a version that is not supported.

Could you check your config.xml file for a deployment-target value. If present, you can either remove it or set it to 11 at minimum.

Also, the error message:

:x: 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’)

This could be an issue related to your provisioning profile or signing credentials and it would be need further investigation. I think It would better to contact the Appflow support for further assistance.

Thanks,

1 Like