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

'72 duplicate symbols for architecture armv7' error when execute [Product] => [Archive] in Xcode #18239

Closed
IveHD opened this issue Mar 7, 2018 · 2 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@IveHD
Copy link

IveHD commented Mar 7, 2018

There are an error when I execute [Product] => [Archive] in Xcode;

Environment

react-native@0.53.0 with pod installed 'react-native-amap3d'、'react-native-cookie';

Expected Behavior

(Write what you thought would happen.)

Actual Behavior

Execute [Product] => [Archive] in Xcode;
image

Steps to Reproduce

(Link to Snack, or steps to reproduce.)

@IveHD IveHD changed the title 'duplicate symbol' error when execute [Product] => [Archive] in Xcode '72 duplicate symbols for architecture armv7' error when execute [Product] => [Archive] in Xcode Mar 7, 2018
@IveHD
Copy link
Author

IveHD commented Mar 7, 2018

I think i have fixed it. It's because I have installed 'react-native-amap3d' via Pod. The error will be fixed if I remove libRTCBlob.a and libRTCWebSocket.a from link binary with libraries.

@kelset
Copy link
Contributor

kelset commented Mar 7, 2018

Probably you have duplicate imports; that's why removing those libs will make it work.

@kelset kelset closed this as completed Mar 7, 2018
@facebook facebook locked as resolved and limited conversation to collaborators Mar 7, 2019
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Mar 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants