From 962df14382735a49792e23d45e97c1afded89f10 Mon Sep 17 00:00:00 2001 From: Shuai Li Date: Mon, 26 Mar 2018 23:14:45 -0500 Subject: [PATCH] [iOS] Fix launching the app after the introduction of Swift in sdk --- ios/app/app.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ios/app/app.xcodeproj/project.pbxproj b/ios/app/app.xcodeproj/project.pbxproj index 9a1342dd2..580ae9512 100644 --- a/ios/app/app.xcodeproj/project.pbxproj +++ b/ios/app/app.xcodeproj/project.pbxproj @@ -255,6 +255,7 @@ 13B07F941A680F5B00A75B9A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug; CODE_SIGN_ENTITLEMENTS = app.entitlements; CURRENT_PROJECT_VERSION = 1; @@ -286,6 +287,7 @@ 13B07F951A680F5B00A75B9A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIconRelease; CODE_SIGN_ENTITLEMENTS = app.entitlements; CURRENT_PROJECT_VERSION = 1;