-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
fix(ios): missing required frameworks #2320
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
Merged
Johan-dutoit
merged 1 commit into
react-native-image-picker:main
from
decim92:fix-podspec-missing-framework-dependencies
Nov 28, 2024
Merged
fix(ios): missing required frameworks #2320
Johan-dutoit
merged 1 commit into
react-native-image-picker:main
from
decim92:fix-podspec-missing-framework-dependencies
Nov 28, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Interestingly, the example app (freshly created) builds fine when using the latest image picker. |
Johan-dutoit
approved these changes
Nov 28, 2024
Johan-dutoit
pushed a commit
that referenced
this pull request
Nov 28, 2024
## [7.1.4](v7.1.3...v7.1.4) (2024-11-28) ### Bug Fixes * **ios:** missing required frameworks ([#2320](#2320)) ([20c3d92](20c3d92))
🎉 This PR is included in version 7.1.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Cactueonicle
added a commit
to Cactueonicle/improvements
that referenced
this pull request
Aug 13, 2025
## [7.1.4](react-native-image-picker/react-native-image-picker@v7.1.3...v7.1.4) (2024-11-28) ### Bug Fixes * **ios:** missing required frameworks ([#2320](react-native-image-picker/react-native-image-picker#2320)) ([20c3d92](react-native-image-picker/react-native-image-picker@20c3d92))
TideTrackerDev
added a commit
to TideTrackerDev/convexification
that referenced
this pull request
Aug 25, 2025
## [7.1.4](react-native-image-picker/react-native-image-picker@v7.1.3...v7.1.4) (2024-11-28) ### Bug Fixes * **ios:** missing required frameworks ([#2320](react-native-image-picker/react-native-image-picker#2320)) ([20c3d92](react-native-image-picker/react-native-image-picker@20c3d92))
MarlowerThorne
added a commit
to MarlowerThorne/congenia
that referenced
this pull request
Sep 17, 2025
## [7.1.4](react-native-image-picker/react-native-image-picker@v7.1.3...v7.1.4) (2024-11-28) ### Bug Fixes * **ios:** missing required frameworks ([#2320](react-native-image-picker/react-native-image-picker#2320)) ([20c3d92](react-native-image-picker/react-native-image-picker@20c3d92))
AsasReed
added a commit
to AsasReed/friened
that referenced
this pull request
Sep 18, 2025
## [7.1.4](react-native-image-picker/react-native-image-picker@v7.1.3...v7.1.4) (2024-11-28) ### Bug Fixes * **ios:** missing required frameworks ([#2320](react-native-image-picker/react-native-image-picker#2320)) ([20c3d92](react-native-image-picker/react-native-image-picker@20c3d92))
gngseb
added a commit
to gngseb/Nemeth
that referenced
this pull request
Oct 7, 2025
## [7.1.4](react-native-image-picker/react-native-image-picker@v7.1.3...v7.1.4) (2024-11-28) ### Bug Fixes * **ios:** missing required frameworks ([#2320](react-native-image-picker/react-native-image-picker#2320)) ([20c3d92](react-native-image-picker/react-native-image-picker@20c3d92))
iceVeges
added a commit
to iceVeges/uws4vad
that referenced
this pull request
Oct 15, 2025
## [7.1.4](react-native-image-picker/react-native-image-picker@v7.1.3...v7.1.4) (2024-11-28) ### Bug Fixes * **ios:** missing required frameworks ([#2320](react-native-image-picker/react-native-image-picker#2320)) ([20c3d92](react-native-image-picker/react-native-image-picker@20c3d92))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
main
branch, NOT a "stable" branch.Motivation (required)
After installing version 7.1.2, when I run the iOS project it won't compile since it complains of undefined classes
It is related to this issue #2318
What existing problem does the pull request solve?
It compiles the iOS project in latest version
Test Plan (required)
I don't know how you make it work in your environment but if these frameworks are missing it won't work