Hello,
I used iPhoneUtils class methods in my script for iOS platform game and tried to switch platform to Mac and build it. But I can't build with error: "Unknown identifier: 'iPhoneUtils'.".
How can I avoid this error without commenting this line out because maybe I will forget to remove the comment line back in iOS platform?
Thank you.