Skip to content
  • Ruslan Baratov's avatar
    Fix iOS combined feature for single architecture targets · e3fc2899
    Ruslan Baratov authored and Brad King's avatar Brad King committed
    If list of valid target architectures is empty for given SDK then there will
    be no VALID_ARCHS build setting returned by Xcode. Return "" (empty string)
    explicitly in this case. This may happens if CMAKE_IOS_INSTALL_COMBINED is ON
    but only one architecture used in target.
    e3fc2899