Windows 10
Builder 3.58
iOS SDK 16.4
First of all thanks for making the iOS Builder! I have been using Unity Cloud Build for ages as a workaround to build iOS apps without a Mac, but directly building on my Windows Dev machine would be a dream!
I have not yet gotten it to compile completely, though. The UnityFramework compiles, but when compiling my Project it directly fails when compiling the first thing: Toolchain/extra/rdc.m with
J:\tools\iOSBuilder\Toolchain\extra\rdc.m(24,10): fatal error: 'cxxabi.h' file not found
Since this is part of the Toolchain, I thought I ask here. The cxxabi.h can be found on my machine here: J:\tools\iOSBuilder\SDK\usr\include\c++\v1\cxxabi.h
I tried adding that directory as a compiler flag include to the Main app:
-IJ:/tools/iOSBuilder/SDK/usr/include/c++/v1/cxxabi.h
But the result was the same.
Can you point me in the right direction? What can I try to solve the problem?
Here is the complete log: https://pmbaty.com/paste/?0b5c13703f1090f4#83hKrg2dTdbvsnJfz1WCWLtGaprLWqcZWgjntnK9kipb
Thank you!