-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Description
Steps to Reproduce
Compile a flutter app with XCode 9 for iOS > 9.0 with only iPhones allowed.
Logs
The app runs fine on Android emulator, just doesn't compile itself on IOS after upgrading from SDK 0.5.1 to SDK 0.6.0
flutter doctor -v
[✓] Flutter (Channel beta, v0.6.0, on Mac OS X 10.13.6 17G65, locale it-IT)
• Flutter version 0.6.0 at /Users/nicolas/flutter
• Framework revision 9299c02 (2 weeks ago), 2018-08-16 00:35:12 +0200
• Engine revision e3687f7
• Dart version 2.1.0-dev.0.0.flutter-be6309690f
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.2)
• Android SDK at /Users/nicolas/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.2
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01)
• All Android licenses accepted.
[✓] iOS toolchain - develop for iOS devices (Xcode 9.4.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 9.4.1, Build version 9F2000
• ios-deploy 1.9.2
• CocoaPods version 1.5.3
[✓] Android Studio (version 3.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 26.0.1
• Dart plugin version 173.4700
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1024-b01)
[✓] VS Code (version 1.26.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 2.17.1
[✓] Connected devices (1 available)
• Android SDK built for x86 • emulator-5554 • android-x86 • Android 9 (API 28) (emulator)
• No issues found!