Commit 3d25df3f authored by Chinmay Garde's avatar Chinmay Garde

iOS: Update path to the application Xcode project to point to the generated subdirectory

parent 5f6e9cb3
...@@ -82,7 +82,7 @@ class AndroidApk extends ApplicationPackage { ...@@ -82,7 +82,7 @@ class AndroidApk extends ApplicationPackage {
class IOSApp extends ApplicationPackage { class IOSApp extends ApplicationPackage {
static const String _defaultId = 'io.flutter.runner.Runner'; static const String _defaultId = 'io.flutter.runner.Runner';
static const String _defaultPath = 'ios'; static const String _defaultPath = 'ios/Generated';
IOSApp({ IOSApp({
String localPath: _defaultPath, String localPath: _defaultPath,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment