无法读取未知的加载命令0x25

时间:2012-06-22 22:58:14

标签: load command xib

iPad开发:在模拟器中工作正常,在设备上获取内存警告。在所有内容上使用'release'功能。得到此错误:

无法读取未知加载命令0x25

无法读取未知加载命令0x26

仅在几次xib更改后崩溃。救命啊!

1 个答案:

答案 0 :(得分:2)

#define LC_VERSION_MIN_IPHONEOS 0x25

struct version_min_command {
uint32_t    cmd;        /* LC_VERSION_MIN_MACOSX or
                   LC_VERSION_MIN_IPHONEOS  */
    uint32_t    cmdsize;    /* sizeof(struct min_version_command) */
    uint32_t    version;    /* X.Y.Z is encoded in nibbles xxxx.yy.zz */
    uint32_t    sdk;        /* X.Y.Z is encoded in nibbles xxxx.yy.zz */