Quellcode durchsuchen

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

j8
Shuai Li vor 7 Jahren
Ursprung
Commit
962df14382
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2
    0
      ios/app/app.xcodeproj/project.pbxproj

+ 2
- 0
ios/app/app.xcodeproj/project.pbxproj Datei anzeigen

@@ -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;

Laden…
Abbrechen
Speichern