开发者

Will changing app executable file name between app store versions cause a crash?

开发者 https://www.devze.com 2023-04-13 09:34 出处:网络
My team is planning a large upgrade of our app.Since our last app store submission, we have changed the executable binary file name.This was among several changes to make naming conventions make more

My team is planning a large upgrade of our app. Since our last app store submission, we have changed the executable binary file name. This was among several changes to make naming conventions make more sense.

When upgrading our app via Xcode (installing and replacing the old app), we see a very unusual "crash" upon launching it that seems to be on the OS side. There is no app crash log, but see this in the device console: 1) "Application 'XXXXX' exited abnormally with exit status 1" and 2) "posix_spawn("/xxxx/yyy/zz"): Permission denied"

If I rename the executable and target back to what the app store version uses and repeat the upgrade process, I don't see this crash and the app runs normally.

Our concern here is that upon submitting our app to the store, any user who downloads it will experience a crash too and have to delete & re-download the app.

Has anyone else experience开发者_如何学JAVAd this?

Has anyone successfully submitted an app with a modified executable binary file name and not seen any problems with users upgrading?

As a developer I think everything will be FINE, but I need some evidence that there won't be an issue to present to my product manager. We have a lot of users paying us money that could be upset by this :)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号