Changes between Version 107 and Version 108 of ProblemHotlist


Ignore:
Timestamp:
Mar 17, 2014, 10:09:19 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

add section about "malformed object (unknown load command)"

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v107 v108  
    117117
    118118after installing Xcode 5.0.1 or later.
     119
     120== install_name_tool or strip reports "malformed object (unknown load command)" == #manformed-object
     121
     122An error message like:
     123{{{
     124install_name_tool: object: libfoo.dylib malformed object (unknown load command 8)
     125}}}
     126or:
     127{{{
     128strip: object: libbar.dylib malformed object (unknown load command 9)
     129}}}
     130indicates that your `install_name_tool` or `strip` commands (both are part of the Xcode command line tools) are too old to deal with the types of objects produced by the compiler. (The number after "unknown load command" may be different.) This can happen if you have forgotten to [https://guide.macports.org/chunked/installing.xcode.html update the Xcode command line tools] to a version designed for your version of OS X.
     131
    119132
    120133== Incompatible library version: X requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0 == #libiconv-version