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

Module support #311

Merged
merged 9 commits into from
Aug 28, 2023
Merged

Module support #311

merged 9 commits into from
Aug 28, 2023

Conversation

britzl
Copy link
Contributor

@britzl britzl commented Aug 12, 2023

Fixes #308

// remove systemIncludes from objc and objc++
// this is a bit crude but cocoapod builds do not provide any -isystem option and
// it seems like the "{{env.SYSROOT}}/usr/include/c++/v1" set in build.yml is
// causing problems when building objc code with -fmodules enabled
Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, we currently don't separate the C and C++ languages.
And C++ headers cannot be used in C languages (e.g. ObjC)

@britzl britzl merged commit 802adbf into dev Aug 28, 2023
1 check passed
@britzl britzl deleted the Issue-308-firebase-module-support branch August 28, 2023 07:39
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.

Building newer versions of Firebase for iOS faills
2 participants