Skip to content

Commit

Permalink
Add note about Command Line Tools, and the need for a Simulator platf…
Browse files Browse the repository at this point in the history
…orm.
  • Loading branch information
freakboy3742 committed Feb 23, 2024
1 parent 9f851b0 commit 302a5b0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion iOS/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ Compilers for building on iOS
Building for iOS requires the use of Apple's Xcode tooling. It is strongly
recommended that you use the most recent stable release of Xcode. This will
require the use of the most (or second-most) recently released macOS version,
as Apple does not maintain Xcode for older macOS versions.
as Apple does not maintain Xcode for older macOS versions. The Xcode Command
Line Tools are not sufficient for iOS development; you need a *full* Xcode
install.

If you want to run your code on the iOS simulator, you'll also need to install
an iOS Simulator Platform. You should be prompted to select an iOS Simulator
Platform when you first run Xcode. Alternatively, you can add an iOS Simulator
Platform by selecting an open the Platforms tab of the Xcode Settings panel.

iOS specific arguments to configure
===================================
Expand Down

0 comments on commit 302a5b0

Please sign in to comment.