Search code examples
iosxcodeios6xcode4

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


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


Solution

  • 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