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

PBXBuildFile KeyError "fileRef" #2

Closed
truebit opened this issue Aug 20, 2014 · 0 comments
Closed

PBXBuildFile KeyError "fileRef" #2

truebit opened this issue Aug 20, 2014 · 0 comments
Assignees

Comments

@truebit
Copy link
Owner

truebit commented Aug 20, 2014

Traceback (most recent call last):
  File "xUnique.py", line 448, in <module>
    main(sys_argv)
  File "xUnique.py", line 436, in main
    xunique.unique_pbxproj()
  File "xUnique.py", line 107, in unique_pbxproj
    self.unique_project()
  File "xUnique.py", line 141, in unique_project
    self.__unique_project(self.root_hex)
  File "xUnique.py", line 322, in __unique_project
    self.__unique_target(project_hex, target_hex)
  File "xUnique.py", line 352, in __unique_target
    self.__unique_build_phase(target_hex, build_phase_hex)
  File "xUnique.py", line 387, in __unique_build_phase
    self.__unique_build_file(build_phase_hex, build_file_hex)
  File "xUnique.py", line 409, in __unique_build_file
    file_ref_hex = current_node['fileRef']
KeyError: u'fileRef'
  • project file content:

          39CF4E07AA9BEA74277D01C8607DF1E3 /* (null) in Headers */ = {isa = PBXBuildFile; };
    ...
                39CF4E07AA9BEA74277D01C8607DF1E3 /* (null) in Headers */,
    
    
@truebit truebit self-assigned this Aug 20, 2014
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

1 participant