DanTheMan827 / ios-app-signer

This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
https://dantheman827.github.io/ios-app-signer
GNU General Public License v3.0
5.57k stars 1.05k forks source link

Error: Unable to install "spotify" #116

Open SomeGiantIdiot opened 4 years ago

SomeGiantIdiot commented 4 years ago

I signed the app. I'm getting stuck at the step where you add the app with xcode > (device and Simulators) > drag app into "install app" section

mastershiz commented 4 years ago

Same, was there any update? I tried to install chimera but then it just says unable to when i click on the signed version

jmikerq commented 4 years ago

same

horrion commented 4 years ago

Xcode 11 will throw this error at you if the bundle ID doesn't match the App ID. The re-signing solution also seems to have problems with wildcard profiles, so create an explicit profile in the dev portal and use that for now. The app should then install as expected. iOS App Signer will automatically change the bundle ID for you if you provide a provisioning profile with a custom App ID.