When trying to build an iOS app, I get this error:
ld: library not found for -ld_classic
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ERROR: Builder failed: ld: library not found for -ld_classic
BUILD ERROR: There was a problem linking the app.
What does ld_classic mean?
Could it be a problem with the plugins? I only use the utf8 and the Pasteboard plugins.
I think Apple have answered my question, as my latest build has been rejected due to not being built with iOS 17 SDK or later, included in Xcode 15 or later. Looks like I need to update Xcode.