我在 Xcode 10.3 中的界面生成器顶部出现错误,在单击报告错误并检查 log.txt 文件时,我发现无法打开模拟器。但是我没有启动任何模拟器。
这是 Log.txt 中发现的错误
Encountered an error communicating with IBAgent-iOS. (Failure reason: IBAgent-iOS failed to launch): Failed to boot device iPhone Xs (0B8270CC-2BFB-4BB6-90A5-6BA61468A1AD, iOS 12.4, Shutdown) for context <IBCocoaTouchToolLaunchContext: 0x7fe80e754ad0> toolName = IBAgent-iOS, description = <IBCocoaTouchPlatformToolDescription: 0x7fe80e2a0290> System content for IBCocoaTouchFramework-ElevenAndLater <IBSimulatorDeviceTypeDescription: 0x7fe80fab2f90> deviceType=com.apple.CoreSimulator.SimDeviceType.iPhone-XS (Failure reason: Failed to boot iPhone Xs (0B8270CC-2BFB-4BB6-90A5-6BA61468A1AD, iOS 12.4, Shutdown)): Unable to boot the Simulator. (Failure reason: launchd failed to respond.)
Error Domain=com.apple.InterfaceBuilder Code=-1 "Encountered an error communicating with IBAgent-iOS." …
Run Code Online (Sandbox Code Playgroud) 我使用了 pod“SinchRTC”,并且能够在调试模式下构建和运行项目。但是现在当我完成这个项目时,我收到了错误:--
Undefined symbols for architecture arm64:
"___isPlatformVersionAtLeast", referenced from:
-[RTCMTLRenderer setupTexturesForFrame:] in Sinch(libSinch-dist.a-arm64-master.o)
-[RTCMTLVideoView frameRotation] in Sinch(libSinch-dist.a-arm64-master.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Run Code Online (Sandbox Code Playgroud)
这是一个框架问题,因为我没有得到任何解决方案吗?
我想上传这个版本。你能为我提供一个解决方案吗?
提前致谢。
我试图探索macOS Catalina 10.15 Beta。当我尝试在Xcode 10.3中运行测试套件时,它崩溃了。是否有任何有助于解决问题的修补程序?
我最近更新了我的数据库,遇到了各种各样的问题。1.我的所有UI布局(按钮,标签,堆栈等)周围都出现蓝线。我所看到的只是蓝线,没有内容。我得到的警告是:“发生内部错误。编辑功能可能受到限制。” 另外,每当我尝试运行我的应用程序时,它都会说“不能使用仅用于构建的设备来运行此目标”。
我的项目不见了还是搞砸了。我怎样才能解决这个问题?
我已经尝试过多次退出Xcode,并报告该错误,但是没有这种运气。