0maru / twitter_login

MIT License
54 stars 54 forks source link

Xcode12.5 Crash #43

Closed oke331 closed 3 years ago

oke331 commented 3 years ago

I updated from Xcode12.4 to Xcode12.5. And then I tried to login on twitter.

This is my code.

twitterUser = await _twitterLogin.login();

But the application crashed.

When I use Xcode11.4, the application doesn't crash.

I got following error. I think it was caused by redirectURI. But I don't know the solution...

error log ``` 021-04-27 16:10:24.816157+0900 Runner[474:15661] [AuthenticationSession] The provided scheme is not valid. A scheme should not include special characters such as ":" or "/". 2021-04-27 16:10:24.817931+0900 Runner[474:15661] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'The provided scheme is not valid. A scheme should not include special characters such as ":" or "/".' ```

I use the version 2.1.4.(I am sorry for not using latest version.)

xmkevinchen commented 3 years ago

Getting the same crash after upgrading Xcode to 12.5

0maru commented 3 years ago

Sorry it took so long. This has been fixed in 3.0.8.