You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compiler_flags attribute in pod specs are ignored by cocoapods-bazel, which can result in that pod failing to build under Bazel. For example, the CNIODarwin pod requires -D__APPLE_USE_RFC_3542=1 in order to compile successfully on macOS.
The following addition to the Podfile serves as a temporary workaround:
The text was updated successfully, but these errors were encountered:
ileitch
changed the title
compiler_flags from pod spec not propagate to build file
compiler_flags from pod spec not propagated to build file
Feb 17, 2022
The
compiler_flags
attribute in pod specs are ignored by cocoapods-bazel, which can result in that pod failing to build under Bazel. For example, the CNIODarwin pod requires-D__APPLE_USE_RFC_3542=1
in order to compile successfully on macOS.The following addition to the Podfile serves as a temporary workaround:
The text was updated successfully, but these errors were encountered: