Skip to content

Commit 379916e

Browse files
a-mauricechkuang-g
authored andcommitted
Remove the Always embed swift libraries flag
As part of enabled swift, we had forced ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES to YES, but that should not be necessary, as we also add an empty swift file to the target, which will enable swift. On top of that, the always embed flag seems to cause problems for some when submitting apps because of the additional framework folder it might make.
1 parent 930f55d commit 379916e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/IOSResolver/src/IOSResolver.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,6 @@ internal static void AddDummySwiftFile(
20162016
// generated from 2019.3+.
20172017
if(MultipleXcodeTargetsSupported) {
20182018
project.SetBuildProperty(target, "CLANG_ENABLE_MODULES", "YES");
2019-
project.SetBuildProperty(target, "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES", "YES");
20202019
}
20212020
}
20222021

0 commit comments

Comments
 (0)