Skip to content
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

support cocoapods-binary #124

Closed
shtnkgm opened this issue Dec 5, 2019 · 0 comments · Fixed by #125
Closed

support cocoapods-binary #124

shtnkgm opened this issue Dec 5, 2019 · 0 comments · Fixed by #125

Comments

@shtnkgm
Copy link

shtnkgm commented Dec 5, 2019

When use leavez/cocoapods-binary, source code of libraries is placed under Pods/_Prebuild directory.
Therefore, the license information is not created correctly.

To download source code, I wrote keep_source_code_for_prebuilt_frameworks! option in Podfile.

plugin 'cocoapods-binary'

platform :ios, '13.0'
use_frameworks!
keep_source_code_for_prebuilt_frameworks!
all_binary!

target 'MyApp' do
    pod 'SomeLibrary'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant