简体   繁体   English

在设备上运行模拟器时出现链接器错误,有人可以帮我解决这个问题吗?

[英]Linker error while run on simulator works on device can some one help me resolve this?

ld: warning: ignoring file /Volumes/Development 1/GitProjects///Pods/Quickblox-WebRTC/QuickbloxWebRTC.framework/QuickbloxWebRTC, missing required architecture x86_64 in file /Volumes/Development 1/GitProjects///Pods/Quickblox-WebRTC/QuickbloxWebRTC.framework/QuickbloxWebRTC (2 slices) Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_QBRTCVideoFrame", referenced from: ld:警告:忽略文件 /Volumes/Development 1/GitProjects///Pods/Quickblox-WebRTC/QuickbloxWebRTC.framework/QuickbloxWebRTC,缺少文件 /Volumes/Development 1/GitProjects///Pods/Quickblox-WebRTC/ 中所需的架构 x86_64 QuickbloxWebRTC.framework/QuickbloxWebRTC(2 个切片)架构 x86_64 的未定义符号:“_OBJC_CLASS_$_QBRTCVideoFrame”,引用自:

  objc-class-ref in ScreenCapture.o
  objc-class-ref in MHQuickBloxManager.o

"_OBJC_METACLASS_$_QBRTCVideoCapture", referenced from: _OBJC_METACLASS_$__TtC8MHDoctor13ScreenCapture in ScreenCapture.o “_OBJC_METACLASS_$_QBRTCVideoCapture”,引用自:_OBJC_METACLASS_$__TtC8MHDoctor13ScreenCapture in ScreenCapture.o

"_OBJC_CLASS_$_QBRTCRemoteVideoView", referenced from: objc-class-ref in MHTeleCallOnGoingViewController.o “_OBJC_CLASS_$_QBRTCRemoteVideoView”,引用自:MHTeleCallOnGoingViewController.o 中的 objc-class-ref

"_OBJC_CLASS_$_QBRTCBaseSession", referenced from: objc-class-ref in MHTeleCallOnGoingViewController.o “_OBJC_CLASS_$_QBRTCBaseSession”,引用自:MHTeleCallOnGoingViewController.o 中的 objc-class-ref

  objc-class-ref in MHQuickBloxManager.o

"_OBJC_CLASS_$_QBRTCCameraCapture", referenced from: objc-class-ref in MHTeleCallOnGoingViewController.o “_OBJC_CLASS_$_QBRTCCameraCapture”,引用自:MHTeleCallOnGoingViewController.o 中的 objc-class-ref

"_OBJC_CLASS_$_QBRTCVideoFormat", referenced from: objc-class-ref in MHTeleCallOnGoingViewController.o “_OBJC_CLASS_$_QBRTCVideoFormat”,引用自:MHTeleCallOnGoingViewController.o 中的 objc-class-ref

"_OBJC_CLASS_$_QBRTCVideoCapture", referenced from: objc-class-ref in ScreenCapture.o “_OBJC_CLASS_$_QBRTCVideoCapture”,引用自:ScreenCapture.o 中的 objc-class-ref

  type metadata for MHDoctor.ScreenCapture in ScreenCapture.o
  objc-class-ref in MHQuickBloxManager.o

"_OBJC_CLASS_$_QBRTCSession", referenced from: objc-class-ref in MHTeleCallOnGoingViewController.o “_OBJC_CLASS_$_QBRTCSession”,引用自:MHTeleCallOnGoingViewController.o 中的 objc-class-ref

  objc-class-ref in MHTeleIncomingCallViewController.o

  objc-class-ref in MHQuickBloxManager.o

"_OBJC_CLASS_$_QBRTCConfig", referenced from: objc-class-ref in MHTeleCallOnGoingViewController.o “_OBJC_CLASS_$_QBRTCConfig”,引用自:MHTeleCallOnGoingViewController.o 中的 objc-class-ref

  objc-class-ref in MHTeleIncomingCallViewController.o

  objc-class-ref in MHQuickBloxManager.o

"_OBJC_CLASS_$_QBRTCClient", referenced from: objc-class-ref in MHTeleCallOnGoingViewController.o “_OBJC_CLASS_$_QBRTCClient”,引用自:MHTeleCallOnGoingViewController.o 中的 objc-class-ref

  objc-class-ref in MHTeleIncomingCallViewController.o

  objc-class-ref in MHQuickBloxManager.o

"_OBJC_CLASS_$_QBRTCAudioSession", referenced from: objc-class-ref in CallKitManager.o “_OBJC_CLASS_$_QBRTCAudioSession”,引用自:CallKitManager.o 中的 objc-class-ref

  objc-class-ref in MHTeleCallOnGoingViewController.o

ld: symbol(s) not found for architecture x86_64 ld:找不到架构 x86_64 的符号

clang: error: linker command failed with exit code 1 (use -v to see invocation) clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)

做一个干净的( shift + cmd + k )然后重建项目

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Xcode-可以在模拟器上运行应用程序,但不能在设备上运行-错误:退出代码1失败 - Xcode - Can run app on simulator but not on device - error: Failed with exit code 1 有人可以帮助我在Swift“ Apple Mach-O Linker Error”中修复此错误吗? - Can someone help me fix this error in Swift "Apple Mach-O Linker Error? Swift UITableView在模拟器中工作,但我在设备上运行时遇到错误 - Swift UITableView works in simulator but i'm facing an error when i run it on device AppCode无法在模拟器和设备上运行 - AppCode can't run on simulator and device 谁能帮助我使用Swift解决此错误 - Can any one help me to solve this error using Swift 并发症只能在模拟器上使用,而不能在设备上使用 - Complication works on Simulator, but not on Device 请帮我解决m1 iOS模拟器错误 - Please help me solve the m1 iOS simulator error 有人可以帮我解释一下这部分代码吗? - can some one help explain for me about this part of the code, can't get it 模拟器 FirebaseAuth 有效! 但不是物理设备。 错误“令牌不匹配” - Simulator FirebaseAuth works! But not a physical device. Error 'Token Mismatch' 应用无法在真正的iOS设备上运行,但可以在模拟器上运行 - App cannot run on real iOS device but can run on the simulator
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM