Undefined symbol: ___isOSVersionAtLeast

The toolchain from Swift.org doesn't have a static archive for the iOS simulator, so that explains why you're getting the error. I'm not 100% sure why the Swift toolchain doesn't build compiler-rt for the iOS simulator though. @mishal_shah do you have any idea why?

2 Likes