Problem when building the project
burakkilic opened this issue · comments
Adil Burak Kilic commented
Evgeniy Branitsky commented
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: