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

大吉大利~~

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

  1. Springboot 抛出Failed to determine a suitable driver class异常原因

    Springboot 抛出Failed to determine a suitable driver class异常原因 参考文章: (1)Springboot 抛出Failed to determi ...

  2. 若依微服务版在Windows上通过jar包运行业务模块时提示:Failed to determine s suitable driver class

    场景 若依微服务版后台服务通过jar包部署到Windows服务器: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/10962333 ...

  3. ios 从assets加载图片_iOS 使用Assets.xcassets添加启动图和Icon

    需要的尺寸 640 * 960 750 * 1334 640 * 1136 1242 * 2208 1. 首先我们要将 info.plist 文件中的 Launch screen interface ...

  4. Error:Connection activation failed: No suitable device found for this connection

    1.问题现象 centos重启后,网络连不上. service network restart 后,提示网络无法正常启动. 看启动日志提示:Connection activation failed: ...

  5. SpringBoot 启动失败 Failed to determine a suitable driver class 问题解决方案

    SpringBoot 启动失败 Failed to determine a suitable driver class 问题解决方案 参考文章: (1)SpringBoot 启动失败 Failed t ...

  6. Failed to determine a suitable driver class

    项目场景: 微服务项目中,多个项目互相调用时,出现 Failed to configure a DataSource: 'url' attribute is not specified and no ...

  7. 报错解决:Reason: Failed to determine a suitable driver class

    背景: 导入别人的项目,却报错: Error starting ApplicationContext. To display the conditions report re-run your app ...

  8. 【Java异常】Failed to determine a suitable driver class

    本文目录 一.问题描述 二.问题原因 三.解决方案 方式1:配置文件排除 方式2:项目启动类排除 技术栈:Spring boot (2.1.5 RELEASE) + Mybatis plus(3.3. ...

  9. Error creating bean with name 'dataSource'...Failed to determine a suitable driver class

    场景: 新建的spring-boot maven mybatis工程,运行时报以下异常 16:04:10.751 [main] ERROR org.springframework.test.conte ...

最新文章

  1. Spark详解(一):Spark及其生态圈概述
  2. 成本中心组和标准层次有何区别
  3. Java 设计模式之策略模式
  4. python爬虫之基于scrapy_redis的分布式爬虫
  5. 对话框Dialog总结(转)
  6. 自定义tt文本模板实现MySql指数据库中生成实体类
  7. lua中table的常用方法
  8. Django restful Framework 之序列化与反序列化
  9. 【POJ 2785】【折半枚举】4 Values whose Sum is 0【暑期 No.6】
  10. SolidWorks结构件铝型材无法对齐
  11. 嵌入式硬件转职软件开发,这十点是必不可少的技能
  12. 如何查看或修改FANUC机器人的系统变量?
  13. gridviewnbsp;enableviewstate
  14. django urls import views报错
  15. java Eclipse 如何打开bin文件目录视图
  16. 如何把flash.exe转换成家用DVD可以播放的MPG格式
  17. Client does not support authentication protocol requested by server; consider upgrading MySQL client
  18. istqb纸质证书_关于istqb证书有效期的阿里云论坛用户知识和技术交流
  19. NoSQL 数据库和传统关系型数据库到底有什么区别?
  20. 线程经典实例——吃苹果问题

热门文章

  1. (SQL)修改表结构[字段类型]、表字段长度,
  2. RRDTools相关
  3. ibm oracle 应用程序 编排_甲骨文携手IBM认证Oracle Fusion应用软件
  4. python编写交互界面查分,Python实现CET查分的方法
  5. HTML5/Node.js/JS 经验谈 (会员专属)【讲师辅导】-曾亮-专题视频课程
  6. wxPython 教程
  7. 【C语言程序】编写登录函数,函数有两个形式函数:账号名和密码。如果账号名为“张三”,密码为“123”,则登陆成功,否则登录失败。
  8. win10系统的点评
  9. Excel转Json工具(支持GUI模式和命令行模式)
  10. ReactHooks——使用lodash中的throttle