Skip to content

Commit 1bc70a7

Browse files
authored
Merge pull request #1730 from flexn-io/fix/apple_target_launch
Fix/apple target launch
2 parents 11ccd1e + 2ddca45 commit 1bc70a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk-apple/src/tasks/taskTargetLaunch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { SdkPlatforms } from '../common';
55

66
export default createTask({
77
description: 'Launch specific ios target',
8-
dependsOn: [RnvTaskName.workspaceConfigure],
8+
dependsOn: [RnvTaskName.projectConfigure],
99
fn: async () => {
1010
const target = await getTargetWithOptionalPrompt();
1111
return launchAppleSimulator(target);

0 commit comments

Comments
 (0)