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 379916e commit 6e231e8Copy full SHA for 6e231e8
source/IOSResolver/src/IOSResolverSettingsDialog.cs
@@ -273,8 +273,7 @@ public void OnGUI() {
273
"Standard Library when some plugins depend on Swift Framework " +
274
"pods by:");
275
GUILayout.Label("1. Add a dummy Swift file to Xcode project.");
276
- GUILayout.Label("2. Enable 'CLANG_ENABLE_MODULES' and " +
277
- "'ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES' build settings and set " +
+ GUILayout.Label("2. Enable 'CLANG_ENABLE_MODULES' build settings and set " +
278
"'SWIFT_VERSION' to the value below.");
279
280
if (settings.swiftFrameworkSupportWorkaroundEnabled) {
0 commit comments