摘要:
今天在iOS上编译原来开发的代码,出现了以下错误xxxx.o does not contain bitcode. You must rebuild it with bitcode enabled (Xcodesetting ENABLE_BITCODE)百度后知道Xcode7.0以后会默认开启Bit 阅读全文
摘要:
问题描述: github / sourcetree下载的Demo,很多时候使用到CocoaPods,有的时候因为依赖关系或者版本问题不能编译运行。出现例如The sandbox is not sync with the Podfile.lock问题时候,如下所示 解决方案 关闭当前的工作空间,删除掉 阅读全文
摘要:
github下载的Demo,很多时候使用到CocoaPods,有的时候因为依赖关系或者版本问题不能编译运行。出现例如The sandbox is not sync with the Podfile.lock问题时候 解决方案:关闭当前的工作空间,删除掉文件夹中的workspace,然后重新pod i 阅读全文