Skip to content

Commit 8ee3dae

Browse files
authored
Merge pull request #1 from JorgeAntrax/JorgeAntrax-patch-1
Update getInfo.ts
2 parents ac7c258 + a636b3b commit 8ee3dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-platform-apple/src/tools/getInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function getInfo(
7272
'-list',
7373
'-json',
7474
'-project',
75-
path.join(sourceDir, location.replace('group:', '')),
75+
path.join(sourceDir, location.replace('group:', '').replace('container:', '')),
7676
]);
7777
const info = parseTargetList(xcodebuild.stdout);
7878
if (!info) {

0 commit comments

Comments
 (0)