Xcode 9 iOS 10 / 11 Simulators - All Apps Crashing [duplicate]

你离开我真会死。 提交于 2019-12-03 23:07:11

You asked in my similar question if i found an solution. I guess i found one.

I set the Dev Team in Xcode on the Flutter Page the describe how to.

From the Flutter Page:

Follow the Xcode signing flow to provision your project:Open the default Xcode workspace in your project by running open ios/Runner.xcworkspace in a terminal window from your Flutter project directory.In Xcode, select the Runner project in the left navigation panel.In the Runner target settings page, make sure your Development Team is selected under General > Signing > Team. When you select a team, Xcode creates and downloads a Development Certificate, registers your device with your account, and creates and downloads a provisioning profile (if needed)

But then i run in an other error which dont let me hot reload anymore

Edit: Reinstall flutter but this time clone the master branch not the alpha.

So follow the steps on the flutter page but change this word in the first step:

Old: git clone -b alpha https://github.com/flutter/flutter.git

New: git clone -b master https://github.com/flutter/flutter.git

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!