-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Getting build error trying to use a static framework which contains dependencies transitively #7140
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
Comments
#7135 seems to be merged and we are experimenting with CocoaPods masters branch, so I believe this issue is still valid. |
This is the output of the
1b834cf seems to be the last commit on the master branch. |
Thanks for creating the example. I've tracked down the issue to the need to generate a .swiftmodule directory for the static framework Modules directory. The test will pass if I restore the .swiftmodule directory from a dynamic library build to the static library build. I'll investigate solutions tomorrow. |
We verified that the issue is fixed 🎉! Thank you very much for you fast help. 👍 |
Report
What did you do?
bundle update
bundle exec pod install
open CocoaPodsStaticFramworkBetaTest.xcworkspace
⌘+B
What did you expect to happen?
Build Suceeded
What happened instead?
Build Failed
CocoaPods Environment
bundle exec pod env | pbcopy
Stack
Installation Source
Plugins
Podfile
Project that demonstrates the issue
https://github.com/farkasseb/CocoaPodsStaticFramworkBetaTest
We are trying to use the latest CocoaPods (beta from source). Could you please point out what are we doing wrong with this dependency setup?
The text was updated successfully, but these errors were encountered: