Browse Source

[iOS] Fix launching the app after the introduction of Swift in sdk

j8
Shuai Li 7 years ago
parent
commit
962df14382
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      ios/app/app.xcodeproj/project.pbxproj

+ 2
- 0
ios/app/app.xcodeproj/project.pbxproj View File

@@ -255,6 +255,7 @@
255 255
 		13B07F941A680F5B00A75B9A /* Debug */ = {
256 256
 			isa = XCBuildConfiguration;
257 257
 			buildSettings = {
258
+				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
258 259
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug;
259 260
 				CODE_SIGN_ENTITLEMENTS = app.entitlements;
260 261
 				CURRENT_PROJECT_VERSION = 1;
@@ -286,6 +287,7 @@
286 287
 		13B07F951A680F5B00A75B9A /* Release */ = {
287 288
 			isa = XCBuildConfiguration;
288 289
 			buildSettings = {
290
+				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
289 291
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIconRelease;
290 292
 				CODE_SIGN_ENTITLEMENTS = app.entitlements;
291 293
 				CURRENT_PROJECT_VERSION = 1;

Loading…
Cancel
Save