Skip to content

Document iOS/Xcode environment requirements#4

Draft
aj327 wants to merge 1 commit into
masterfrom
cursor/document-ios-env-setup-6318
Draft

Document iOS/Xcode environment requirements#4
aj327 wants to merge 1 commit into
masterfrom
cursor/document-ios-env-setup-6318

Conversation

@aj327

@aj327 aj327 commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Summary

CheckList is a native iOS app (UIKit + Storyboards + Core Data, Swift 3.0, iOS 10.3 target), scaffolded from Xcode's "Single View App" template. It has no dependency manager, no README, no test target, and no setup scripts.

While setting up the Cursor Cloud development environment, I confirmed this project cannot be built, linted, tested, or run on the Linux Cloud Agent VM — it requires macOS + Xcode (xcodebuild, the iOS SDK, ibtool/actool, and the iOS Simulator), all of which are Apple-only. This is a hard platform incompatibility, not a missing-dependency issue.

This PR adds AGENTS.md documenting:

  • What the app is and its structure.
  • A ## Cursor Cloud specific instructions section explaining the macOS/Xcode requirement and the standard build/run commands for a Mac.

No source code was changed.

Testing

  • ⚠️ Build/lint/test/run not possible on the Linux VM (requires macOS + Xcode). Confirmed xcodebuild and swiftc are unavailable on this VM.
Open in Web Open in Cursor 

Co-authored-by: Aaditya Jain <aj327@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants