ios - New warnings in iOS9: Ambiguous expansion of macro 'TARGET_OS_IOS' -


after upgrading xcode version 7 , using ios sdk 9 these warnings appear in:

#if target_os_ios 

warning:

ambiguous expansion of macro 'target_os_ios' 

how make go away?

if have defined target_os_ios in own code need change else (or delete version)

xcode 7 newly defines along target_os_watch


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -