You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the screenshot for steps to reproduce, I have erased the name of the swift package
Add swift package
Link swift package library to an app target
Open Xcode project xcodeproj.XcodeProject(project_path, ignore_deserialization_errors=True)
File "scratch_8.py", line 16, in xcodeproj_compare
project = xcodeproj.XcodeProject(project_path, ignore_deserialization_errors=True)
File "venv/lib/python3.8/site-packages/xcodeproj/__init__.py", line 109, in __init__
**deserialize.deserialize(
File "venv/lib/python3.8/site-packages/deserialize/__init__.py", line 91, in deserialize
return _deserialize(
File "venv/lib/python3.8/site-packages/deserialize/__init__.py", line 185, in _deserialize
_deserialize_dict(
File "venv/lib/python3.8/site-packages/deserialize/__init__.py", line 295, in _deserialize_dict
result[dict_key] = _deserialize(
File "venv/lib/python3.8/site-packages/deserialize/__init__.py", line 185, in _deserialize
_deserialize_dict(
File "venv/lib/python3.8/site-packages/deserialize/__init__.py", line 389, in _deserialize_dict
raise DeserializeException(
deserialize.exceptions.DeserializeException: Unexpected missing value for: typing.Dict[str, xcodeproj.pbxobject.PBXObject].4CE2EAC72C338DC100CB62EF.package
The text was updated successfully, but these errors were encountered:
See the screenshot for steps to reproduce, I have erased the name of the swift package
xcodeproj.XcodeProject(project_path, ignore_deserialization_errors=True)
The text was updated successfully, but these errors were encountered: