Skip to content

Instantly share code, notes, and snippets.

@brianmichel
Created July 23, 2012 16:42
Show Gist options
  • Save brianmichel/3164625 to your computer and use it in GitHub Desktop.
Save brianmichel/3164625 to your computer and use it in GitHub Desktop.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: -dynamic not specified the following flags are invalid: -ObjC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/usr/lib/libxml2.dylib is a dynamic library, not added to the static library
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/usr/lib/libxml2.dylib is a dynamic library, not added to the static library
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: for architecture armv6 object: /Users/bmiche200/Library/Developer/Xcode/DerivedData/XAny-gwmyneclgvjdhsbjwnjtotvidpwl/Build/Products/Debug-iphoneos/libOmnitureAppMeasurement.a(OMAppMeasurement.o) truncated or malformed object (stroff field plus strsize field of LC_SYMTAB command 1 extends past the end of the file)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: for architecture armv7 object: /Users/bmiche200/Library/Developer/Xcode/DerivedData/XAny-gwmyneclgvjdhsbjwnjtotvidpwl/Build/Products/Debug-iphoneos/libOmnitureAppMeasurement.a(OMAppMeasurement.o) truncated or malformed object (stroff field plus strsize field of LC_SYMTAB command 1 extends past the end of the file)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: for architecture i386 object: /Users/bmiche200/Library/Developer/Xcode/DerivedData/XAny-gwmyneclgvjdhsbjwnjtotvidpwl/Build/Products/Debug-iphoneos/libOmnitureAppMeasurement.a(OMAppMeasurement.o) truncated or malformed object (stroff field plus strsize field of LC_SYMTAB command 1 extends past the end of the file)
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool failed with exit code 1
@agathe
Copy link

agathe commented Jul 23, 2012

Have you been able to fix the problem. I get a similar error and I'm stuck

@brianmichel
Copy link
Author

The only thing I've done to fix this (I think) was deleting derived data and cleaning. Sacrificing an animal may also help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment