mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
iOS: Update path to the application Xcode project to point to the generated subdirectory
This commit is contained in:
parent
5f6e9cb39c
commit
3d25df3f99
@ -82,7 +82,7 @@ class AndroidApk extends ApplicationPackage {
|
||||
|
||||
class IOSApp extends ApplicationPackage {
|
||||
static const String _defaultId = 'io.flutter.runner.Runner';
|
||||
static const String _defaultPath = 'ios';
|
||||
static const String _defaultPath = 'ios/Generated';
|
||||
|
||||
IOSApp({
|
||||
String localPath: _defaultPath,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user