Skip to content

Installation iOS

Jianzhu Huai edited this page Oct 23, 2019 · 4 revisions

Build and install from source

Requirement: Xcode IDE (e.g., 10.1, 10.3), and an iOS device with iOS 8.0+.

You may need to enable the Developer mode of the iOS device, please refer to here.

Open the MarsLogger project in Xcode.

Connect the iOS device to the computer, and select the device in Xcode to run the app.

The issues about certificates are explained by Chris Ching at here.

Install from App Store

To be added.

Troubleshooting

"Failed to create provisioning profile"

Referring to [here] and the hint within the error message, you may "change your bundle identifier to a unique string to try again".

"Permission failure: Your account does not have permission to create iOS Distribution certificates"

You do not need iOS Distribution certificates. An iOS Development certificate suffices.

Clone this wiki locally