エラー– tag –
-
技術Tips
macOS High SierraにCocoaPodsをインストールするためにRubyGemsをインストールする
macOS High Sierraをクリーンインストールしたので、CocoaPodsを入れるために、まずはRubyGemsをインストールして、 sudo ruby setup.rb を実行したところ、以下のエラーが発生。 Operation not permitted @ rb_sysopen - /System/Library/Frameworks/Ruby... -
技術Tips
Installer Projects build not working on Visual Studio 2017
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 ========== Resolved Disable Lightweight Solutio... -
技術Tips
VisualStudio2017でインストーラのプロジェクトがビルドできない
Microsoft Visual Studio 2017 Installer Projects in Visual Studio 2017を使用して、MSIパッケージを作ろうとしていたのだが、ビルドできない。ビルド(Build)してもリビルド(Rebuild)してもダメ。Outputに以下のメッセージが出るだけ。 ========== ... -
技術Tips
PHPでssh2_connectしようとしたらエラー
PHPでsshを使って他のサーバへ接続しようとしたら以下エラー発生。 PHP Fatal error: Call to undefined function ssh2_connect() in ... ssh2_connectが定義されていない! モジュールをインストールしないとダメなのね。 sudo yum install php-pecl-ssh2... -
技術Tips
macでXamarinでAndroidアプリをシミュレータで実行しようとしたらビルドエラー
macでVisualStudioをインストール後、Native Appのサンプルプロジェクトを作成した。 で、シミュレータで早速実行しようとしたら、Androidが以下のエラーが出てビルドできなかった。iOSシミュレータはちゃんと動いたのに... styles.xml Error retrievin... -
技術Tips
NSKeyedUnarchiverでデシリアライズしようとしたら落ちる
アプリ内に保存したデータをデシリアライズする際に、以下エラーが発生し、デシリアライズできなかった。 [NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (MyApp.Fund) for key (NS.objects); the class may be defined in sour... -
技術Tips
iOSアプリで実行時にエラー(attributesの値が不正)
iOSアプリデバッグ中に以下のエラーメッセージでアプリが落ちた。 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[_SwiftTypePreservingNSNumber renderingMode]: unrecognized selector sent to instance 0x60... -
技術Tips
UWP、Windowsストアアプリで証明書の更新
久しぶりにUWPアプリを更新しようと思ったら、以下のエラーがでて、アプリパッケージを作成できなかった。 Error The certificate specified has expired. For more information about renewing certificates, see http://go.microsoft.com/fwlink/?Lin... -
技術Tips
Xcodeのエラー
<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 with exit code 1 1行目に書いてある通...
1