eas-widget-example
eas-widget-example copied to clipboard
Found multiple Info.plist file paths
» ios: paths-info-plist: Found multiple Info.plist file paths, using "ios/widget/Info.plist". Ignored paths: ["ios/EASWidgetExample/Info.plist"]
I'm getting this from expo run:ios. I think the Info.plist should get added via the config plugin, rather than with the explicit file.
The fix is to remove the ios folder and run expo run:ios again.