Skip to content

Commit d974a28

Browse files
committed
Add note about not building iOS.
1 parent f4ea8f6 commit d974a28

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

AGENTS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,13 @@ generated in each library's build directory (e.g.,
9393
You can build the entire SDK for Android by running `./gradlew build` or
9494
`build_scripts/android/build.sh`.
9595

96-
#### Troubleshooting Desktop Builds
96+
### 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
97103

98104
* Linux: **Missing `libsecret-1-dev`**:
99105
CMake configuration may fail if `libsecret-1-dev` is not installed.

0 commit comments

Comments
 (0)