LGAlertView icon indicating copy to clipboard operation
LGAlertView copied to clipboard

LGAlertView.m -line 779

Open firenessZX opened this issue 3 years ago • 4 comments

I got a error when compiled use Xcode 12.5, it is in line 779 on LGAlertView.m file," return [[self alloc] alertViewWithTextFieldsAndTitle:title message:message numberOfTextFields:numberOfTextFields textFieldsSetupHandler:textFieldsSetupHandler buttonTitles:buttonTitles cancelButtonTitle:cancelButtonTitle destructiveButtonTitle:destructiveButtonTitle delegate:delegate];"

It should be replace with " return [[self alloc]initWithTextFieldsAndTitle:title message:message numberOfTextFields:numberOfTextFields textFieldsSetupHandler:textFieldsSetupHandler buttonTitles:buttonTitles cancelButtonTitle:cancelButtonTitle destructiveButtonTitle:destructiveButtonTitle delegate:delegate];"

firenessZX avatar May 18 '21 02:05 firenessZX

hey body,do you solve this problem?

ningning21 avatar May 20 '21 08:05 ningning21

I'm also having the same issue!

yankat avatar May 27 '21 12:05 yankat

hey body,do you solve this problem?

I'm also having the same issue!

Yes, I fixed this problem by changed the third library,It should be replace with return [[self alloc]initWithTextFieldsAndTitle:title message:message numberOfTextFields:numberOfTextFields textFieldsSetupHandler:textFieldsSetupHandler buttonTitles:buttonTitles cancelButtonTitle:cancelButtonTitle destructiveButtonTitle:destructiveButtonTitle delegate:delegate];

firenessZX avatar Jun 08 '21 08:06 firenessZX

hey body,do you solve this problem?

I'm also having the same issue!

Yes, I fixed this problem by changed the third library,It should be replace with return [[self alloc]initWithTextFieldsAndTitle:title message:message numberOfTextFields:numberOfTextFields textFieldsSetupHandler:textFieldsSetupHandler buttonTitles:buttonTitles cancelButtonTitle:cancelButtonTitle destructiveButtonTitle:destructiveButtonTitle delegate:delegate];

谢谢!这方法可以!

doubleJJJJ avatar Jun 27 '21 03:06 doubleJJJJ