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

Loading…
Cancel
Save