导航
导航
文章目录
  1. 基本环境问题

flutter开发、安装问题合集

基本环境问题

CocoaPods installed but not initialised问题

flutter CocaPods not initialised

1
2
3
sudo gem uninstall cocoapods
sudo gem install cocoapods -v 1.7.5
pod setup

真机调试用flutter开发ios应用时出现的问题的总结

app创建名称必须和Bundle Identifier一致

Device doesn’t support wireless sync. AMDeviceStartSe

1
2
3
4
cd ~/Desktop
wget https://raw.githubusercontent.com/kangwang1988/kangwang1988.github.io/master/others/ios-deploy
chmod +x ios-deploy
mv ios-deploy /usr/local/bin