{"id":392,"date":"2010-11-22T09:43:55","date_gmt":"2010-11-22T14:43:55","guid":{"rendered":"http:\/\/www.jaimerios.com\/?p=392"},"modified":"2010-11-22T09:43:55","modified_gmt":"2010-11-22T14:43:55","slug":"using-regular-expression-to-find-errors-in-a-xcode-build-log","status":"publish","type":"post","link":"https:\/\/jaimerios.com\/?p=392","title":{"rendered":"Using regular expression to find errors in a Xcode build log"},"content":{"rendered":"<p>Sometimes when I&#8217;m looking at a build log, I don&#8217;t Xcode open or available for me to sift out all the text and highlight what I am looking for.<\/p>\n<p>In those instances, I have to turn to regular expressions to find any error code hidden in a really long build log.<\/p>\n<p>Here is a regular expression to find any error text that has a non-zero number:<br \/>\n<code>([1-9]|[1-9][0-9]|[1-9][0-9][0-9]) error<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometimes when I&#8217;m looking at a build log, I don&#8217;t Xcode open or available for me to sift out all the text and highlight what I am looking for. In those instances, I have to turn to regular expressions to find any error code hidden in a really long build log. Here is a regular &#8230; <a title=\"Using regular expression to find errors in a Xcode build log\" class=\"read-more\" href=\"https:\/\/jaimerios.com\/?p=392\" aria-label=\"Read more about Using regular expression to find errors in a Xcode build log\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[31],"tags":[95,381,506],"class_list":["post-392","post","type-post","status-publish","format-standard","hentry","category-tip","tag-build-log","tag-regex","tag-xcode"],"_links":{"self":[{"href":"https:\/\/jaimerios.com\/index.php?rest_route=\/wp\/v2\/posts\/392","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jaimerios.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jaimerios.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jaimerios.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jaimerios.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=392"}],"version-history":[{"count":0,"href":"https:\/\/jaimerios.com\/index.php?rest_route=\/wp\/v2\/posts\/392\/revisions"}],"wp:attachment":[{"href":"https:\/\/jaimerios.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=392"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jaimerios.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=392"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jaimerios.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}