Marc
07/28/2023, 1:04 PMAVAudioRecorder
from Kotlin code? If I try to write code that accesses it, I get this linking error: Undefined symbols for architecture x86_64: "_OBJC___CLASS_$_AVAudioRecorder", referenced from: objc-class-ref in shared(result.o)
. I checked for other people having this problem, but it seems to mostly occur with external dependencies, while to the best of my knowledge AVAudioRecorder
should be included in the standard iOS SDK. Is it related to me running the project in a simulator on an x86_64 Mac?Landry Norris
07/28/2023, 4:44 PMMarc
07/28/2023, 5:36 PMLandry Norris
07/28/2023, 5:42 PM