瀏覽代碼

fix(ios) fix crash on startup on iOS 11

master
Saúl Ibarra Corretgé 4 年之前
父節點
當前提交
a1c197c73c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      ios/app/app.xcodeproj/project.pbxproj

+ 2
- 0
ios/app/app.xcodeproj/project.pbxproj 查看文件

715
 			isa = XCBuildConfiguration;
715
 			isa = XCBuildConfiguration;
716
 			baseConfigurationReference = 609CB2080B75F75A89923F3D /* Pods-JitsiMeet.debug.xcconfig */;
716
 			baseConfigurationReference = 609CB2080B75F75A89923F3D /* Pods-JitsiMeet.debug.xcconfig */;
717
 			buildSettings = {
717
 			buildSettings = {
718
+				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
718
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug;
719
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug;
719
 				CODE_SIGN_ENTITLEMENTS = app.entitlements;
720
 				CODE_SIGN_ENTITLEMENTS = app.entitlements;
720
 				CODE_SIGN_IDENTITY = "iPhone Developer";
721
 				CODE_SIGN_IDENTITY = "iPhone Developer";
744
 			isa = XCBuildConfiguration;
745
 			isa = XCBuildConfiguration;
745
 			baseConfigurationReference = FC040BBED70876444D89E91C /* Pods-JitsiMeet.release.xcconfig */;
746
 			baseConfigurationReference = FC040BBED70876444D89E91C /* Pods-JitsiMeet.release.xcconfig */;
746
 			buildSettings = {
747
 			buildSettings = {
748
+				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
747
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIconRelease;
749
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIconRelease;
748
 				CODE_SIGN_ENTITLEMENTS = app.entitlements;
750
 				CODE_SIGN_ENTITLEMENTS = app.entitlements;
749
 				CODE_SIGN_IDENTITY = "iPhone Developer";
751
 				CODE_SIGN_IDENTITY = "iPhone Developer";

Loading…
取消
儲存