I keep getting this error when building a react-native app.
I can get rid of this by uninstalling the app on iOS simulator or "Erase all Contents and Settings" from the simulator. However, earlier in the project, I didn't have to do this.
I have looked at a number of different solutions but nothing seems to be correct.
- There are both Version and Build number
CFBundleShortVersionStringis$(MARKETING_VERSION)CFBundleVersionis 253- There is a
OneSignalNotificationServiceExtensionbut it also has the sameCFBundleShortVersionStringandCFBundleVersionas above - There aren't multiple InfoPlist.string files
- I've tried deleting DerivedData
- I've re-installed all pods
plutil Info.plistreturns OK
Other links include:
- Xcode: "This app could not be installed at this time."
- https://github.com/flutter/flutter/issues/47135
However, I cant get to the bottom of the issue...
