gaishimo / eas-widget-example

Example of a Widget in Expo's Managed Workflow (EAS).
343 stars 21 forks source link

Found multiple Info.plist file paths #6

Open nandorojo opened 1 year ago

nandorojo commented 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.

nandorojo commented 1 year ago

The fix is to remove the ios folder and run expo run:ios again.