Skip to content

Instantly share code, notes, and snippets.

@eseidelGoogle
Created February 16, 2016 17:10
Show Gist options
  • Save eseidelGoogle/81595967f76fa5968298 to your computer and use it in GitHub Desktop.
Save eseidelGoogle/81595967f76fa5968298 to your computer and use it in GitHub Desktop.
I just want to serve five terrabytes
Ideally this would be easier.
eseidel@eseidel-macbookpro /src/flutter %cd examples/material_gallery [/src/flutter]
eseidel@eseidel-macbookpro /src/flutter/examples/material_gallery %flutter start [/src/flutter/examples/material_gallery]
Downloading Dart SDK 1.14.1...
######################################################################## 100.0%
Building flutter tool...
Error: incompatible sky_engine package; please run 'pub get' to get the correct one.
eseidel@eseidel-macbookpro /src/flutter/examples/material_gallery %pub get [/src/flutter/examples/material_gallery]
Resolving dependencies... (2.3s)
> sky_engine 0.0.98 (was 0.0.97)
> sky_services 0.0.98 (was 0.0.97)
Changed 2 dependencies!
eseidel@eseidel-macbookpro /src/flutter/examples/material_gallery %flutter start [/src/flutter/examples/material_gallery]
Downloading darwin-x64 artifacts from the cloud, one moment please...
Downloading https://storage.googleapis.com/mojo_infra/flutter/9e1e1fba5474b458458b65f1aa1d0d730af2705b/darwin-x64/artifacts.zip.
Starting lib/main.dart on iPhone 6...
Path "/src/flutter/examples/material_gallery/ios/.generated" does not exist.
Did you run `flutter ios --init`?
Could not build the application for the simulator
Error starting application on iPhone 6.
Unable to run application.
eseidel@eseidel-macbookpro /src/flutter/examples/material_gallery %flutter ios --init [/src/flutter/examples/material_gallery]
Fetching the Xcode project archive from the cloud...
Downloading https://storage.googleapis.com/flutter_infra/flutter/9e1e1fba5474b458458b65f1aa1d0d730af2705b/ios/FlutterXcode.zip...
Unzipping Xcode project to local directory...
Created ios/Info.plist.
Created ios/LaunchScreen.storyboard.
Created ios/Assets.xcassets/AppIcon.appiconset/Contents.json.
Xcode project created at /src/flutter/examples/material_gallery/ios/.generated/.
User editable settings are in /src/flutter/examples/material_gallery/ios/.
eseidel@eseidel-macbookpro /src/flutter/examples/material_gallery %flutter start [/src/flutter/examples/material_gallery]
Starting lib/main.dart on iPhone 6...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment