Re: "_OBJC_CLASS_$_*" symbols not being marked public in i386 builds
Re: "_OBJC_CLASS_$_*" symbols not being marked public in i386 builds
- Subject: Re: "_OBJC_CLASS_$_*" symbols not being marked public in i386 builds
- From: Jens Alfke <email@hidden>
- Date: Mon, 11 Aug 2014 11:26:53 -0700
I found a big clue by digging through the raw build log. During the single-object-prelink phase, 'ld' emits a bunch of warnings of the form:
ld: warning: ignoring Objc2 Class symbol _OBJC_CLASS_$_CBLManager in i386 export list
Looks like the linker is making a mistake here. It's true that i386 doesn't use Objc2 on Mac OS, but it does use it on iOS. Is this a linker bug?
—Jens |
_______________________________________________
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