mrousavy/react-native-tracking-transparency

xcode 12.4 build error: Undefined symbol: _OBJC_CLASS_$_ATTrackingManager [iOS 14.4]

Erica-Jiangyf opened this issue · 2 comments

Hey am sorry to bother again but your advice is very valuable.

I'm running iOS 14.4 on an iPhone 12 Pro Max[14.4],but it always has an error :
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_ATTrackingManager", referenced from:
objc-class-ref in libTrackingTransparency.a(TrackingTransparency.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
“Undefined symbol: OBJC_CLASS$_ATTrackingManager”

I try to change the build setting and build path to fix it,but it didn't work。

How can i do to fix it?

Thank you

Try cleaning and rebuilding

Try cleaning and rebuilding

I clean the project and clean the DerivedData,but it still didn't work.