Install claimed to have succeeded, but application could not be found on device. bundleId =

重签名APP。并调试时出现这个:
Install claimed to have succeeded, but application could not be found on device. bundleId =xxx
错误,一般是你重签名时,是没有问题的。
一开始我也困惑为什么 只有的可以,有的 出现这个错误呢。其实我们重签名并不能更改国际化文件对Bundle identifier。
今天我发现国际化文件时,info.plist也做国际化了,而最主要的 是Bundle identifier他也写进去了。这样 即使你签名了。重签之后并不会更改Info.plist国际化之后对Bundle identifier更改

你可能感兴趣的:(Install claimed to have succeeded, but application could not be found on device. bundleId =)