We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e438f23 commit 42ad8dbCopy full SHA for 42ad8db
.changeset/eleven-buckets-joke.md
@@ -0,0 +1,5 @@
1
+---
2
+'@rnef/platform-apple-helpers': patch
3
4
+
5
+fix: get scheme from args if available
packages/platform-apple-helpers/src/lib/commands/build/createBuild.ts
@@ -45,7 +45,7 @@ export const createBuild = async ({
45
46
let xcodeProject: XcodeProjectInfo;
47
let sourceDir: string;
48
- let scheme: string | undefined;
+ let scheme = args.scheme;
49
const deviceOrSimulator = args.destination
50
? // there can be multiple destinations, so we'll pick the first one
51
args.destination[0].match(/simulator/i)
0 commit comments