Reputation: 509
I had the problem, that the debug build for two apps could not be installed on an iOS 15 device. I found this post, which helped me to solve the problem for one of the apps: Codename One iOS 15 Debug Build Won't Open
But the other app has still the problem that the debug build cannot be installed on an iOS 15 device (Error: "The app cannot be installed. Please retry later"). The build hint ios.zsign=true
is set.
This is the error I got since I uninstalled the previous build, which throwed the error "The developer of this app needs to update it to work with this version of iPadOS."
Both apps have the exact same build settings.
Do you have any idea how I could fix the problem?
This error occurs on the device when installing the app:
-[IXSCoordinatedAppInstall _finishAppInstallAtURL:result:error:]: Installation for <IXSCoordinatedAppInstall<0x105f0df90> identifier:de.klaus.todo uuid:4CEC79FF-8E9E-4174-A965-D4CE996D6EAC intent:IXCoordinatorIntentInitiating creator/appDRI:App Store importance:UserWaiting state:IXAppCoordinationStateWaitingForInstall> at path /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.installcoordinationd/Library/InstallCoordination/PromiseStaging/74BF0FD0-3847-439F-987A-EF8B52FD27A3/extract failed: Error Domain=MIInstallerErrorDomain Code=63 "Application is missing the application-identifier entitlement." UserInfo={LegacyErrorString=ApplicationVerificationFailed, FunctionName=-[MIInstallableBundle _validateApplicationIdentifierForNewBundleSigningInfo:error:], SourceFileLine=899, NSLocalizedDescription=Application is missing the application-identifier entitlement.}
Upvotes: 1
Views: 143
Reputation: 4716
Looks like iOS 15.1 broke the signing process. We have applied some patches to the build server and it appears to have fixed this issue. Please try sending another build - and it should work.
Upvotes: 0