xib转coding报错
Opened this issue · 2 comments
操作“运行 Shell 脚本”遇到了错误:“Traceback (most recent call last):
File "", line 2, in
File "/Users/guohaixiang/Library/Services/project/automation/AInterface.py", line 56, in output_xib
map(xibparse.gen_xib_file,Util.readlines_from_stdin())
File "/Users/xxx/Library/Services/project/automation/ATool/xibparse.py", line 199, in gen_xib_file
uis = parse(root)
File "/Users/xxx/Library/Services/project/automation/ATool/xibparse.py", line 77, in parse
ui_list,ui_trees= find_uis(root)
File "/Users/xxx/Library/Services/project/automation/ATool/xibparse.py", line 54, in find_uis
ui = convent_dict2ui(child)
File "/Users/xxx/Library/Services/project/automation/ATool/xibparse.py", line 40, in convent_dict2ui
ui.name = ui.id + '_' + toCap(child.tag)
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'”
是不是不支持 UICollectionViewCell
目前不支持