Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xib转coding报错 #5

Open
EarthMass opened this issue Nov 12, 2018 · 2 comments
Open

xib转coding报错 #5

EarthMass opened this issue Nov 12, 2018 · 2 comments

Comments

@EarthMass
Copy link

操作“运行 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'”

@EarthMass
Copy link
Author

是不是不支持 UICollectionViewCell

@liubobo
Copy link
Owner

liubobo commented Nov 12, 2018

目前不支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants