mvc5 网站开发美学 pdf,北京网站页面设计,企业网站的cms,广东省安全教育平台入口登录遇到四个问题
一、模拟器下载经常报错。
二、Xcode15报错: SDK does not contain libarclite
三、报错coreAudioTypes not found
四、xcode模拟器运行一次下次必定死机
一、模拟器下载经常报错。
可以https://developer.apple.com/download/all/?qios 下载最新的模拟器libarclite
三、报错coreAudioTypes not found
四、xcode模拟器运行一次下次必定死机
一、模拟器下载经常报错。
可以https://developer.apple.com/download/all/?qios 下载最新的模拟器一定要最新的不然跑不起来下面是命令行代码 xcode-select -p//查看xcode目录 sudo xcode-select -s 上步的目录(输入开始密码) xcodebuild -runFirstLaunch xcrun simctl runtime add /Users/xxxxx/Downloads/iOS_17.2_Simulator_Runtime.dmg 二、Xcode15报错: SDK does not contain libarclite
进入这个路径
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/
lib/
1、新建arc文件夹 2、下载:https://github.com/kamyarelyasi/Libarclite-Files中的libarclite_iphonesimulator.a
2、下载:https://github.com/kamyarelyasi/Libarclite-Files中的libarclite_iphoneos.a 3、将下载下来的文件粘贴到/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc下 三、报错coreAudioTypes not found 四、xcode模拟器运行一次下次必定死机 # 停止已运行的模拟器 xcrun simctl shutdown booted