We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a008da9 commit c1d0fdfCopy full SHA for c1d0fdf
README.md
@@ -113,6 +113,11 @@ App Sandbox = NO
113
* `-Xfrontend` `-enable-private-imports`
114
* use the flag instead of making related `func`s or `var`s visible by removing `private`
115
116
+or copy-and-paste on the Xcode build settings GUI to overwrite in 1 step.
117
+
118
+```
119
+OTHER_SWIFT_FLAGS[config=Debug] = -Xfrontend -enable-implicit-dynamic -Xfrontend -enable-private-imports
120
121
122
### (optional) Insert hooks to update SwiftUI view after reloadings:
123
0 commit comments