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

前端 未结 6 1315
天命终不由人
天命终不由人 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 13:53

    I just ran into this issue also. What I did wrong was name the Xcode PROJECT file a different name than the old one. Naming it identically to the old project fixed the error and everything worked fine. I also kept bundleID and display name the same. The key to fixing the error for me was the .xcodeproj name.

提交回复
热议问题