xcode - tvOS: Invalid Provisioning Profile. This provisioning profile is not compatible with iOS apps -
when trying publish itunes connect via altool
tvos app, i'm running 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 validate archive '/path/to/myapp.ipa': ( "error domain=itunesconnectionoperationerrordomain code=1176 \"unable process application @ time due following error: invalid provisioning profile. provisioning profile not compatible ios apps..\" userinfo={nslocalizedrecoverysuggestion=unable process application @ time due following error: invalid provisioning profile. provisioning profile not compatible ios apps.., nslocalizeddescription=unable process application @ time due following error: invalid provisioning profile. provisioning profile not compatible ios apps.., nslocalizedfailurereason=itunes store operation failed.}" )
all of provisioning profiles correct. i'm running xcode 7.1 gm build version 7b91b.
when manually through xcode works. same exact script works ios, not tvos.
what gives?
i've managed figure out working solution. archive normal instead of submitting store via organiser create ipa file selecting | export -> save appstore deployment | once ipa has been created select xcode menu bar follows | xcode -> open developer tool -> application loader |
in application loader login select ipa created using xcode , voila! works.
Comments
Post a Comment