pod installを実行すると「Your project does not explicitly specify the CocoaPods master specs repo.」

pod installを実行すると以下のメッセージが表示されました。 [!] Your project does not explicitly specify the CocoaPods master specs rep …

Continue reading ‘pod installを実行すると「Your project does not explicitly specify the CocoaPods master specs repo.」’ »

coreMLの「Could not create inference context」エラーの対策

Appleシリコン(M1)を搭載したMacのiOSシミュレータでcoreMLを実行すると「Could not create inference context」エラーになった。 do { try handler.perf …

Continue reading ‘coreMLの「Could not create inference context」エラーの対策’ »

iOSのAPNs証明書を更新する

iOSのAPNs証明書を更新する手順です。 CSRファイルの作成 キーチェンアクセス.appを開き、メニューから「キーチェンアクセス」→「証明書アシスタント」→「認証局に証明書を要求」を選択します。 「メールアドレス」「 …

Continue reading ‘iOSのAPNs証明書を更新する’ »

OpenAPIを使ってみる(3) iOSアプリ(Swift5)を作成する

OpenAPIを使って、iOSアプリ(Swift)を作成する。 「OpenAPIを使ってみる(2) Androidアプリ(Kotlin)を作成する」の続き。 環境 macOS Monterey openapi-gener …

Continue reading ‘OpenAPIを使ってみる(3) iOSアプリ(Swift5)を作成する’ »