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

Build Failed!. Error while running on ios #701

Closed
tzw99556 opened this issue Feb 20, 2024 Discussed in #684 · 3 comments
Closed

Build Failed!. Error while running on ios #701

tzw99556 opened this issue Feb 20, 2024 Discussed in #684 · 3 comments

Comments

@tzw99556
Copy link

Discussed in #684

Originally posted by developerasmita1998 October 11, 2023

Env:

     "react": "18.2.0",
    "react-native": "0.72.5",
    "react-native-document-picker": "^9.0.1",

Error:

Undefined symbol: _UTTypeCopyPreferredTagWithClass
Undefined symbol: _UTTypeCreatePreferredIdentifierForTag
Undefined symbol: _kUTTagClassFilenameExtension
Undefined symbol: _kUTTagClassMIMEType
Linker command failed with exit code 1 (use -v to see invocation)

Please suggest. I am stuck here.

@tzw99556
Copy link
Author

Have been looking through the discussion forum and issues many issues regarding this has been closed and not being addressed. where IOS build fails as it could not connect with the linker for v9 and above

@s7k11
Copy link

s7k11 commented Feb 26, 2024

Try downgrading for package version , it worked for me.

yarn remove react-native-document-picker
yarn add react-native-document-picker@8.2.1
cd ios && pod install

Copy link

👋 @tzw99556, sorry you're having an issue. This issue is being closed because it does not provide all information required by the issue template. As the issue template explains, we require that you provide a runnable example that reproduces your issue and your environment information. This means you need to provide a code snippet that we can copy-paste into an empty project and see the error ourselves, or provide a git repository with the issue.
The reason is that maintainers do not have time to try reproduce bugs themselves. Please try to minimize the superfluous code and focus only on reproducing the bug.
Please create a new issue with this and we'll be happy to review it!

@github-actions github-actions bot locked and limited conversation to collaborators Mar 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants