Hello, Is there a gradle task to generate a debug...
# ios
t
Hello, Is there a gradle task to generate a debug app such as
Debug-iphonesimulator/iosApp.app
? Currently I just hit
Run
from Android Studio, but I'd like to build this on my CI.
Ah... Learning about iOS dev. I'll just use xcodebuild. I apologize for the noise.
f
hey, use https://fastlane.tools/ it’s a wonderful tool
👍 2