Error when trying to sideload #98
Replies: 3 comments 6 replies
-
If I'm not wrong, it looks like you may be trying to change the bundle id (to get notifications), but that doesn't seem to be working. Which method are you using to sideload the ipa and did you make any changes after building it? |
Beta Was this translation helpful? Give feedback.
-
There seems to be a problem with the ipa we used. There was a problem when I used 350.0.0 and 351.0.0 versions, but when I made it using 334.0.0 versions of ipa, the installation was successful. |
Beta Was this translation helpful? Give feedback.
-
It should work with 350.0.0 as I have personally tested it, but your ipa could potentially be malformed in some way. |
Beta Was this translation helpful? Give feedback.
-
I get this error if I want to sideload:
There was an issue during installation: 0: APIInternalError (Error Domain=IXErrorDomain Code=2 "Failed to set app extension placeholders for com.burbn.instagram.B6A2C44DWQ" UserInfo={NSLocalizedFailureReason=Failed to create promise., NSLocalizedDescription=Failed to set app extension placeholders for com.burbn.instagram.B6A2C44DWQ, FunctionName=+[IXPlaceholder _placeholderForBundle:client:withParent:installType:metadata:placeholderType:mayBeDeltaPackage:isFromSerializedPlaceholder:error:], SourceFileLine=968, NSUnderlyingError=0xacc801a70 {Error Domain=IXErrorDomain Code=8 "Attempted to set app extension placeholder promise with bundle ID com.burbn.instagram.lockscreencamera that does not match required prefix of com.burbn.instagram.B6A2C44DWQ. for parent" UserInfo={NSLocalizedDescription=Attempted to set app extension placeholder promise with bundle ID com.burbn.instagram.lockscreencamera that does not match required prefix of com.burbn.instagram.B6A2C44DWQ. for parent, FunctionName=-[IXPlaceholder setAppExtensionPlaceholderPromises:error:], SourceFileLine=1582, NSLocalizedFailureReason=Mismatched bundle IDs.}}})
I'm using iOS 18.1
@SoCuul
Beta Was this translation helpful? Give feedback.
All reactions