-
Notifications
You must be signed in to change notification settings - Fork 106
Description
Hi Matt,
First off, amazing open source contribution. Thank you so much, this is really helping our idea get off the ground.
I'm having a hard time including LocoKit into my app. I'm using Xcode 10.2.1 (10E1001).
I was also having difficulty building the demo app, until I started browsing the Closed Issues and learned that I need to be working off the develop branch.
My pod file has this:
pod 'LocoKit', :git => 'https://github.com/sobri909/LocoKit.git', :branch => 'develop'
pod 'LocoKit/Timelines', :git => 'https://github.com/sobri909/LocoKit.git', :branch => 'develop'
pod 'LocoKitCore', :git => 'https://github.com/sobri909/LocoKit.git', :branch => 'develop'
I also ran through these steps, as posted in Issue #10:
On Xcode, cleaned the project and its build folder
pod cache clean --all
rm -r Pods/
pod update
pod install
I'm getting the following errors from the LocoKit framework:
.../Pods.build/Production Debug-iphoneos/GRDB.swift.build/module.modulemap:11:12: Header 'GRDB-Swift.h' not found
.../Pods/LocoKit/LocoKit/Timelines/ActivityTypes/ActivityType.swift:9:8: Could not build Objective-C module 'GRDB'
Any idea what I'm doing wrong?