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 newarchitecture build failed: No matching function for call to 'unixMillisToNSDate' #820

Open
qinlichao opened this issue May 24, 2024 · 1 comment

Comments

@qinlichao
Copy link

Describe the bug
ios newarchitecture build failed: No matching function for call to 'unixMillisToNSDate'

Expected behavior
build success

RNDatePicker:

// date
if(oldViewProps.date != newViewProps.date) {
[_picker setDate: unixMillisToNSDate(newViewProps.date)];
}

Smartphone (please complete the following information):

  • OS: [ iOS]
  • React Native version [e.g. 0.73.5]
  • react-native-date-picker version [e.g. 5.0.2]
@henninghall
Copy link
Owner

henninghall commented May 24, 2024

What iOS and Xcode version are you using?

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

2 participants