2

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

ld: library not found for -lFMDB

Cœur
  • 37,241
  • 25
  • 195
  • 267
geekymano
  • 1,420
  • 5
  • 22
  • 53

1 Answers1

1

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

Charles Jr
  • 8,333
  • 15
  • 53
  • 74