240 发简信
IP属地:江苏
  • iOS 错误信息

    1.Invalid bitcode signature 解决方法: 在build setting 中搜索Architectures 然后把 Bu...

  • The file “<appName>.app” couldn’t be opened because you don’t have permission to view it

    今天打开项目(多个target),运行其中一个target,突然报错The file “.app” couldn’t be opened bec...

  • Resize,w 360,h 240
    git操作

    假设我们开始一个新的项目,但是我们的电脑上没有与这个项目关联的git本地版本库,那么我们把git服务端的版本库与与我们的电脑关联起来,那么我们应...

  • iOS 使用cocoaPods 导入第三方库是报警告 - Use the `$(inherited)` flag, or - Remove the build settings from the target.

    最近使用coocaPods 导入第三方那Masonry后无法通过编译(我的是多个target),查看终端有一些警告提示 产生此警告的原因是项目 ...