Skip to content

Commit

Permalink
chore: further clean up of the old solution
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardasN committed Oct 17, 2024
1 parent 88d97f7 commit 04dfbbc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/sdk-apple/src/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,14 +235,7 @@ export const runXcodeProject = async (runDeviceArguments?: string) => {
if (bundleAssets) {
await packageReactNativeIOS(bundleIsDev);
}
if (c.platform === 'tvos' && !runDeviceArguments.includes('--simulator')) {
try {
return _checkLockAndExec(c, appPath, schemeTarget, runScheme, runDeviceArguments);
} catch (e) {
await _handleMissingTeam(c, e);
}
return;
}

return _checkLockAndExec(c, appPath, schemeTarget, runScheme, runDeviceArguments);
}

Expand Down

0 comments on commit 04dfbbc

Please sign in to comment.