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 protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com
This email sent to [email protected]