From 47830dfc3dc4bd638a43a03700378164defb9508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 4 Dec 2018 10:16:37 +0100 Subject: [PATCH] ios: switch back to the "legacy" build system in Xcode Xcode 10 introduced a new build system. Alas, it breaks a number of important flows, such as creating an archive for the framework (ie SDK) target. In order to "fix" this, switch back to the former (Xcode 9) build system for the time being. --- .../xcshareddata/WorkspaceSettings.xcsettings | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ios/jitsi-meet.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings diff --git a/ios/jitsi-meet.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/jitsi-meet.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 000000000..949b67898 --- /dev/null +++ b/ios/jitsi-meet.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,8 @@ + + + + + BuildSystemType + Original + +