Open Fedd9 opened 9 months ago
@Fedd9 sorry for the delayed reply. We are looking into this for you.
is there any update on this?
It looks like this issue was missed, sorry about that. @Fedd9 and @trne were you able to resolve it?
By having a look at your Podfile it seems that you are missing a line:
pod "tealium-react-native-swift", :path => '../node_modules/tealium-react-native/tealium-react-native-swift.podspec'
That is necessary starting from tealium-react-native
2.2.0 onwards as written in the documentation here.
Let us know if you are still facing the issue and sorry again for missing this.
Hello everyone, we're having a problem related to a RN migration from v0.63 to v0.73: while upgrading all the libraries and used frameworks, we've encountered this error:
Undefined symbols for architecture arm64: "_OBJCCLASS$_TealiumReactNative", referenced from: objc-class-ref in libtealium-react-native.a(TealiumReactNative.o) _OBJC$_CATEGORYTealiumReactNative$_RCTExternModule in libtealium-react-native.a(TealiumReactNative.o) "_OBJCCLASS$_TealiumWrapper", referenced from: objc-class-ref in libtealium-react-native.a(TealiumReactNative.o) _OBJC$_CATEGORYTealiumWrapper$_RCTExternModule in libtealium-react-native.a(TealiumReactNative.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Now, considering everything, we managed to understand a solution related ([https://github.com/Tealium/tealium-react-native/issues/129]) but this is not working for us.
We can't use use_frameworks! :linkage => :static because it is not compatible with Flipper. For reference, I'm also attaching the podfile.
Hope you can help me