Setup flutter for iOS without homebrew on macOS

Jan 15, 2019 • 预计阅读时间 1 分钟

requirements: macports

Install cocoapods

sudo gem install cocoapods

Deploy to iOS devices

sudo port install usbmuxd libimobiledevice ideviceinstaller ios-deploy
pod setup

Get the Flutter SDK

current stale version: 1.0.0 flutter_macos_v1.0.0-stable.zip

unzip flutter_macos_v1.0.0-stable.zip

Add the flutter tool to your path:

export PATH=$PATH:`pwd`/flutter/bin
版权声明:如果转发请带上本文链接和注明来源。

lvv.me

iOS/macOS Developer

Install newest nginx on ubuntu 18.04

Install Chisel for Xcode without brew