Xcode build gives this error: ld: library not found for -lFMDB

Viewed 1130

I am trying to run flutter on Xcode with simulator But I get this error:

ld: library not found for -lFMDB

1 Answers

Please update all your current pubsec.yaml packages/dependencies that your project uses. Especially anything that uses Firebase or Facebook. If that doesn't work open your project in XCode and add the relevant libraries like so...

Linked Frameworks and Libraries Example

Related