MBCircularProgressBar icon indicating copy to clipboard operation
MBCircularProgressBar copied to clipboard

Error under xcode7: Multiple methods named 'value' found with mismatched result, parameter type or attributes

Open Sega-Zero opened this issue 7 years ago • 3 comments

mbcircularprogressbarlayer m 2016-12-06 11-21-48

mbcircularprogressbarlayer m 2016-12-06 14-02-13

The error does not appear on xcode 8.

Sega-Zero avatar Dec 06 '16 11:12 Sega-Zero

Can someone help for this issue?

iNono22 avatar Dec 14 '16 14:12 iNono22

As a workaround, add a type cast:

[animation setFromValue:@([(MBCircularProgressBarLayer*)self.presentationLayer value])];

Sega-Zero avatar Dec 14 '16 14:12 Sega-Zero

@MatiBot can you include this cast in the last version? Thanks @Sega-Zero for the workaround ;-)

iNono22 avatar Dec 14 '16 15:12 iNono22