线程1:断点2.4

时间:2017-03-05 17:29:49

标签: ios xcode swift3

嗨,我是swift的新手,我使用断点,因为我有一个名为Thread1 SIGABRT的错误。但是因为我使用了断点,当我模拟我在模拟器上得到一个白色窗口并得到它:

  

objc [5893]:类PLBuildVersion在/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices中实现(0x1192bf998)和/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices(0x1190e1880)。将使用两者之一。哪一个未定义。   (lldb)

这是什么意思?我不明白。提前致谢

以下是代码enter image description here

1 个答案:

答案 0 :(得分:0)

控制台中的警告与异常错误无关。

不是在特定行上设置断点,而是设置全局异常断点

  • ⌘7转到断点导航器
  • 点击左下方的 + 标志,选择Exception Breakpoint

    enter image description here

  • 仅选择Objective-C断点

    enter image description here

  • 运行您的应用