Skip to content

Document iOS/Xcode dev environment setup (macOS-only)#6

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

Document iOS/Xcode dev environment setup (macOS-only)#6
aj327 wants to merge 1 commit into
masterfrom
cursor/document-ios-env-setup-9c66

Conversation

@aj327

@aj327 aj327 commented Jul 13, 2026

Copy link
Copy Markdown
Owner

Summary

CheckList is a native iOS app (Swift 3.0, UIKit + Storyboards + Core Data) built with Xcode. It has no third-party dependency manager (no CocoaPods/SPM/Carthage), no backend, and no external services or databases.

This PR adds AGENTS.md documenting how to build/run the app and, importantly, a ## Cursor Cloud specific instructions section clarifying that the app cannot be built, run, linted, or tested on the Linux cloud VM — iOS development requires macOS + Xcode + the iOS SDK/Simulator.

Environment findings

  • SDKROOT = iphoneos, IPHONEOS_DEPLOYMENT_TARGET = 10.3, SWIFT_VERSION = 3.0.
  • The cloud VM is Ubuntu 24.04 (Linux); no swift/swiftc/xcodebuild present, and download.swift.org is unreachable from the VM.
  • No dependencies to install → the startup update script is a no-op.
  • No test target defined → no automated tests exist.

Changes

  • Add AGENTS.md with build/run instructions and Cursor Cloud specific caveats.
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