Skip to content

Commit

Permalink
Merge pull request #1731 from flexn-io/chore/cherry-pick-fix/apple_ta…
Browse files Browse the repository at this point in the history
…rget_launch

fix/apple_target_launch
  • Loading branch information
RicardasN authored Sep 26, 2024
2 parents 59ad407 + 2469a36 commit b5d37ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-apple/src/tasks/taskTargetLaunch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SdkPlatforms } from '../common';

export default createTask({
description: 'Launch specific ios target',
dependsOn: [RnvTaskName.workspaceConfigure],
dependsOn: [RnvTaskName.projectConfigure],
fn: async () => {
const target = await getTargetWithOptionalPrompt();
return launchAppleSimulator(target);
Expand Down

0 comments on commit b5d37ea

Please sign in to comment.