-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
error: (DecodingError) typeMismatch(Swift.Int, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "preferredProjectObjectVersion", intValue: nil)] […]))
#861
Comments
@F1248 would you mind including a small Xcode project where we can reproduce the issue? |
I created this project from scratch using Xcode 16.1 beta 2 (16B5014f):
|
I can reproduce this as well on a fresh iOS project created with Xcode 16 (16A242d). |
I opened a PR addressing the issue |
Can confirm your PR fixes the issue! Thanks for the quick fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context 🕵️♀️
Xcode 16.0
(objectVersion = 77
)project.pbxproj:
What 🌱
When I try to scan my project with Periphery, that uses XcodeProj, with
periphery scan
, I get this error message:error: (DecodingError) typeMismatch(Swift.Int, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "preferredProjectObjectVersion", intValue: nil)], debugDescription: "Expected to decode Int but found a string instead.", underlyingError: nil))
It seems that for my project, #854 doesn't work as expected.
The text was updated successfully, but these errors were encountered: