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
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:
I created this project from scratch using Xcode 16.1 beta 2 (16B5014f): Create New Project… → Multipl→ App
% cd Test
% periphery scan --setup
Welcome to Periphery!
This guided setup will help you select the appropriate configuration for your project.
* Inspecting project...
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))
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: