AndyQ/C64Emulator

No such module 'FMDB'

Closed this issue · 3 comments

Thanks for putting this up Andy. I'm very keen on getting it to work.

Having a problem compiling.

Xcode - 8.0 (8A218a)
OSX - 10.11.6

I've done the github sync & ran pod-install successfully:

$ pod install
Analyzing dependencies
Downloading dependencies
Using FMDB (2.6.2)
Using GCDWebServer (3.3.2)
Generating Pods project
Integrating client project
Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.

When building it fails on DatabaseManager.swift -

import FMDB - "No such module 'FMDB'

Any ideas on how to move forward?

Thanks.

Ignore this. I had a problem with my environment & path on the local machine. Build compiles fine on a fresh OS.

Thanks!

I'm having this same problem - import FMDB - "No such module 'FMDB', how did you fix this?

Thanks!

AndyQ commented

You may need to do a pod repo update first.