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

Supports cocoapods-binary #125

Merged
merged 1 commit into from
Dec 28, 2019
Merged

Supports cocoapods-binary #125

merged 1 commit into from
Dec 28, 2019

Conversation

konomae
Copy link
Contributor

@konomae konomae commented Dec 28, 2019

close #124

cocoapods-binary creates a _Prebuild directory under the Pods directory. Prebuild-enabled libraries are placed in that directory like this:

Pods
├── Target\ Support\ Files
└── _Prebuild
    └──Target\ Support\ Files // <- acknowledgements.plist for prebuild libraries are in here.

So I added a search path.

@konomae konomae marked this pull request as ready for review December 28, 2019 10:10
@konomae
Copy link
Contributor Author

konomae commented Dec 28, 2019

I think this needs keep_source_code_for_prebuilt_frameworks!. Otherwise the directory not contains acknowledgement.plist.

A directory structure without keep_source_code_for_prebuilt_frameworks!:

Pods/_Prebuild
├── GeneratedFrameworks
└── Manifest.lock

There is no Target Support Files directory.

@mono0926 mono0926 merged commit bf4c5ce into mono0926:master Dec 28, 2019
@mono0926
Copy link
Owner

Thank you for the contribution! 👍

@konomae konomae deleted the feature/supports-cocoapods-binary branch December 29, 2019 08:05
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 this pull request may close these issues.

support cocoapods-binary
2 participants