Hello,
I'm compiling my older app for the first time in iOS 9.2.1, and I'm getting this error for std::isnan(). Anyone know how to fix that?
Thanks
Bob
Hello,
I'm compiling my older app for the first time in iOS 9.2.1, and I'm getting this error for std::isnan(). Anyone know how to fix that?
Thanks
Bob
Nevermind, I fixed it. Just had to remove 'std::' which is something I had had to add in a previoud XCode incarnation.
Bob