Commit bf38d12
committed
Fix: Disable documentation warnings and -Werror for IDB framework builds
The IDB frameworks fail to build with Xcode 26 due to stricter documentation
comment validation. IDB has a documentation comment referencing a non-existent
parameter 'queue' which is treated as an error with -Werror enabled.
This commit:
- Disables CLANG_WARN_DOCUMENTATION_COMMENTS to ignore doc warnings
- Disables GCC_TREAT_WARNINGS_AS_ERRORS to prevent warnings from failing builds
- Keeps xcpretty disabled for better error visibility1 parent db9f0c6 commit bf38d12
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
| |||
0 commit comments