-
Notifications
You must be signed in to change notification settings - Fork 219
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
package swift static library #255
Comments
You could try |
the same problem! |
我是纯swift的sdk项目, 似乎并不支持 |
I modified the source code and set use_modular_headers! directly in the place where podflie is generated. |
请问解决了吗 |
请问你是修改的pod package的源码吗?如果是,请麻烦告诉我修改了哪里! |
请问你解决了吗 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Scenes:my project complete with swift an objective-c,and also have other Third-party dependency,like
AFNetworking
write in objective-cit is worked well when push remote pod repo by source code. In the other hand,I want to package a static library,but always fails...
when I exec
pod package MyProject.podspec --force --no-mangle --spec-sources=https://cdn.cocoapods.org/
, I got an error:But the podfile already have a
use_modular_headers!
And my podspec file also seted'DEFINES_MODULE' => 'YES'
what should I do? Is it possible to modify the podspec of these third-party libraries?(crazy.....)
The text was updated successfully, but these errors were encountered: