Flutterにcloud_firestore導入したらAMSupportURLConnectionDelegate is implemented in bothが出た

FlutterにFirebase追加したら下記のエラーが発生しました ※一部だけ掲載予定でしたが、思いのほかハマったので後続の方のために全て記載しています バージョン情報 結論 XCodeを再インストールしました 下記の …

[!] The ‘Pods-Runner’ target has transitive dependencies that include statically linked binaries: (/Users/masahirookubo/myprojects/ios/Flutter/Flutter.framework)

1> flutter clean2> Delete ios/Flutter/Flutter.framework3> pod install でいけました 参考記事 [!] The ‘Pods …

nativescript-videorecorder got a error when using android

I installed nativescript-videorecorder to record movie, but unfortunately I spent all day…. So I wanna s …

Xcode リフォーマット方法

Xcodeでリフォーマットする方法を調べてみたら、すぐに見つかりました〜 面倒くさいですけど、2つのステップを踏まないと行けないっぽいです 1. command + A -> 全選択 2. control + I …