{"id":4764,"date":"2014-03-30T15:16:25","date_gmt":"2014-03-30T15:16:25","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/problems-when-setting-up-frank-for-ios-collection-of-common-programming-errors\/"},"modified":"2014-03-30T15:16:25","modified_gmt":"2014-03-30T15:16:25","slug":"problems-when-setting-up-frank-for-ios-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/problems-when-setting-up-frank-for-ios-collection-of-common-programming-errors\/","title":{"rendered":"Problems when setting up Frank for iOS-Collection of common programming errors"},"content":{"rendered":"<p>for me I had two versions of ruby on my machine, <code>1.8.7<\/code> and <code>1.9.3<\/code>.. and my default was <code>1.8.7<\/code> (don&#8217;t ask why).. So I simply switched to ruby <code>1.9.3<\/code> and that problem disappeared<\/p>\n<p>check which ruby version:<\/p>\n<pre><code>ruby -v\n<\/code><\/pre>\n<p>if it&#8217;s not 1.9.3 switch to it<\/p>\n<pre><code>rvm use 1.9.3\n<\/code><\/pre>\n<p>if you don&#8217;t have 1.9.3 installed install it<\/p>\n<pre><code>rvm install 1.9.3\n<\/code><\/pre>\n<p>for the future, I recommend setting 1.9.3 as default:<\/p>\n<pre><code>rvm --default 1.9.3\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>for me I had two versions of ruby on my machine, 1.8.7 and 1.9.3.. and my default was 1.8.7 (don&#8217;t ask why).. So I simply switched to ruby 1.9.3 and that problem disappeared check which ruby version: ruby -v if it&#8217;s not 1.9.3 switch to it rvm use 1.9.3 if you don&#8217;t have 1.9.3 installed [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4764","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/4764","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=4764"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/4764\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=4764"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=4764"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=4764"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}