TvOS: Invalid provisioning profile. This provisioning profile is not compatible with iOS applications.

When I try to publish to iTunes Connect using the altooltvOS application, I encounter errors.

/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/altool --validate-app --file "/path/to/MyApp.ipa" -t ios --username xxx@example.com --password ********
    2015-10-22 09:05:32.175 altool[8567:159593] *** Error: Unable to validate archive '/path/to/MyApp.ipa': (
        "Error Domain=ITunesConnectionOperationErrorDomain Code=1176 \"Unable to process application at this time due to the following error: Invalid Provisioning Profile. This provisioning profile is not compatible with iOS apps..\" UserInfo={NSLocalizedRecoverySuggestion=Unable to process application at this time due to the following error: Invalid Provisioning Profile. This provisioning profile is not compatible with iOS apps.., NSLocalizedDescription=Unable to process application at this time due to the following error: Invalid Provisioning Profile. This provisioning profile is not compatible with iOS apps.., NSLocalizedFailureReason=iTunes Store operation failed.}"
    )

All configuration profiles are correct. I am running Xcode 7.1 GM Build version 7B91b.

When I do it manually through Xcode, it works. The same exact script works for iOS, but not for tvOS.

What gives?

+4
source share
2 answers

. , ipa, | โ†’ AppStore | ipa Xcode : Xcode โ†’ Open Developer Tool โ†’ Application Loader |

ipa, Xcode voila! .

+8

tvOS tvOS.

tvOS iOS Universal Purchase, tvOS, iOS.

0

Source: https://habr.com/ru/post/1612794/


All Articles