-
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'
追加パッケージがインストールされていない.インストールする.
- `require': cannot load such file ffiがインストールされていない可能性あり
sudo gem install ffi
- wrong argument type String (expected Regexp) これでなぜかなおった