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
For anyone else who stumbles across this: This is currently expected behavior whenever you upgrade Xcode. Swift does not have a stable library ABI today, so upgrading Xcode will change the Swift libraries, which currently requires recompiling any Swift code.
Swift 5 is supposed to stabilize the library ABI which will stop this kind of breakage.
❌ When i try to convert .proto file via
protoc --swift_out= DriveAuth.proto
, i get the follow errorHow fix this error ? Thanks 🙏
The text was updated successfully, but these errors were encountered: