ObjectiveDDP icon indicating copy to clipboard operation
ObjectiveDDP copied to clipboard

Building ObjectiveDDP static library

Open thatjuan opened this issue 10 years ago • 1 comments

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.

thatjuan avatar Jul 01 '15 23:07 thatjuan

include the entire project in the same way cocoapods would, would be easier to just use cocoapods.

mikey0000 avatar Jul 02 '15 00:07 mikey0000