Open songww opened 3 years ago
For iOS, should add flag -miphoneos-version-min=9.0
to cc
.
Many srcs not compiled for mobile default. Perhaps we should add some feature gates to works for mobile?
To fix this thread_local
issue, specify a IPHONEOS_DEPLOYMENT_TARGET
of something 9.0
or later. It defaults to 7.0
.
Any news so far ?
Failed to build for iOS: