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

fix iOS link error causing issue to link in podFile while installed from npm #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

om-swiggy
Copy link

Hey @alpha0010, I found this error causing issue to link with iOS manually on debugging found this issue:
Unable to link iOS on debugging found that we're not using exact name as package causing podspec error in react native file access being getting unlinked
can you please merge so that it will be easy for users to use this package specifically in RN 73

Screenshot 2024-07-29 at 10 43 38 AM PS: Also all my node modules are in the same directory so folks please ignore the node modules path

Thanks in advance for this package.

1. Unable to link iOS on debugging found that we're not using exact name as package causing podspec error in react native file access being getting unlinked
@yousif-bugsnag
Copy link
Contributor

yousif-bugsnag commented Aug 23, 2024

Hello!

Could this be addressed with just a docs update to the manual install guide?

pod 'ReactNativeFileAccess', :path => '<Location_to_your_node_modules>/node_modules/react-native-file-access'

@omduragkar
Copy link

Hello!

Could this be addressed with just a docs update to the manual install guide?

pod 'ReactNativeFileAccess', :path => '<Location_to_your_node_modules>/node_modules/react-native-file-access'

Hey @yousif-bugsnag correct but not only that we will have to update name to podspec as well.. thus need access to pull

@om-swiggy
Copy link
Author

BUMP @alpha0010 @menssen @dulmandakh

@alpha0010
Copy link
Owner

Hmm, I used to have it named react-native-file-access.podspec, however following create-react-native-library generated template, switched to the camel case name.

Do you have reproducible steps that trigger this error?

Do other libraries, such as react-native-gesture-handler (which use a camel case named podspec), trigger this error?

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

Successfully merging this pull request may close these issues.

4 participants