Start a new topic
Answered

Error "Sequence contains no elements" when calling User.ResetPasswordAsync(email)

Hi guys


I have updated to the latest Xamarin iOS version.

Now I get an error when trying to reset user password:
"Sequence contains no elements"

The reset password email gets sent though.

Are you aware of this issue?

Thanks 
Slava


Best Answer
Slava,

As per our documentation http://devcenter.kinvey.com/xamarin/guides/getting-started, iOS linker will not work properly if "Link All" is set, please set "iOS Build Linker Behavior" option to "Link Framework SDKs Only". Once this is fixed your problem should be resolved.


Thanks,
Pranav

 


Answer
Slava,

As per our documentation http://devcenter.kinvey.com/xamarin/guides/getting-started, iOS linker will not work properly if "Link All" is set, please set "iOS Build Linker Behavior" option to "Link Framework SDKs Only". Once this is fixed your problem should be resolved.


Thanks,
Pranav

 

Yes, I was trying to fix some other issue and switched to "Link All".


It works if I choose a different linking option.


Thanks 

Login or Signup to post a comment