You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/ui-library/includes/get-started-chat/ios.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,19 +49,19 @@ In Xcode, create a new project.
49
49
50
50
target 'UILibraryQuickStart'do
51
51
use_frameworks!
52
-
pod 'AzureCommunicationUIChat', '1.0.0-beta.4'
52
+
pod 'AzureCommunicationUIChat', '1.0.0-beta.5'
53
53
end
54
54
```
55
55
56
56
1. Run`pod install --repo-update`.
57
57
58
58
1. InXcode, open the generated *xcworkspace* file.
59
59
60
-
### Turn off Bitcode
60
+
### Turn off User Script Sandboxing
61
61
62
-
In the Xcode project, under **BuildSettings**, set the **EnableBitcode** option to **No**. To find the setting, change the filter from **Basic** to **All**or use the search bar.
62
+
In the Xcode project, under **BuildSettings**, set the **UserScriptSandboxing** option to **No**. To find the setting, change the filter from **Basic** to **All**or use the search bar.
63
63
64
-
:::image type="content" source="../../media/xcode-bitcode-option.png" alt-text="Screenshot that shows the Build Settings option to turn off Bitcode.":::
64
+
:::image type="content" source="../../media/xcode-sandbox-option.png" alt-text="Screenshot that shows the Build Settings option to turn off User Script Sandboxing.":::
0 commit comments