【发布时间】:2020-08-08 13:02:05
【问题描述】:
我在构建 react-native 应用时不断收到此错误。
我可以通过在 iOS 模拟器上卸载应用程序或从模拟器中“删除所有内容和设置”来摆脱这种情况。但是,在项目的早期,我不必这样做。
我查看了许多不同的解决方案,但似乎没有一个是正确的。
- 有版本号和内部版本号
-
CFBundleShortVersionString是$(MARKETING_VERSION) -
CFBundleVersion是 253 - 有一个
OneSignalNotificationServiceExtension,但它也有与上面相同的CFBundleShortVersionString和CFBundleVersion - 没有多个 InfoPlist.string 文件
- 我已尝试删除 DerivedData
- 我已重新安装所有 pod
-
plutil Info.plist返回正常
其他链接包括:
- Xcode: "This app could not be installed at this time."
- https://github.com/flutter/flutter/issues/47135
但是,我无法找到问题的根源......
【问题讨论】:
标签: reactjs xcode react-native simulator