Rewrite iOS app from scratch “Could not change executable permissions on the application.”

前端 未结 6 1304
天命终不由人
天命终不由人 2021-01-04 13:40

I have an app on the store for which I want to start rewriting the entire application \"from scratch\". When I try to build and execute the new app on my device (iPhone 4) w

6条回答
  •  暖寄归人
    2021-01-04 14:04

    For simulating upgrade through App store, do the following exercise

    1. Prepare a code signed binary (.ipa) of the new code with the same credentials as the old one (same bundle ID, dev profile, version # can be different)

    2. Now load the binary through iTunes syncing in your device. It would upgrade on top of the existing application.

    3. If everything goes okay then your app should be good.

提交回复
热议问题