Set up Cursor Cloud (Linux) dev environment#93
Closed
kyleve wants to merge 1 commit into
Closed
Conversation
The Linux Tuist binary now installs and runs (mise install / tuist version work), so the prior note that 'mise install tuist fails: unsupported env' and that ./swiftformat fails is outdated. Correct the Cursor Cloud section: - ./swiftformat --lint and mise install work on Linux - iOS project generation/build/test/run still require macOS + Xcode (no xcodebuild/xcrun); ./ide fails at the 'tuist generate' step because the Linux binary's generate is a server-side command group.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Sets up the Cursor Cloud (Linux) development environment for this macOS-first iOS repo, and corrects the now-outdated
## Cursor Cloud specific instructionsinAGENTS.md.Environment set up (persisted in the VM snapshot)
mise(in~/.local/bin, activated in~/.bashrc).mise.tomlviamise install— SwiftFormat0.60.1and Tuist4.200.5./sync-agents).githooksStartup update script
Key finding — AGENTS.md was outdated
The previous notes claimed
mise install/mise install tuistfail on Linux (unsupported env: linux/amd64) and that./swiftformatfails. That is no longer true: Tuist now ships a Linux binary, somise install,tuist version, and./swiftformat --lintall work. However, iOS project generation / build / test / running the Where app still require macOS + Xcode (noxcodebuild/xcrunon Linux), and the Linux Tuistgenerateis a server-side command group (so./idefails at thetuist generatestep).AGENTS.mdis updated to reflect this accurately.Verified on Linux
mise exec swiftformat -- swiftformat --lint .— CIformatjob equivalent,0/475 files require formatting./swiftformat --lint./sync-agentsand./sync-agents --installmise exec -- tuist test …,./ide, iOS build/run — macOS-only, cannot run on the Linux VMdev_env_setup_verification.log
To show artifacts inline, enable in settings.