Commit 4280fa9
revert: Remove redundant OTHER_CFLAGS from pod_target_xcconfig
The compiler flags (SENTRY_PROFILING_SUPPORTED, NEW_HERMES_RUNTIME, etc.)
are already applied per-file via s.compiler_flags, which
install_modules_dependencies preserves. Adding them to pod_target_xcconfig
was redundant.
The actual fix for the iOS build was the REACT_NATIVE_NODE_MODULES_DIR
env var in the Podfile, which ensures the podspec detects the app's
RN version instead of the SDK's devDependency version in the monorepo.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f3d0cf2 commit 4280fa9
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
0 commit comments