Skip to content

Commit 6e91f54

Browse files
committed
Don't have Xcode embed the Swift stdlib into SwiftXCTest.framework
This avoids issues arising from dyld trying to load both Xcode's stdlib version and the just-built stdlib which may not be compatible.
1 parent ceaa629 commit 6e91f54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

XCTest.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@
449449
DYLIB_COMPATIBILITY_VERSION = 1;
450450
DYLIB_CURRENT_VERSION = 1;
451451
DYLIB_INSTALL_NAME_BASE = "@rpath";
452-
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
453452
FRAMEWORK_VERSION = A;
454453
INFOPLIST_FILE = Info.plist;
455454
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -472,7 +471,6 @@
472471
DYLIB_COMPATIBILITY_VERSION = 1;
473472
DYLIB_CURRENT_VERSION = 1;
474473
DYLIB_INSTALL_NAME_BASE = "@rpath";
475-
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
476474
FRAMEWORK_VERSION = A;
477475
INFOPLIST_FILE = Info.plist;
478476
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

0 commit comments

Comments
 (0)