神代レポート

Unity Xcode Android 関連のEtc...

体内時計[Android/iPhone] - 昼夜逆転でも健康的になれるアプリ

体内時計 このアプリのおすすめしたい人 自分にとっての昼食・運動・睡眠時間を知りたい人 不規則な生活だけど健康的になりたい人 昼夜逆転を直さずに健康的になりたい人 一般的な生活リズムに合わせてられない人 ToDoリストをいくつか試した人にもオススメ…

UnityのShader基礎に関する簡単な説明とメモ

Surface Shader 関連 ↓ 基本的に以下の記事を読みながら、疑問に思った用語を解説しています。 www.atmarkit.co.jp 上記の記事を読みながら補足程度に使ってもらえば学習がスムーズに行くかもしれません。 ShaderLab Unity上でシェーダーを記述する言語下記…

【2020年保存版】現時点で最強と思われるタスク管理・ToDo おすすめアプリ

iToDo このTODOアプリのおすすめポイント! シンプルで説明いらず! すべての操作が直感的に使える! 邪魔な機能がない! 洗練されたデザイン! ToDoリストをいくつか試した人にもオススメの一品です! 【 ↓ iOS ↓ 】 iToDo tai tanaka 仕事効率化 無料 apps…

Exception: Calling TargetGuidByName with name='Unity-iPhone' is deprecated.【解決策】

Error内容 Exception: Calling TargetGuidByName with name='Unity-iPhone' is deprecated. There are two targets now, call GetUnityMainTargetGuid() - for app or GetUnityFrameworkTargetGuid() - for source/plugins to get Guid instead. 解決方法 PB…

ListenAndServe(): listen tcp :8080: bind: address already in use. ~ Go httpサーバーを停止する方法 ~

Error内容 ListenAndServe(): listen tcp :8080: bind: address already in use 解決方法 1:以下のコマンドで8080ポートを使用しているプロセスを探しますlsof -iTCP:8080 -sTCP:LISTEN結果例:COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME__debug_…

自分用 Gitコマンド早見表

全追加・コミット・プッシュ git add --all git commit -m "comment" git push -u origin master 直前のコミット取り消し git reset --hard HEAD^ --hard:コミット取り消した上でワークディレクトリの内容も書き換えたい場合 --soft:ワークディレクトリの…

error: src refspec master does not match any【解決策】

Error内容 error: src refspec master does not match any error: failed to push some refs to 'https://source.developers.google.com/p/*****/r/*****' 解決方法 以下のコマンドを実行することで解決します! touch initial git add initial git commit -…

java.lang.RuntimeException: Unable to get provider android.support.v4.content.FileProvider【 解決方法 】

Error内容 java.lang.RuntimeException: Unable to get provider android.support.v4.content.FileProvider: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.content.FileProvider" 解決方法 1 : paths.xmlを作成2 : AndroidM…

Mac Bluetoothをオフにしてしまいマウスが反応しない。キーボード操作だけで再接続する方法

Error内容 ・Bluetoothをオフにしてしまいマウスが反応しない。・キーボードは反応する。・再起動はしたくない。 解決方法 ターミナルからBluetoothをオンにする コマンド $brew install blueutil$blueutil --power 1 #Bluetoothがオンになります$blueutil -…

IOS RESOLVER - Failed to install Cocoapods for the current user.【解決策】

Error内容 IOS RESOLVER Failed to install Cocoapods for the current user. It will not be possible to install Cocoapods in the generated Xcode project which will result in link errors when building your application. For more information see:…

プライバシーポリシー

【プライバシーポリシー】2019年5月13日改定 橋田 神代(以下「当方」といいます。)は、当方が提供するアプリケーション(以下「本アプリケーション」といいます。)におけるお客様情報を以下のとおり取り扱います。本プライバシーポリシーは、当方が配信す…