美文网首页
Xcode8.1 bundle format unrecogni

Xcode8.1 bundle format unrecogni

作者: smallLabel | 来源:发表于2017-05-16 10:18 被阅读72次

    转自:http://blog.csdn.net/sico2sico/article/details/53068332

    手机系统升级到10.1.1后 Xcode8.0 不支持 就任性的升级到Xcode8.1 那么你猜对了 坑来了

    /Users/wudezhi/Library/Developer/Xcode/DerivedData/kyExpress-gwuzzktwodhmlnemsyffjierabxs/Build/Products/Debug-iphonesimulator/TOWebViewControllerLocalizable.bundle: bundle format unrecognized, invalid,orunsuitableCommand /usr/bin/codesign failedwithexitcode1

    解决方法

    http://stackoverflow.com/questions/40318003/bundle-format-unrecognized-invalid-or-unsuitable

    简单点 就是这样的

    Pods->TARGETS->你的出错的第三方sdk 库 ->General->Sign(Enable Development Signing),然后在identity里在选择info.plist

    你的模拟器 就可以正常运行了

    相关文章

      网友评论

          本文标题:Xcode8.1 bundle format unrecogni

          本文链接:https://www.haomeiwen.com/subject/gozkxxtx.html