カテゴリー: iOS
-
Xcodeで実機デバッグ試すとThis operation can fail if the version of the OS on the device is incompatible…と出る
Xcodeで実機デバッグを試みたところ、下記のエラーが発生しました こちらの問題ですが、どうやらXcodeでバ…
-
XcodeでimageLiteralが出てこない
Xcode 13.2.1でimageLiteralがサジェストで出てこなく、調べてみたら記述方法が変わったとの…
-
[WIP]NeoVim + iOSでUIKitやSwiftUIの補完を可能にする
sourcekit lspを追加するところまでは全く問題なかったのですが、 などのiOSのUI framewo…
-
/build/ios/iphoneos/Runner.app. ではなく/build/ios/archive/Runner.xcarchive.を生成する方法
リリース用のアーカイブ生成するためにひたすらios でやっていて、リリースまでいけませんでしたが、よく考えてみ…
-
FlutterでGoogleService-info.plistの更新が全くかからない時の対処法
結論、GoogleService-info.plistはAndroid StudioじゃなくてXcodeに貼り…
-
Thread 1: “Default app has already been configured.”
flutter + firebaseでタイトルのエラー発生 ios/AppDelegate.swiftにfir…
-
[!] CocoaPods could not find compatible versions for pod “firebase_auth”:
In Podfile:
firebase_auth (from.symlinks/plugins/firebase_auth/ios
)flutterに firebase入れようとしたらタイトルのエラー発生 これで通りました 参考記事 Cocoa…
-
Warning: CocoaPods not installed. Skipping pod install.
CocoaPods is used to retrieve the iOS and macOS platform side’s plugin code that responds to your plugin usage on the Dart side.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/platform-plugins
To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.ターミナルからAndroid Studioを起動するとエラーが出ないようなので、こちらを実行 動きました! 参…