Skip to content

Commit a4efd8c

Browse files
authored
Add notes for iOS compiling documentation (#3594)
1 parent 05a101d commit a4efd8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

COMPILING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- For unattended installs, see the contributed [installation scripts](https://github.com/jamulussoftware/installscripts)
77
- The [Autobuild scripts](https://github.com/jamulussoftware/jamulus/tree/main/.github/autobuild) although only optimized to be used by the CI, might help you understand the process of setting up a build environment
88
- There are reports from people who successfully compile and run Jamulus on BSDs.
9-
- Android and iOS are not officially supported. However, [binaries are generated by the autobuild process](https://github.com/jamulussoftware/jamulus/releases/latest) in the Jamulus repository.
9+
- Android and iOS are not officially supported fully. However, [binaries are generated by the autobuild process](https://github.com/jamulussoftware/jamulus/releases/latest) in the Jamulus repository.
1010

1111
---
1212

@@ -157,7 +157,7 @@ If you want to build the installer, please run the `deploy_mac.sh` script: `./ma
157157
## iOS
158158

159159
1. Install [Xcode from the Mac AppStore](https://apps.apple.com/us/app/xcode/id497799835?mt=12)
160-
2. [Download and install Qt5 with the Qt Installer](https://www.qt.io/download) (not homebrew). Explicitly select iOS when choosing the Qt version
160+
2. [Download and install Qt5 with the Qt Installer](https://www.qt.io/download) (not homebrew, Qt6 is found to be buggy). Explicitly select iOS when choosing the Qt version
161161
3. Go to the folder of the Jamulus source code via terminal and run `/path/to/qt/5.15.2/ios/bin/qmake -spec macx-xcode Jamulus.pro` to generate an .xcodeproject file
162162
4. Open the generated .xcodeproject in Xcode
163163
5. Go to the Signing & Capabilities tab and fix signing errors by setting a team. Xcode will tell you what you need to change.

0 commit comments

Comments
 (0)