简体   繁体   English

Xcode将“ .app”添加到以“ .cc”结尾的目标名称

[英]Xcode adds “.app” to target names ending with “.cc”

Can anyone fix or confirm this behaviour in Xcode (6.3.2): 任何人都可以在Xcode(6.3.2)中修复或确认此行为:

Ending the name of an iOS project target with ".cc" like "something.cc" automatically adds ".app" to end of the name at runtime…?! 以“ .cc”(例如“ something.cc”)结尾的iOS项目目标名称会在运行时自动将“ .app”添加到名称结尾...?!

something.cc -> something.cc.app something.cc-> something.cc.app

This is now confirmed by others and obviously a bug: http://openradar.appspot.com/21319069 现在,这已被其他人确认,并且显然是一个错误: http : //openradar.appspot.com/21319069

Thanks to Paul Hemetsbeger there is a workaround: Using the unicode letter "․" 感谢Paul Hemetsbeger提供了一种解决方法:使用Unicode字母“。” fixes the problem. 解决问题。 Only the "delete this app alert view" gets a little bit messed up… 只有“删除此应用程序警报视图”有点混乱……

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM