Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Apple Mach-O Linker (Ld) Warning when using Xcode 4.2 OS X 10.7.2 #77

Closed
stoneros opened this issue Oct 26, 2011 · 3 comments
Closed

Apple Mach-O Linker (Ld) Warning when using Xcode 4.2 OS X 10.7.2 #77

stoneros opened this issue Oct 26, 2011 · 3 comments

Comments

@stoneros
Copy link

Ld /Volumes/Data/stoneros/Library/Developer/Xcode/DerivedData/Example-hafykyiiqnbqvifyltzchgxygaol/Build/Products/Debug/Example.app/Contents/MacOS/Example normal x86_64
cd /Volumes/Data/stoneros/Desktop/twitter-twui-a302717/ExampleProject
setenv MACOSX_DEPLOYMENT_TARGET 10.6
/Developer/usr/bin/clang -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.7.sdk -L/Volumes/Data/stoneros/Library/Developer/Xcode/DerivedData/Example-hafykyiiqnbqvifyltzchgxygaol/Build/Products/Debug -F/Volumes/Data/stoneros/Library/Developer/Xcode/DerivedData/Example-hafykyiiqnbqvifyltzchgxygaol/Build/Products/Debug -filelist /Volumes/Data/stoneros/Library/Developer/Xcode/DerivedData/Example-hafykyiiqnbqvifyltzchgxygaol/Build/Intermediates/Example.build/Debug/Example.build/Objects-normal/x86_64/Example.LinkFileList -mmacosx-version-min=10.6 -framework QuartzCore -framework ApplicationServices -framework Cocoa -o /Volumes/Data/stoneros/Library/Developer/Xcode/DerivedData/Example-hafykyiiqnbqvifyltzchgxygaol/Build/Products/Debug/Example.app/Contents/MacOS/Example

ld: warning: instance method 'setDrawRect:' in category from /Volumes/Data/stoneros/Library/Developer/Xcode/DerivedData/Example-hafykyiiqnbqvifyltzchgxygaol/Build/Intermediates/Example.build/Debug/Example.build/Objects-normal/x86_64/TUIView.o overrides method from class in /Volumes/Data/stoneros/Library/Developer/Xcode/DerivedData/Example-hafykyiiqnbqvifyltzchgxygaol/Build/Intermediates/Example.build/Debug/Example.build/Objects-normal/x86_64/TUIView.o

@RSully
Copy link

RSully commented Nov 9, 2011

Noticing same issue in my project, Xcode 4.2 on 10.7 building for 64bit (with and without NS_BUILD_32_LIKE_64 flag). I just looked through TUIView and couldn't see anything obvious

@joshaber
Copy link
Contributor

joshaber commented Nov 9, 2011

@stoneros
Copy link
Author

thanks Josh,it's work

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants