I have got an IPA file for an App that used to be in the App Store but no longer is. I am a developer and would like to try and use my wildcard Development provisioning profile to re-sign this app so I can install it on my registered iPhone.
I have tried following steps here: https://stackoverflow.com/a/6921689/3703938 however there are two problems. The app doesn't have an embedded.mobileprovision
file or an Entitlements.plist
file.
I copied over my development provisioning profile and renamed it embedded.mobileprovision
then ran codesign. It installed on my iPhone however as soon as I open the app it crashes. Inspecting the crashlogs shows it's a codesign error: "EXC_CRASH (SIGKILL - CODESIGNING)
"
Can someone point me in the right direction as to how I would go about using the codesign
command to re-sign this app?
Thanks