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
In Xcode 15.0 and 15.1, there is a compilation error at MRProgressOverlayView.m:811:
[((id)self.modeView) setProgress:self.progress];
Multiple methods named 'setProgress:' found with mismatched result, parameter type or attributes
There is no issue in Xcode 14.3.1.
The text was updated successfully, but these errors were encountered:
Drarok
changed the title
Compile error under Xcode 15.1: "Multiple methods named 'setProgress:' found with mismatched result, parameter type or attributes"
Compile error under Xcode 15: "Multiple methods named 'setProgress:' found with mismatched result, parameter type or attributes"
Jan 18, 2024
In Xcode 15.0 and 15.1, there is a compilation error at MRProgressOverlayView.m:811:
There is no issue in Xcode 14.3.1.
The text was updated successfully, but these errors were encountered: