最近の記事
Fatal error in Unity CIL LinkerMono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'Firebase.Platform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
9:00 UnityプロジェクトをiOS用にビルドしようと思ったら、エラー出た。 Fatal error in Unity CIL LinkerMono.Cecil.AssemblyResolutionException: Failed to resolve assembly: 'Firebase.Platform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' at Unity.IL2CPP.Common
[Flutter x Unity] Execution failed for task ':unityLibrary:BuildIl2CppTask'.エラーを解消したい。[未解決]
16:00 いつも通りFlutterUnityWidgetを使ったプロジェクトをAndroidでビルドしようとしたら、こんなエラーが出た。 * What went wrong:Execution failed for task ':unityLibrary:BuildIl2CppTask'.> NDK is not installed ここでみんなが言ってること全部試してみたけど、解消しない。 https://github.com/juicycleff/flutter-u
Build failed with status: FAILURE and message: yarn run v1.22.19error Command "plugin" not found. 【Cloud Functions】
9:20 これの続き index.ts import {onRequest} from "firebase-functions/v2/https";import * as logger from "firebase-functions/logger";import { PKPass } from "passkit-generator";export const helloWorld = onRequest(async (request, response) => {
TensorFlowの「in raise_from_not_ok_status raise core._status_to_exception(e) from None # pylint: disable=protected-access」エラーを解消したい
10:00 前回、TensorFlowの例データを使って機械学習に成功した。 今回は自分のデータで学習しようと思ったけど、エラーが出た。 Traceback (most recent call last): File "/Users/tenna/Desktop/tensorflow/main.py", line 89, in <module> image_batch, labels_batch = next(iter(normalized_ds)) File "
YoutubeLiveAPIエラー:systemMessage(400, "Response status code was unacceptable: 400.")
昔開発したYoutube Live配信アプリを久しぶりにアップデートしようと試みた。 10:30 https://www.googleapis.com/youtube/v3/liveBroadcasts?part=id,snippet,contentDetails,status&key=<APIKEY> ライブを始めるリクエストでこんなエラー systemMessage(400, "Response status code was unacceptable: 400.")
Internal Error: root-workspace-0b6124@workspace:.: This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile
17:30 Webチーム開発(Nuxt)で、githubブランチをマージした後に起こったエラー。 言われた通りにyarn install yarn.lockとnode_modulesを消して再トライ わーい。できた。 % yarn dev Chromeでローカルホストを開くと空白ページ。コンソールにはこんなエラーが。 なんかファイルが見つからないらしい。 mergeを戻してみても同じエラー。 mergeの前の段階まで戻したブランチを別ファイルとしてdownlo