An existing framework library workspace compiles without error when targeting iOS device architecture, but when targeting Simulator I receive the following error:
As this error is referencing platform code I suspect there is some flaw in the Xcode beta (I didn't have this issue with beta 2).
Has anyone else seen this?
Code Block in /Users/chris/Downloads/Xcode-beta 3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a(floatditf.c.o), building for iOS Simulator, but linking in object file (/Users/chris/Downloads/Xcode-beta 3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a(floatditf.c.o)) built for iOS, file '/Users/chris/Downloads/Xcode-beta 3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a' for architecture arm64
As this error is referencing platform code I suspect there is some flaw in the Xcode beta (I didn't have this issue with beta 2).
Has anyone else seen this?