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.