iOS项目之报错笔记二

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

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。

原文地址:https://www.cnblogs.com/sjxjjx/p/14148092.html