描述:在真机调试启动时,直接闪退,日志中显示如下:

dyld: launch, loading dependent libraries
DYLD_LIBRARY_PATH=/usr/lib/system/introspection
DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/GPUTools.framework/libglInterpose.dylib:/usr/lib/libMTLCapture.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
(lldb) 

解决方案:在Podfile中,注释use_frameworks!后,重新执行pod install。

相关文章:

  • 2021-12-07
  • 2021-12-31
  • 2021-10-09
  • 2021-05-19
  • 2022-12-23
  • 2021-05-29
  • 2021-12-17
  • 2021-09-11
猜你喜欢
  • 2022-12-23
  • 2021-04-24
  • 2022-12-23
  • 2021-12-01
  • 2021-08-22
  • 2021-10-13
  • 2021-07-01
相关资源
相似解决方案