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
Hi,
My Project uses cocoapods to manager third-party library dependencies. Since XCWorkspace
only has limited functionality, i instead try to initialize a Xcodeproj instance.
typeMismatch(Swift.Int, Swift.DecodingError.Context(codingPath: [xcproj.PBXFileReference.(CodingKeys in _01A779CB452310B36A55F2992EC68B42).fileEncoding], debugDescription: "Expected to decode Int but found a string/data instead.", underlyingError: nil))
I've opened my project and searched for keyword fileEncoding, all my fileEncoding = statement are followed by an integer.
The text was updated successfully, but these errors were encountered:
Hi,
My Project uses cocoapods to manager third-party library dependencies. Since
XCWorkspace
only has limited functionality, i instead try to initialize a
Xcodeproj
instance.However, the following code throws an error:
I've opened my project and searched for keyword
fileEncoding
, all myfileEncoding =
statement are followed by an integer.The text was updated successfully, but these errors were encountered: