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

KeyError: u'productName' #53

Open
pvinis opened this issue Mar 9, 2020 · 1 comment
Open

KeyError: u'productName' #53

pvinis opened this issue Mar 9, 2020 · 1 comment

Comments

@pvinis
Copy link

pvinis commented Mar 9, 2020

I'm trying to run this and I get an error. Any idea what to check?

xunique -v Pods/Pods.xcodeproj
Uniquify and Sort
uniquify PBXProject
uniquify PBX*Group and PBX*Reference*
uniquify XCConfigurationList
uniquify XCConfiguration
Traceback (most recent call last):
  File "/usr/local/bin/xunique", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/site-packages/xUnique.py", line 546, in main
    xunique.unique_project()
  File "/usr/local/lib/python2.7/site-packages/xUnique.py", line 188, in unique_project
    self.__unique_project(self.root_hex)
  File "/usr/local/lib/python2.7/site-packages/xUnique.py", line 365, in __unique_project
    self.__set_to_result(project_hex, target_hex, cur_path_key)
  File "/usr/local/lib/python2.7/site-packages/xUnique.py", line 141, in __set_to_result
    current_path = '/'.join([str(current_node[i]) for i in current_path_key])
KeyError: u'productName'
@truebit
Copy link
Owner

truebit commented May 18, 2021

See comment in #54 (comment)

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