macOS High Sierraをクリーンインストールしたので、CocoaPodsを入れるために、まずはRubyGemsをインストールして、 sudo ruby setup.rb を実行したところ、以下のエラーが発生。 Operation not permitted @ rb_sysopen - /System/Library/Frameworks/Ruby.framework/Versions […]
I can not Build or Rebuild Microsoft Visual Studio 2017 Installer Projects with Visual Studio 2017 Community Edition. Output ========== Build: 0 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== […]
Microsoft Visual Studio 2017 Installer Projects in Visual Studio 2017を使用して、MSIパッケージを作ろうとしていたのだが、ビルドできない。ビルド(Build)してもリビルド(Rebuild)してもダメ。Outputに以下のメッセージが出るだけ。 ========== ビルド: 0 正常終了、0 失敗、0 更新不要、0 スキップ […]
PHPでsshを使って他のサーバへ接続しようとしたら以下エラー発生。 PHP Fatal error: Call to undefined function ssh2_connect() in ... ssh2_connectが定義されていない! モジュールをインストールしないとダメなのね。 sudo yum install php-pecl-ssh2.x86_64 ちなみに今回の環境は、epel […]
macでVisualStudioをインストール後、Native Appのサンプルプロジェクトを作成した。 で、シミュレータで早速実行しようとしたら、Androidが以下のエラーが出てビルドできなかった。iOSシミュレータはちゃんと動いたのに... styles.xml Error retrieving parent for item: No resource found that matche […]
アプリ内に保存したデータをデシリアライズする際に、以下エラーが発生し、デシリアライズできなかった。 [NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (MyApp.Fund) for key (NS.objects); the class may be defined in source code or a […]
iOSアプリデバッグ中に以下のエラーメッセージでアプリが落ちた。 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[_SwiftTypePreservingNSNumber renderingMode]: unrecognized selector sent to insta […]
久しぶりにUWPアプリを更新しようと思ったら、以下のエラーがでて、アプリパッケージを作成できなかった。 Error The certificate specified has expired. For more information about renewing certificates, see http://go.microsoft.com/fwlink/?LinkID=241478. […]
<unknown>:0: error: input file 'MyViewController.swift' was modified during the build Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed […]