I'm a fairly experienced software developer working on my first FlutterFlow project, an app that will be deployed to web, Android, and iOS. So far, so good. However, I'm having trouble testing my iOS build through Xcode. I followed FlutterFlow's documentation, and I worked through a few issues I had along the way. But now it's down to just one error, which I'm completely stumped on:
Resource "/Users/skwerl/Library/Developer/Xcode/DerivedData/Runner-acjhwnutuczzuzbxqoffboqmssfi/Build/Products/Debug-iphonesimulator/FMDB/FMDB_Privacy.bundle" not found. Run 'pod install' to update the copy resources script.
Any ideas? I tried running pod install
again of course, and there are no errors or warnings in its output. And I tried starting over, and systematically killing any/every other warning and error I came across.
That file isn't in that location, but I can't think of any safe / not insane way to make sure it gets there.