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

Add missing pbxproj for autolinking #659

Merged
merged 1 commit into from
Sep 18, 2022

Conversation

fortmarek
Copy link
Collaborator

Summary

This is a follow-up to: #658

Unfortunately, while the local example app works, it's because it's linked in a different way than the final package.

The contents of the pbxproj can be empty since RN CLI only uses its existence to assess whether it should autolink iOS code.

Really sorry for this mistake πŸ™‡

Test Plan

You can download the latest iOS version and see that in the Podfile.lock, RNDateTimePicker module is missing. Applying the changes from this PR fixes it.

What's required for testing (prerequisites)?

What are the steps to reproduce (after prerequisites)?

Compatibility

OS Implemented
iOS βœ…
Android ❌

Checklist

  • I have tested this on a device and a simulator
  • I added the documentation in README.md
  • I updated the typed files (TS and Flow)
  • I added a sample use of the API in the example project (example/App.js)
  • I have added automated tests, either in JS or e2e tests, as applicable

@vonovak vonovak merged commit f4efa58 into react-native-datetimepicker:master Sep 18, 2022
vonovak pushed a commit that referenced this pull request Sep 18, 2022
## [6.3.4](v6.3.3...v6.3.4) (2022-09-18)

### Bug Fixes

* add missing pbxproj for autolinking ([#659](#659)) ([f4efa58](f4efa58))
@vonovak
Copy link
Member

vonovak commented Sep 18, 2022

πŸŽ‰ This issue has been resolved in version 6.3.4 πŸŽ‰

If this package helps you, consider sponsoring us! πŸš€

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants