6. 使用 assetutil 命令找到任何包含着 16-bit or P3 的资源文件, 对每个 Assets.car 之行以下命令 :
sudo xcrun --sdk iphoneos assetutil --info /path/to/a/Assets.car > /tmp/Assets.json
7. 打开上一步生成的 /tmp/Assets.json 文件并查找包含有 “DisplayGamut": “P3” 或者相关的内容. 这段json的"Name"字段对应的值就是16位或显示的γ值为P3的资源文件名.

8. 找到这个资源文件修改为 8位的sRGB形式,重新编译上传你的app即可.
18、This version does not support documents saved in the Xcode 8 format. Open this document with Xcode 8 or later
编辑项目时默认使用Xcode8打开,导致我用Xcode7打开Xib是报错:
This version does not support documents saved in the Xcode 8 format. Open this document with Xcode 8.0 or later

导致用Xcode8打开的Xib全部打不开,只能用编辑器将Xib里面的下面一句话删除掉才能打开:
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
未完待续,持续更新~
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持ASPKU。
注:相关教程知识阅读请移步到IOS开发频道。










