search for: rl275905

Displaying 2 results from an estimated 2 matches for "rl275905".

Did you mean: rl273595
2016 Sep 28
2
Xcode issues
...he new clang 3.9 and Xcode 8: > > > > 1) when compiling with the deployment target set to 10.0, I got this error: clang-3.9: error: invalid version number in '-miphoneos-version-min=10.0’. If I set back the deployment target to 9.3 it works fine. > > https://reviews.llvm.org/rL275905 > > It probably landed after the 3.9 branch and unfortunately wasn’t backported. > > CC Tstellar for 3.9.1 > I created a bug to track this request: https://llvm.org/bugs/show_bug.cgi?id=30555 -Tom > — > Mehdi > > > > > > 2) when compiling a mixed pro...
2016 Sep 28
2
Xcode issues
Hi, I’m using llvm+clang (+ a wrapper for swift that allow me to use my clang to compile swift files) inside Xcode and I have encountered two issues with the new clang 3.9 and Xcode 8: 1) when compiling with the deployment target set to 10.0, I got this error: clang-3.9: error: invalid version number in '-miphoneos-version-min=10.0’. If I set back the deployment target to 9.3 it works fine.