-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to install #77
Labels
Comments
Hello @chitranjank, |
yes |
I'm going to test it ASAP. |
I just created a new project and successfully installed the StompClientLib. Which part did you get this error message? @chitranjank |
I just closed the issue because of the stale & reproducible problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when I install. I am getting error
[!] The following Swift pods cannot yet be integrated as static libraries:
The Swift pod
StompClientLib
depends uponSocketRocket
, which does not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may setuse_modular_headers!
globally in your Podfile, or specify:modular_headers => true
for particular dependencies.The text was updated successfully, but these errors were encountered: