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 Protobuf-C++.podspec build error problem #16519

Conversation

takeh1k0
Copy link

As mentioned in this issue, there is a problem with the podspec of Protobuf-C++ and an error occurs when trying to build with Xcode project modified by pod install.

This pull request resolves the build error by:

  • Add utf8_range source files to source_files.
  • Add files to exclude_files to exclude unnecessary files that cause build errors.
  • Add a directory to HEADER_SEARCH_PATHS so that utf8_range headers can be searched.
  • Added Abseil as a dependent library. The reason I specify version 1.20240116.1 is to include PrivacyInfo.xcprivacy in the Abseil framework project to be generated.

@e-n-0
Copy link

e-n-0 commented Apr 21, 2024

Hello!
Did you managed to successfully build Protobuf-C++ with your fix?
I applied your fix, but I'm actually struggling to build it via XCode, I'm having this issue.

@takeh1k0
Copy link
Author

Hello! Did you managed to successfully build Protobuf-C++ with your fix? I applied your fix, but I'm actually struggling to build it via XCode, I'm having this issue.

@e-n-0 Hi, my project is built with fixed Protobuf-C++ podspec.

I read your issue and tried to reproduce the problem. When I included abseil-umbrella.h , the same problem occured. However, I do not use abseil-umbrella.h in my project. Sorry I can't help you.

Copy link

github-actions bot commented Oct 9, 2024

We triage inactive PRs and issues in order to make it easier to find active work. If this PR should remain active, please add a comment.

This PR is labeled inactive because the last activity was over 90 days ago. This PR will be closed and archived after 14 additional days without activity.

@github-actions github-actions bot added the inactive Denotes the issue/PR has not seen activity in the last 90 days. label Oct 9, 2024
Copy link

We triage inactive PRs and issues in order to make it easier to find active work. If this PR should remain active or becomes active again, please reopen it.

This PR was closed and archived because there has been no new activity in the 14 days since the inactive label was added.

@github-actions github-actions bot closed this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive Denotes the issue/PR has not seen activity in the last 90 days.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants