Manual build fails

I’m reading the documentation found here: https://docs.snowplowanalytics.com/snowplow-insights/trackers/objective-c-tracker/1.0.0/ after my manual build fails (missing FMDB and Reachability).

Looks like I need to install the dependencies as per the first line

Dependencies are needed in order to use the Obj-C tracker library in your application. These can be installed manually, or through package managers.

But I can’t see any note on manual installation as our project does not use Carthage or Cocoapods.

Hi @adamcarter,

The old docs on Github do list dependencies. Looks like we just need to add that to the new ones.

Best,