Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit e0bc31b

Browse files
authored
Fix engine Xcode projection for newer versions of Xcode. (#21701)
1 parent 3cb0b1a commit e0bc31b

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)