- Open the project in Qt Creator
- Build a release version of the app
- Navigate to build folder and open FyrLysAR.xcodeproj in XCode
- Remove all Supported Destinations that are not iPhone
- Ensure that Bundle Identifier is all lowercase com.kvakkefly.fyrlysar
- Click File -> New -> File, choose Asset Catalog and name it AppIcon
- Click the plus button -> iOS -> iOS App icon and drag in the non transparent logo
- Click the main project root item in file list, go to General and update App Icon to be AppIcon
You should now be able to run Product -> Archive that validates the app bundle.