Galeas / CocoaPodUI

XCode plugin that implements CocoaPods GUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem when building the project

burakkilic opened this issue · comments

I am getting following error when building the project.

screen shot 2014-05-01 at 12 51 42

The firstObject selector is new in the Mavericks SDK. So you either have to compile it with 10.9 as BaseSDK selected or you have to change it to [array objectAtIndex:0] / array[0]. Same for colorWithRed:green:blue:alpha: