IOS Not able to use build configuration other then "debug" or "release"

Hi,

I’m trying to build ios app with custom build configuration “Beta”.
When im running the project the gradle throws:
org.gradle.api.GradleException: Unknown configuration ‘Beta’
at org.moe.gradle.utils.Mode.getForName(Mode.java:43)

I searched the code in github and I saw that MOE doesn’t support other build configuration then “debug” or “release”

Mode.java

Am i missing something?
Can MOE support this?

Thank You (:

Hi,

Currently the MOE Gradle plugin only supports debug and release configurations. In the current implementation these describe the way the native code is built and are not a generic configuration concept like e.g. in the Android plugin.

Best Regards,
Gergely

:frowning: :frowning: :frowning:
Any news on that?

Use build target if you wanna support variants.