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

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -