matanshukry / flutter_google_places_sdk

Flutter plugin for google places native sdk
36 stars 74 forks source link

Parse Issue (Xcode): Module 'flutter_google_places_sdk_ios' not found #12

Closed sarbogast closed 1 year ago

sarbogast commented 2 years ago

Lately, when I try to build a deployable version of my iOS app depending on version 0.3.2+1 of this package, I get the following error:

Parse Issue (Xcode): Module 'flutter_google_places_sdk_ios' not found /Users/sarbogast/dev/synkro/staff/ios/Runner/GeneratedPluginRegistrant.m:35:8

I have tried everything, to flutter clean my project, deleted Pods and Podfil.lock manually, archiving directly from Xcode, and I always get the same error.

matanshukry commented 2 years ago

@sarbogast I remember I had that too, and I just had to clean up the iOS - although flutter clean wasn't enough.

iirc the commands I ended up running included pod deintegrate, or something like that. I hope it helps.

matanshukry commented 1 year ago

Closing since no feedback for some time now.