- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 446
Unable to build 9.0.0 and up due to undefined symbols on ios #713
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
Comments
Hello and thanks for asking, Thank you 🙂 |
When was the last time you built the example project? Because it appears to be based on 8.2.0, and this issue is only with 9.0.0 and up. document-picker/example/ios/Podfile.lock Line 300 in 23ce0d2
Nice try with the paywall, very helpful. Just infinite easy payments of $29 a month and theres a 'good chance' the library will work? I reached for my wallet so fast I think I tore my rotator cuff.
|
Hi!
You can buy it for $29 and then keep that package version forever. After sponsorship ends, you'll only lose access to updates, but the package is already fairly feature-complete. |
I solved the build errors by adding the following to my podfile
This should solve #685 as well. |
Hello, to the podspec helps? (re-run pod install after the change). Thank you! |
Yes. This change solves the issue without the changes in my previous comment. I double checked by reverting it and the issue came back. PR #715 sent. |
Env:
ios: 17.0
"react": "18.2.0",
"react-native": "0.72.7",
"react-native-document-picker": "9.0.0^",
Undefined symbol: _UTTypeCopyPreferredTagWithClass
Undefined symbol: _UTTypeCreatePreferredIdentifierForTag
Undefined symbol: _kUTTagClassFilenameExtension
Undefined symbol: _kUTTagClassMIMEType
I have tried cleaning the build resetting yarn cache and linking unified type identifiers framework
The text was updated successfully, but these errors were encountered: