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
Post a Comment