标签: xcode lldb
我正在使用Xcode 9.4(9F1027a)。我正在尝试这样做:
(lldb) po bar error: Couldn't apply expression side effects : couldn't get the data for variable self
与此同时,这有效:
(lldb) fr v bar (String?) bar = nil
无论变量类型如何,都会发生这种情况,无论是本地还是全局。想法?