docs: note macOS/Xcode-only build for cloud agents - #4
Merged
J2TeamNNL merged 1 commit intoAug 26, 2026
Merged
Conversation
Co-authored-by: Nguyễn Nam Long <J2TeamNNL@users.noreply.github.com>
J2TeamNNL
marked this pull request as ready for review
August 25, 2026 07:21
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.
Summary
Attempted to set up the development environment for a Cloud Agent (Linux VM). TablePro is a native macOS/iOS app built with Xcode + XcodeGen, using AppKit, SwiftUI, and CloudKit. It cannot be built, tested, or run on Linux, and Xcode/AppKit cannot be installed on Linux.
This PR adds an
AGENTS.mdwith a## Cursor Cloud specific instructionssection so future cloud agents immediately know the environment constraint and where the real build/test/lint commands live (README.md,CLAUDE.md).What was verified
Ubuntu 24.04.4 LTS(x86_64).xcodebuild,swift,swiftc,xcrun,xcodegen,swiftlint,swiftformatall missing.Packages/TableProCoredeclares only.macOS(.v14)/.iOS(.v17)and its core targets importAppKit/CloudKit, soswift build/swift teston Linux is not viable.Libs//Libs/ios/are prebuilt macOS/iOS binaries, unusable without Xcode.Not done (and why)
SetupVmEnvironmentupdate script: there is no valid Linux dependency-install/refresh step for a macOS-only Xcode project.