When I manually add the SDK that I exported in Xcode 13 to xcode 13 and xcode 14, it works for all devices without any problems. But when I export in xcode 14, it only works for simulators in xcode 13, I can't build on real devices, (in xcode 14 it works on all devices without any problems). For the SDK I exported in Xcode 14, the errors I get when I run it on real device in xcode 13 are as follows: directory not found for option '-F/(framework path)' Undefined symbols for architecture arm64:_objc_msgSend$subfiles Undefined symbols for architecture arm64:_objc_msgSend$subfiles ... clang: error: linker command failed with exit code 1 (use -v to see invocation) I deleted the framework search path for the directory not found error and I found a solution to it, but I couldn't find a solution for the errors I got for all the sub-files of the SDK below: Undefined symbols for architecture arm64:_objc_msgSend$subfiles And clang: error: linker com
1
0
3.6k