IPA build requires schemes! Please set the moe.xcode.mainScheme property

Hi

I am getting the following error when running ./gradlew moeIpaBuild - in Android Studio

IPA build requires schemes! Please set the moe.xcode.mainScheme property

moe 1.4, Latest Android Studio. Xcode 9.3

Fixed a whole load of issues to get to this stage but this one is beating me :frowning:

I thought maybe exporting to xcode would help but seems like that option was removed? Or I don’t have it enabled?

Hi!

Please uncomment main scheme settings in the build.gradle file.

moe {
    xcode {
        ...
        // mainScheme 'CrashTest'
        ...
    }
}

Best Regards,
Roland

1 Like