Hi,
I got an old React Native project and they want me to get this running again.
The iOS project is created so far, I installed all pods but one of them is making trouble.
I tried "pod install" several times, set "No common blocks" to NO ... When installing the pod in another project, it works like a charm. I noticed that in one project, pod version 4.0.0 is installed while in the other project it's version 3.3.0, although both projects podfiles are set to iOS 13 (I'm not sure how the dependency is determined).
I'm totally confused about that the confict exists inside the pod library.
Any idea ?
Best regards, Sven
Here's the error message:
duplicate symbol '_OBJC_METACLASS_$_TYGCDTimer' in: /Users/xxx/Library/Developer/Xcode/DerivedData/myapp-cwpkjsydbjheutdxzbtscpzjvsru/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/TuyaSmartMQTTChannelKit/TuyaSmartMQTTChannelKit.framework/TuyaSmartMQTTChannelKit[arm64][27](TYGCDTimer.o) /Users/xxx/Library/Developer/Xcode/DerivedData/myapp-cwpkjsydbjheutdxzbtscpzjvsru/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/TuyaSmartMQTTChannelKit/TuyaSmartMQTTChannelKit.framework/TuyaSmartMQTTChannelKit[arm64][3](GCDTimer.o) duplicate symbol '_OBJC_CLASS_$_TYGCDTimer' in: /Users/xxx/Library/Developer/Xcode/DerivedData/myapp-cwpkjsydbjheutdxzbtscpzjvsru/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/TuyaSmartMQTTChannelKit/TuyaSmartMQTTChannelKit.framework/TuyaSmartMQTTChannelKit[arm64][27](TYGCDTimer.o) /Users/xxx/Library/Developer/Xcode/DerivedData/myapp-cwpkjsydbjheutdxzbtscpzjvsru/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/TuyaSmartMQTTChannelKit/TuyaSmartMQTTChannelKit.framework/TuyaSmartMQTTChannelKit[arm64][3](GCDTimer.o) duplicate symbol '_OBJC_IVAR_$_TYGCDTimer._timer' in: /Users/xxx/Library/Developer/Xcode/DerivedData/myapp-cwpkjsydbjheutdxzbtscpzjvsru/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/TuyaSmartMQTTChannelKit/TuyaSmartMQTTChannelKit.framework/TuyaSmartMQTTChannelKit[arm64][27](TYGCDTimer.o) /Users/xxx/Library/Developer/Xcode/DerivedData/myapp-cwpkjsydbjheutdxzbtscpzjvsru/Build/Products/Debug-iphoneos/XCFrameworkIntermediates/TuyaSmartMQTTChannelKit/TuyaSmartMQTTChannelKit.framework/TuyaSmartMQTTChannelKit[arm64][3](GCDTimer.o) ld: 3 duplicate symbols clang: error: linker command failed with exit code 1 (use -v to see invocation)