I'm getting the error "36 duplicate symbols for architecture arm64".
They all seem to involve a conflict with the audiokit pod. Below is one of the 36:
duplicate symbol '_OBJC_METACLASS_$_EZAudioDevice' in:
/Users/oliversilverstein/Desktop/Github/LieFinderIOS/Pods/AudioKit/iOS/AudioKit.framework/AudioKit(EZAudioDevice.o)
/Users/oliversilverstein/Desktop/Github/LieFinderIOS/Pods/ChirpSDK/ChirpSDK.framework/ChirpSDK(EZAudioDevice.o)
Any potential fix or this an issue on your end?
I've already tried almost every solution suggested by googling. Thanks!