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

iOS recurrence doesn't work #79

Closed
tstarasinic opened this issue Aug 20, 2021 · 1 comment
Closed

iOS recurrence doesn't work #79

tstarasinic opened this issue Aug 20, 2021 · 1 comment

Comments

@tstarasinic
Copy link

tstarasinic commented Aug 20, 2021

Recurrence on iOS are not working.
If I put

recurrence: Recurrence(
          ocurrences: 4,
          endDate: "2021-08-24T14:00:26.000Z",
          frequency: Frequency.daily,
          interval: 1,
        ));

Error message ocurrences == null || endDate == null "Specify either ocurrences or endDate"); shows. If I not provide one of it, then app crash and write error message: Could not cast value of type 'NSNull' (0x111c64f50) to 'NSString' (0x111c64e48).

What is the solution for this ?

@tstarasinic tstarasinic changed the title iOS iOS recurrence doesn't work Aug 20, 2021
@tstarasinic
Copy link
Author

My bad. Stupid me. Package works fine.

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

1 participant