English 中文(简体)
iPhone的IB中的用户定义运行时属性不工作
原标题:User Defined Runtime Attributes in IB for iPhone not working

我有一个奇怪的问题。

我正在尝试在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中可用。然而,它要求:

  • Compiling with iOS 5.0.
  • Setting the .xib version attribute to 4.2
  • Running in a simulator or device with iOS 5.0. Older version won t work.

我将重新回答这个问题,因为我认为@AntonioVieiro的评论非常有帮助,而且它可以发挥作用。

我看到的错误是:“4.3之前的Xcode版本的大小类型用户定义的运行时属性”。我忽略了它一段时间,因为尽管进行了诊断,但一切都在运行。但它一直困扰着我,我正在运行Xcode 4.3.2,并且会出现这个错误。

链接ignore attribute unavailable warning in Xcode4指出了消除错误的解决方案:它是一步一步的,非常有用。而且它现在允许在iOS中使用用户定义的运行时属性。





相关问题
Code sign Error

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 ...

ABPersonViewController Usage for displaying contact

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 ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签