vim_cheat_sheet_wallpaper

Vimの初心者向けショートカット用壁紙


ふとあのショートカットなんだっけ?で使いやすい壁紙を見つけました・ω・

めもめも。


Code Sign error: Your build settings specify a provisioning profile with the UUID

1
2
3
4
5
Check dependencies
Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID XXXXX-XXXXX-XXXXX, however, no such provisioning profile was found.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.0'

** BUILD FAILED **

上記エラーが出た時。

project.pbxprojをメモ帳とかで開いてPROVISIONING_PROFILEがある行を全て削除すればいいみたい。



Octopressでjavascripts/libs/jXHR.js 404 (Not Found)

Octopressを設置するとコンソールにエラー出力が。

1
GET http://pgmy.github.io/javascripts/libs/jXHR.js 404 (Not Found) 

このブログをおいているのがhttp://pgmy.github.io/blogなので正しくは

1
http://pgmy.github.io/blog/javascripts/libs/jXHR.js

にならないといけないところ。

検索すると同様の問題が出てきたのでメモ。 - Octopress Finally Working - jXHR in github.html has wrong URL #221

1
jxhr.src = '/javascripts/libs/jXHR.js'

となっている箇所を

1
jxhr.src = '/blog/javascripts/libs/jXHR.js'

へ変更する

これでオッケーΣd・ω・



Tywin Lannister Quote

A nice quote by Tywin Lannister taken from A Storm of Sword book.

The greatest fools are ofttimes more clever then the men who laugh at them.

Tywin Lannister A Storm of Swords