Hi all,
I'm trying to preview a very simple view in a project I have in SwiftUI, and I'm getting this error regardless of the view I'm trying to preview:
----------------------------------------
LinkDylibError: Failed to build PreferencesView.swift
Linking failed: linker command failed with exit code 1 (use -v to see invocation)
ld: warning: directory not found for option '-F/Applications/Xcode-13.3.1.app/Contents/SharedFrameworks-iphonesimulator'
Undefined symbols for architecture x86_64:
"___asan_init", referenced from:
_asan.module_ctor in Pods_Remoti(Pods-Remoti-dummy.o)
"___asan_version_mismatch_check_apple_clang_1316", referenced from:
_asan.module_ctor in Pods_Remoti(Pods-Remoti-dummy.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
==================================
(I'm attaching the whole error in the post, because it's way too long)
Am I doing something wrong here? Thanks in advance!