Skip to content

Commit 948106a

Browse files
chinmaygardegspencergoog
authored andcommitted
Fix engine Xcode projection for newer versions of Xcode. (flutter#21701)
1 parent fec850e commit 948106a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ def main(argv):
398398
elif sys.platform == 'darwin':
399399
# On the Mac, generate an Xcode project by default.
400400
command.append('--ide=xcode')
401+
command.append('--xcode-project=flutter_engine')
402+
command.append('--xcode-build-system=new')
401403
elif sys.platform.startswith('win'):
402404
# On Windows, generate a Visual Studio project.
403405
command.append('--ide=vs')

0 commit comments

Comments
 (0)