ObjectiveDDP
ObjectiveDDP copied to clipboard
Building ObjectiveDDP static library
How do I build ObjectiveDDP as a static library and add it to my project?
I have a Swift framework and I want to add ObjectiveDDP to it. I can't use pods and I haven't been able to successfully build the project with a manual installation.
I'm stuck at not being able to add ObjectiveDDP.h and MeteorClient.h to my framework's umbrella header because XCode will complain about them being non-modular.
include the entire project in the same way cocoapods would, would be easier to just use cocoapods.