Fluter build iOS only?

I have a Flutter project and I currently have a build problem on Android. So I would like to temporarily disable the Android build and have it continue building the iOS version. How do I do this? This is my first Bitrise configuration.

There is a Platform parameter in Flutter Build step. You can select iOS value there.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.