-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Closed
Copy link
Labels
platform-iosiOS applications specificallyiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Steps to Reproduce
- Run
flutter build ios --debug - Add files to version control
- Run
flutter build ios(without debug) - Notice that the files have changed, cluttering up vcs (git) tree:
modified: ../flutter/ios/Podfile.lock
modified: ../flutter/ios/Runner.xcodeproj/project.pbxproj
diff --git a/flutter/ios/Podfile.lock b/flutter/ios/Podfile.lock
index 81b7efc0..5130902e 100644
--- a/flutter/ios/Podfile.lock
+++ b/flutter/ios/Podfile.lock
@@ -129,7 +129,7 @@ DEPENDENCIES:
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
- firebase_database (from `.symlinks/plugins/firebase_database/ios`)
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`)
- - Flutter (from `.symlinks/flutter/ios`)
+ - Flutter (from `.symlinks/flutter/ios-release`)
- google_sign_in (from `.symlinks/plugins/google_sign_in/ios`)
- package_info (from `.symlinks/plugins/package_info/ios`)
- share (from `.symlinks/plugins/share/ios`)
@@ -170,7 +170,7 @@ EXTERNAL SOURCES:
firebase_messaging:
:path: ".symlinks/plugins/firebase_messaging/ios"
Flutter:
- :path: ".symlinks/flutter/ios"
+ :path: ".symlinks/flutter/ios-release"
google_sign_in:
:path: ".symlinks/plugins/google_sign_in/ios"
package_info:
diff --git a/flutter/ios/Runner.xcodeproj/project.pbxproj b/flutter/ios/Runner.xcodeproj/project.pbxproj
index b73a3c79..03355de1 100644
--- a/flutter/ios/Runner.xcodeproj/project.pbxproj
+++ b/flutter/ios/Runner.xcodeproj/project.pbxproj
@@ -268,7 +268,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
- "${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
+ "${PODS_ROOT}/../.symlinks/flutter/ios-release/Flutter.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
flutter doctor
$ flutter doctor -v
[✓] Flutter (Channel beta, v1.2.1, on Linux, locale en_US.UTF-8)
• Flutter version 1.2.1 at /home/artem/pkg/flutter
• Framework revision 8661d8aecd (2 weeks ago), 2019-02-14 19:19:53 -0800
• Engine revision 3757390fa4
• Dart version 2.1.2 (build 2.1.2-dev.0.0 0a7dcf17eb)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
• Android SDK at /home/artem/Android/Sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• ANDROID_HOME = /home/artem/Android/Sdk
• ANDROID_SDK_ROOT = /home/artem/Android/Sdk
• Java binary at: /home/artem/pkg/android-studio/jre/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
• All Android licenses accepted.
[!] Android Studio (version 3.2)
• Android Studio at /home/artem/pkg/android-studio
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
[✓] VS Code (version 1.31.1)
• VS Code at /usr/share/code
• Flutter extension version 2.24.0
[!] Connected device
! No devices available
! Doctor found issues in 2 categories.
zarko-tg, dotdoom, rpihlak, 178inaba, MatanMoVia and 1 more
Metadata
Metadata
Assignees
Labels
platform-iosiOS applications specificallyiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.