Assets.xcassets:-1: Failed to find a suitable device for the type IBSimDeviceTypeiPad2x

不知道assets发生了什么~~可能是我直接从另一个的项目拷贝进来的assets

方案一:

重启治百病

方案二:

1. kill模拟器进程

sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService

2.设置Xcode path:

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

3. 重启模拟器

xcrun simctl erase all

大吉大利~~

最新文章

  1. LINQ多个操作嵌套实现
  2. OC-protocol
  3. Undefined symbols for architecture x86_64: ( linker command failed with exit code 1)
  4. 【CC评网】2013.第39周 漂亮的作息表
  5. 分享十个CSS3鼠标滑过文字动画特效
  6. Collection 和 Collections的区别。
  7. Linux kernel ‘xfs_attrlist_by_handle()’函数缓冲区溢出漏洞
  8. J2EE在Web容器中启动报错:com.sun.jdi.InvocationException occurred invoking method.
  9. UVA - 11292 Dragon of Loowater 贪心
  10. sprindmvc
  11. 【Windows】Git自动拉取
  12. VMware 虚拟机centos下链接网络配置
  13. 三种定义bean的方式
  14. Nuget 配置文件的位置
  15. MySQL命令行下执行sql文件(sql脚本)
  16. 项目总结03:window.open()方法用于子窗口数据回调至父窗口,即子窗口操作父窗口
  17. 利用Java创建Windows服务
  18. 基于centos6.5 hadoop 伪分布式安装
  19. Hadoop基础-MapReduce的工作原理第二弹
  20. 使用before_request来做权限和用户检查

热门文章

  1. 在Eclipse中混合Java和Scala编程
  2. matplotlib画图总结--常用功能
  3. luogu P4462 [CQOI2018]异或序列 |莫队
  4. [TimLinux] HTTP cookie与session技术
  5. .net core 如何正确的读取body中的内容
  6. 【Selenium】selenium.common.exceptions.ElementClickInterceptedException
  7. Win32_Processor CPU 参数说明
  8. Rabbitmq-单机安装
  9. 【树莓派】制作启动SD卡
  10. [Python]实现字符串倒序的三种方法