ai-docs/docs/ai/ios/ios.md
Matt Bruce 3586f39e8e More refactoring
Signed-off-by: Matt Bruce <matt.bruce1@toyota.com>
2026-02-22 15:02:58 -06:00

1.9 KiB
Raw Blame History

iOS AI Setup (Quick Start)

You are here: AI Docs Home > iOS Setup

Which Path Should I Choose?

  • Use Xcode if you want the most integrated Apple experience for Swift/SwiftUI and UI design.
  • Use VS Code if you want automation, Copilot Chat agent workflows, or work on cross-platform code.
  • You can use both! Many developers do.

Xcode: Copilot Setup Steps

  1. Install Xcode from the Mac App Store and open it once.
  2. Install the GitHub Copilot for Xcode plugin and enable it in Xcodes Extensions.
  3. Sign in with your GitHub account (Copilot access required).
  4. Open a Swift file and type // to trigger a suggestion.
  5. Open Copilot Chat and try a simple prompt (e.g., “Write a Swift function to reverse a string”).

VS Code: Copilot Setup Steps

  1. Follow the VS Code Initial Setup to install VS Code, Copilot, and sign in.
  2. Open a Swift file and type // to trigger a suggestion.
  3. Open Copilot Chat and try a simple prompt.

Add MCP Automation (Optional, Advanced)


Troubleshooting

  • If suggestions are missing, confirm youre signed in and Copilot is enabled.
  • If the plugin/extension is not visible, check compatibility and restart the app.
  • If responses are blocked, check your network or company policy.
  • If you have multiple AI plugins, disable all but Copilot.

Next Steps