Difference between revisions of "Compiling ScummVM/iPhone"

Jump to navigation Jump to search
→‎Compile and Deploy: Add comment about the need to disable bitcode generation option
(→‎Creating the Xcode project: TTS is not yet available on iOS)
(→‎Compile and Deploy: Add comment about the need to disable bitcode generation option)
Line 62: Line 62:
* In the project ''General'' settings you need to specify a unique ''Bundle Identifier'' (for example ''org.yourname.scummvm'').
* In the project ''General'' settings you need to specify a unique ''Bundle Identifier'' (for example ''org.yourname.scummvm'').
* You need to configure the ``Signing`` settings. Add an account by using your Apple ID if needed and then select it.
* You need to configure the ``Signing`` settings. Add an account by using your Apple ID if needed and then select it.
* You may need to disable bitcode generation in the build settings. This should already be disabled by default when you make a build specifically for your device, but it is enabled by default when you build for a ''Generic iOS Device''.


Then click on the Play button in the top left of the window to start the build. The App will be automatically installed on your device at the end of the build.
Then click on the Play button in the top left of the window to start the build. The App will be automatically installed on your device at the end of the build.
TrustedUser
2,147

edits

Navigation menu