Xcodeで「The provided entity includes an attribute with an invalid value」エラーが発生する原因と解決方法

XcodeでAnalyzeを実行すると、以下のエラーが発生することがあります。 The provided entity includes an attribute with an invalid value このエラーは …

Continue reading ‘Xcodeで「The provided entity includes an attribute with an invalid value」エラーが発生する原因と解決方法’ »

iOSアプリを作るときにReleaseビルドのときはデバッグログを出力しない

iOSアプリを開発するときには、デバッグ中にログを出力して、アプリの動作を確認したい場合があります。 しかし、アプリをリリースするときには、デバッグログを残しておくと、ユーザーに見られてしまいます。 そこで、以下の方法で …

Continue reading ‘iOSアプリを作るときにReleaseビルドのときはデバッグログを出力しない’ »

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」エラーの対策’ »