problem with the provisioning profile #2319
Replies: 5 comments 3 replies
-
You'll get a faster response in the Discord. People with sideloading experience can help in real time. |
Beta Was this translation helpful? Give feedback.
-
I had trouble figuring out sideliading to tv as well. When using app signer, did you actually use the tvos cert? It won’t even be an option until you connect the tv to xcode, then go to the signing page of the project and let xcode auto-generate a profile for the tv. Otherwise (if the tv is not connected), the signing page will instead say that you don’t have any devices registered for tvos. When it shows that a tvos profile was created, you can select it in app signer. |
Beta Was this translation helpful? Give feedback.
-
Does that also work if I connect to the Apple TV via WiFi? I'll try it anyway |
Beta Was this translation helpful? Give feedback.
-
Looks like you have a provisioning profile for the Apple TV. So select that within appsigner… |
Beta Was this translation helpful? Give feedback.
-
I have now downloaded an older version and it works without any problems with the same settings in xcode and iOS app signer. I have now installed version 2.0.4 and that works, but everything newer does not work |
Beta Was this translation helpful? Give feedback.
-
I'm brand new to this so I'm probably just making a stupid mistake but could anyone help me? I think I have set everything up correctly in Xcode with my Dev account and I have run the API I got from GitHub through iOS App Signer and when I want to install the app on the Apple TV I get an error message in Xcode and on the TV I get the message "this app could not be installed because the integrity of the app could not be verified" what can I do?
`Error installing '/Users/daanbaanvinger/Desktop/Provenance-tvOS.ipa', ERROR: Error Domain=com.apple.dt.CoreDeviceError Code=3002 "Failed to install the app on the device." UserInfo={NSUnderlyingError=0x6000060060d0 {Error Domain=IXUserPresentableErrorDomain Code=14 "Provenance kan niet worden geïnstalleerd" UserInfo={NSUnderlyingError=0x600006005b30 {Error Domain=MIInstallerErrorDomain Code=13 "Failed to install embedded profile for Daan-Baanvinger.Provenance-tvOS.topshelf : 0xe8008012 (This provisioning profile cannot be installed on this device.)" UserInfo={FunctionName=-[MIInstallableBundle _installEmbeddedProfilesWithError:], LegacyErrorString=ApplicationVerificationFailed, SourceFileLine=251, LibMISErrorNumber=-402620398, NSLocalizedDescription=Failed to install embedded profile for Daan-Baanvinger.Provenance-tvOS.topshelf : 0xe8008012 (This provisioning profile cannot be installed on this device.)}}, NSLocalizedDescription=Provenance kan niet worden geïnstalleerd, NSLocalizedRecoverySuggestion=Failed to install embedded profile for Daan-Baanvinger.Provenance-tvOS.topshelf : 0xe8008012 (This provisioning profile cannot be installed on this device.), NSLocalizedFailureReason=Deze app kon niet worden geïnstalleerd omdat de integriteit van de app niet kon worden geverifieerd.}}, NSURL=file:///Users/daanbaanvinger/Desktop/Provenance-tvOS.ipa, NSLocalizedDescription=Failed to install the app on the device.}
Domain: com.apple.dt.DVTCoreDevice
Code: -1
User Info: {
DVTErrorCreationDateKey = "2024-04-04 21:23:57 +0000";
}
Error installing '/Users/daanbaanvinger/Desktop/Provenance-tvOS.ipa', ERROR: Error Domain=com.apple.dt.CoreDeviceError Code=3002 "Failed to install the app on the device." UserInfo={NSUnderlyingError=0x6000060060d0 {Error Domain=IXUserPresentableErrorDomain Code=14 "Provenance kan niet worden geïnstalleerd" UserInfo={NSUnderlyingError=0x600006005b30 {Error Domain=MIInstallerErrorDomain Code=13 "Failed to install embedded profile for Daan-Baanvinger.Provenance-tvOS.topshelf : 0xe8008012 (This provisioning profile cannot be installed on this device.)" UserInfo={FunctionName=-[MIInstallableBundle _installEmbeddedProfilesWithError:], LegacyErrorString=ApplicationVerificationFailed, SourceFileLine=251, LibMISErrorNumber=-402620398, NSLocalizedDescription=Failed to install embedded profile for Daan-Baanvinger.Provenance-tvOS.topshelf : 0xe8008012 (This provisioning profile cannot be installed on this device.)}}, NSLocalizedDescription=Provenance kan niet worden geïnstalleerd, NSLocalizedRecoverySuggestion=Failed to install embedded profile for Daan-Baanvinger.Provenance-tvOS.topshelf : 0xe8008012 (This provisioning profile cannot be installed on this device.), NSLocalizedFailureReason=Deze app kon niet worden geïnstalleerd omdat de integriteit van de app niet kon worden geverifieerd.}}, NSURL=file:///Users/daanbaanvinger/Desktop/Provenance-tvOS.ipa, NSLocalizedDescription=Failed to install the app on the device.}
Domain: com.apple.dt.DVTCoreDevice
Code: -1
System Information
macOS Version 14.4.1 (Build 23E224)
Xcode 15.3 (22618) (Build 15E204a)
Timestamp: 2024-04-04T23:23:57+02:00`
Beta Was this translation helpful? Give feedback.
All reactions