简体   繁体   中英

Warning:Attribute Unavailable

Does anyone know, how to remove this warning from Xcode 4.3 and above Attributed Title on iOS versions prior to 6.0

在此输入图像描述

Edited: If I set the deployment target as 6.0 then I don't see this warning.

give proper reason before down voting.Is this not a valid question

Well, if your Deployment Target is set to an iOS version lower than 6.0 you won't get rid of this warning. Either you don't use this attribute, or you switch the deployment traget to iOS 6.0.

Click on your xib file. On the properties you will see the following section:

在此输入图像描述

Where it says "Development" change that to Interface Builder 6.0 and you should no longer receive those warnings.

Follow this link for more info Ignore "Attribute Unavailable"-Warning in Xcode4

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM