xxfast
02/22/2023, 6:06 AMlinkPodDebugFrameworkIosSimulatorArm64
task
output:
ld: warning: object file (/var/folders/46/j7qr6bgj4f777vw39y0810d40000gp/T/konan_temp559333242603376004/result.o) was built for newer iOS Simulator version (14.0) than being linked (9.0)
Undefined symbols for architecture arm64:
"_kfun:main#MainDomain(){}MainState", in result.o
"_kfun:settings#SettingsDomain(){}SettingsState", in result.o
ld: symbol(s) not found for architecture arm64
> Task :app:linkPodDebugFrameworkIosSimulatorArm64 FAILED
Not sure how I can debug this issue 🤔 Had a scan through all my dependencies and they all seem to support that target. Any help is appreciatedPablichjenkov
02/22/2023, 6:14 AMxxfast
02/22/2023, 9:48 PMPablichjenkov
02/22/2023, 10:02 PMxxfast
02/22/2023, 10:49 PMinternal
for now seems to work 🙌 Thanks for your helpPablichjenkov
02/22/2023, 11:32 PM