We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ea8f6 commit d974a28Copy full SHA for d974a28
AGENTS.md
@@ -93,7 +93,13 @@ generated in each library's build directory (e.g.,
93
You can build the entire SDK for Android by running `./gradlew build` or
94
`build_scripts/android/build.sh`.
95
96
-#### Troubleshooting Desktop Builds
+### Xcode (iOS)
97
+
98
+Unfortunately, the iOS version of the SDK cannot be built on Linux, it can only
99
+be built in a MacOS environment. You will have to rely on GitHub Actions to
100
+build for iOS, and have the user inform you of any build issues that come up.
101
102
+### Troubleshooting Desktop Builds
103
104
* Linux: **Missing `libsecret-1-dev`**:
105
CMake configuration may fail if `libsecret-1-dev` is not installed.
0 commit comments