Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

warning: Unsupported Configuration: Image and Title are set (These attributes are mutually exclusive; the Title will be ignored) [closed]

Unsupported Configuration Image and Title are set These attributes are mutually exclusive; the Title will be ignored..... while running my project in xcode i am getting this warning because of this warning my application compiling too slow.........so plz tell me how to fix this issue

like image 844
Sierra Avatar asked Apr 04 '13 04:04

Sierra


1 Answers

It should be pretty obvious. You set, most likely a bar button item, to a system one (Cancel, Done....) but also provided a custom title. You can't do both, so it's ignoring your custom title...refered by http://iphonedevsdk.com/forum/iphone-sdk-development/92531-ib-warnings.html

like image 59
jkk Avatar answered Nov 13 '22 04:11

jkk