iOS: Update path to the application Xcode project to point to the generated subdirectory
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user