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

This commit is contained in:
Chinmay Garde 2016-02-11 17:48:56 -08:00
parent 5f6e9cb39c
commit 3d25df3f99

View File

@ -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,