-
Notifications
You must be signed in to change notification settings - Fork 24.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
Facing build time issue 18 duplicate symbols for architecture x86_64 in 0.70.4 #35184
Comments
|
Build/Products/Debug-iphonesimulator/React-Core/React.framework/React(RCTTiming.o) |
@keerthika-priya We are also facing this issue after upgrading to the latest react native version
|
My issue was a local script which was used to patch the RCTTiming file and thus kept adding it again and again. |
Any solution here?? |
New Version
0.70.4
Old Version
0.61.2
Build Target(s)
All
Info
Build/Products/Debug-iphonesimulator/React-Core/React.framework/React(RCTTiming.o)
duplicate symbol 'OBJC_IVAR$_RCTTiming._paused' in:
/Users/keerthika.priya/Library/Developer/Xcode/DerivedData/Flipkart-bhnnxmwldjckhthhnqipiomorpyr/Build/Products/Debug-iphonesimulator/React-CoreModules/CoreModules.framework/CoreModules(RCTTiming.o)
/Users/keerthika.priya/Library/Developer/Xcode/DerivedData/Flipkart-bhnnxmwldjckhthhnqipiomorpyr/Build/Products/Debug-iphonesimulator/React-Core/React.framework/React(RCTTiming.o)
duplicate symbol 'OBJC_IVAR$__RCTTimer._callbackID' in:
/Users/keerthika.priya/Library/Developer/Xcode/DerivedData/Flipkart-bhnnxmwldjckhthhnqipiomorpyr/Build/Products/Debug-iphonesimulator/React-CoreModules/CoreModules.framework/CoreModules(RCTTiming.o)
/Users/keerthika.priya/Library/Developer/Xcode/DerivedData/Flipkart-bhnnxmwldjckhthhnqipiomorpyr/Build/Products/Debug-iphonesimulator/React-Core/React.framework/React(RCTTiming.o)
ld: 18 duplicate symbols for architecture x86_64
Issue and Reproduction Steps
The react native pods for 0.70.4 gives the following error
There are 2 RCTTiming files in Core-Modules and Modules folders.
Please help regarding this.
The text was updated successfully, but these errors were encountered: