You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: