Open nandorojo opened 1 year ago
» 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.
expo run:ios
The fix is to remove the ios folder and run expo run:ios again.
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.