You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@trufae To me, this is still an issue.
I've ran from xcode which just works fine. I see which Development Signing certificate is used. Using security find-identity -p codesigning -v to get the identifier, get the correct provisioning profile from either the already build IPA (embedded.mobileprovisioning) or get it from ~/Library/MobileDevice/Provisioning Profiles.
Then I run
i would add -c to clone the entitlements from the provisioning, which use to be the common issue and maybe it should be by default
if you dont pass -o a proper name for the resigned ipa is generated
ios-deploy can install .ipa, no need to unzip first
I added a debugging option in appleisng that generates a json with the old/new signing info for debugging and comparing problems like this. ill reopen the issue
If the user uses -m and -i it must verify that both match, otherwise the signing will work but the installation will fail.
The text was updated successfully, but these errors were encountered: