@import geolocator_apple: Module 'geolocator_apple' not found

Viewed 434

The app works fine on emulator, but when I try to build it with Xcode to run on a real device it shows this error:

enter image description here

I tried to type pod install in the iOS folder:

enter image description here But it still shows the same error.

1 Answers

I found out that it works fine when I open Runner.xcworkspace instead of Runner.xcodeproj. So just open it.

Related