我有一个奇怪的问题。
我正在尝试在IB中设置用户定义的运行时属性。如下所示,我在viewController中设置了一个NSStringstatID属性,并希望在IB中为其提供一个测试值00000
当我编译它时,我在构建时遇到了这个错误:“10.6之前的Mac OS X版本上的用户定义运行时属性”
我知道我可以通过找到的iOS文档在iOS中设置用户定义的属性此处转到“为自定义对象配置运行时属性”一节
知道为什么它会给我这个错误吗?
我有一个奇怪的问题。
我正在尝试在IB中设置用户定义的运行时属性。如下所示,我在viewController中设置了一个NSStringstatID属性,并希望在IB中为其提供一个测试值00000
当我编译它时,我在构建时遇到了这个错误:“10.6之前的Mac OS X版本上的用户定义运行时属性”
我知道我可以通过找到的iOS文档在iOS中设置用户定义的属性此处转到“为自定义对象配置运行时属性”一节
知道为什么它会给我这个错误吗?
好的,我得到了答案。
所以它开始了。
I am using the beta version of XCode 4. As it is a beta versions it has errors, one of them is displaying "User Defined Runtime Attributes" window in an IB. The error "User defined runtime attributes on Mac OS X versions prior to 10.6" informs you that "User Defined Runtime Attributes" option is only availabe for OS X apps and not for iOS.
这让我很沮丧,但至少我不必怀疑为什么它不起作用。
用户定义的运行时属性现在在XCode 4.2中可用。然而,它要求:
我将重新回答这个问题,因为我认为@AntonioVieiro的评论非常有帮助,而且它可以发挥作用。
我看到的错误是:“4.3之前的Xcode版本的大小类型用户定义的运行时属性”。我忽略了它一段时间,因为尽管进行了诊断,但一切都在运行。但它一直困扰着我,我正在运行Xcode 4.3.2,并且会出现这个错误。
链接ignore attribute unavailable warning in Xcode4指出了消除错误的解决方案:它是一步一步的,非常有用。而且它现在允许在iOS中使用用户定义的运行时属性。
I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...
HI, In our application i am using corelocationframework when opening application a alert for allow and dont allow.when clicking on the allow for current location we will show current location.When ...
Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...
我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......
我希望我与四舍五入的累进角进行网上讨论。
我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。
We have a restaurant table that has lat-long data for each row. We need to write a query that performs a search to find all restaurants within the provided radius e.g. 1 mile, 5 miles etc. We have ...
I like to write bash shell scripts on my iPhone, put them in an app folder with an icon, plist, etc., so they execute like apps by tapping their icon on SpringBoard. This is not interactive like ...