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

Fix CocoaPods case warnings #6190

Closed
wants to merge 1 commit into from

Conversation

paulb777
Copy link
Contributor

Fix #3218

Verified that warnings go away in Protobuf and FirebaseMessaging client build when installed with use-frameworks!, use-modular-headers, and static libraries.

I realize this might not be a great solution for non-CocoaPods users, but I'm not sure there is a solution that wouldn't be a breaking change for one or the other user set.

Copy link
Contributor

@thomasvl thomasvl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I don't think this will actually "stick" if built on a case sensitive file system. The google/protobuf sub directory here comes from these files living in google/protobuf within src (i.e. - the path is getting reflected into the output path). So the net run would remake lowercase protobuf.

@juliocbcotta
Copy link

juliocbcotta commented Jul 31, 2019

@thomasvl so, what would be a solution to this case sensitive warning that would stick?

@thomasvl
Copy link
Contributor

@BugsBunnyBR see the issue this is trying try address. I think it might be renaming the cocoapod, but I believe that effectively makes a new pod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Xcode reports non-portable path to header
5 participants