facebook / chisel

Chisel is a collection of LLDB commands to assist debugging iOS apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pviews AttributeError: 'NoneType' object has no attribute 'split' ?

Ambtion opened this issue · comments

border view
Traceback (most recent call last):
File "/usr/local/Cellar/chisel/fblldb.py", line 83, in runCommand
command.run(args, options)
File "/usr/local/Cellar/chisel/commands/FBDisplayCommands.py", line 78, in run
for view, level in viewHelpers.subviewsOfView(obj):
File "/usr/local/Cellar/chisel/fblldbviewhelpers.py", line 75, in subviewsOfView
for i in xrange(subviewsCount):
NameError: name 'xrange' is not defined

I chang xrange to range in fblldbviewhelpers.py; it done