ios - Xcode adds ".app" to target names ending with ".cc" -
can fix or confirm behaviour in xcode (6.3.2): ending name of ios project target ".cc" "something.cc" automatically adds ".app" end of name @ runtime…?! something.cc -> something.cc.app this confirmed others , bug: http://openradar.appspot.com/21319069 thanks paul hemetsbeger there workaround: using unicode letter "․" fixes problem. "delete app alert view" gets little bit messed up…