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

1,066

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

Share:
1,066
geekymano
Author by

geekymano

Updated on December 12, 2022

Comments

  • geekymano
    geekymano over 1 year

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

    ld: library not found for -lFMDB

  • geekymano
    geekymano about 5 years
    thanks.the problem was that I should have opened xcode from Runner.xcworkspace
  • Stéphane Bruckert
    Stéphane Bruckert over 2 years
    Thanks @geekymano, more info here stackoverflow.com/a/28111728/348589