Merge branch 'bugfix/always_embed_swift' into 'develop'

always embed swift to no

### Summary
Remove always embed swift flag. Embedding frameworks in frameworks blocks Apple submission.

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/900
This commit is contained in:
Pfeil, Scott Robert 2022-10-20 20:30:36 +00:00
commit 1dc367c463

View File

@ -3225,7 +3225,6 @@
D29DF0D221E404D4003B2FB9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_SEARCH_USER_PATHS = NO;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
@ -3293,7 +3292,6 @@
D29DF0D321E404D4003B2FB9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ALWAYS_SEARCH_USER_PATHS = NO;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;