-
Notifications
You must be signed in to change notification settings - Fork 1
Tips
ta edited this page Jul 2, 2024
·
3 revisions
- Code Signing Error: No profiles for 'com.xxx.yourApp' were found
iOS App Development provisioning profileがない. Xcodeから一度ビルドすると作成されて以降VSCodeからでも起動できる
- Target of URI doesn't exist 'package:flutter/material.dart'
追加パッケージがインストールされていない.インストールする:
flutter packages get
flutter packages upgrade
- `require': cannot load such file ffiがインストールされていない可能性あり
sudo gem install ffi
-
wrong argument type String (expected Regexp) これでなぜかなおった
-
Automatically assigning platform
iOSwith version12.0on targetRunnerbecause no platform was specified. https://zenn.dev/junki555/articles/8d0b962d2e6c1fa4d8ca