-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Linker Issue #716
Comments
This issue has been marked as stale, it will be closed automatically if there is no further activity. |
This problem happen on my react-native proj, too Xcode error log as below
my proj version info as below
|
Have you fixed this issue? This problem stuck me. Please help me~ 3q |
Finally, I found the solution |
Hi,
I am finalizing the portage of react native from React Native 0.59.10 -> 0.62.2.
I have never installed CocoaAsynSocket before and It seems not tot be mandatory in 0.59.10 React native.
Now that I am in 0.62.2,
Even though I have never installed CocoaAsyncSocket, It seems that Xcode need it as I do have a linker error specifying that CocoaAsynSocket library has not been found.
What I have tried :
-> Pod deintegrate
-> rm Pods directory
-> Pod install
But It still do have the issue.
Any idea why it seems mandatory in 0.62.2 and how to solve this issue ?
The text was updated successfully, but these errors were encountered: