RDP1974 40 Posted June 22, 2019 hello, I'm compiling C static files for FMX with clang, with success for every platform but iossimulator. With iossimulator when I insert "target i686-apple-darwin_sim" I get "unsupported architecture". Do you know if is possible to $LINK C static object for iossimulator xcode? Share this post Link to post
stijnsanders 35 Posted June 22, 2019 Shoudn't that be "i686-apple-darwin-sim"? https://clang.llvm.org/docs/CrossCompilation.html Share this post Link to post