Skip to content
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

Compile error under Xcode 15: "Multiple methods named 'setProgress:' found with mismatched result, parameter type or attributes" #143

Open
Drarok opened this issue Jan 18, 2024 · 1 comment

Comments

@Drarok
Copy link

Drarok commented Jan 18, 2024

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.

@Drarok 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
@silentwind1234
Copy link

Hi I had the same problem I adjusted this line to be

[((id)self.modeView) setProgress:self.progress animated:animated];

The App compiled and worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants