IB not interpreting #defines
IB not interpreting #defines
- Subject: IB not interpreting #defines
- From: Trygve Inda <email@hidden>
- Date: Sun, 07 Dec 2014 21:17:29 -0800
- Thread-topic: IB not interpreting #defines
I have a System Pref Pane. Because of naming standards, I have a define
statement to do:
#define ProcessController ComMyCompanyIdentifierProcessController
And later...
#import "MyClassNameTranslation.h"
@interface ProcessController : NSObject
{
}
In Xcode 4.6, in IB I could define an object of class
ComMyCompanyIdentifierProcessController and it would work right, picking up
the connectable properties.
Xcode 6 does not seem to do this correctly.
Is this a bug or how can I work around this?
Apple suggests to do it this way:
https://developer.apple.com/library/mac/documentation/UserExperience/Concept
ual/PreferencePanes/Tasks/Conflicts.html#//apple_ref/doc/uid/20000706-BAJIAG
FD
Maybe Xcode 6 is just confused - how can I get it to reread all the header
files?
Trygve
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden