【发布时间】:2014-07-30 04:43:44
【问题描述】:
我正在使用 Swift 开发一个项目,当我尝试在我的实际设备上运行该项目时,我收到错误消息:
/Users/alexyuiop/Desktop/Pitch²/build/Debug-iphoneos/PitchSquared.app: the main executable or Info.plist must be a regular file (no symlinks, etc.)
Command /usr/bin/codesign failed with exit code 1
我查看了其他一些关于 Command /usr/bin/codesign failed with exit code 1 错误的帖子,但这些解决方案似乎对我不起作用。
有谁知道如何解决这个错误?特殊字符 (²) 是否会导致此问题?
【问题讨论】:
-
你在 xcode 中使用过配置文件吗.. 配置文件无效是错误的
-
是的,我在 xcode 中选择了一个有效的配置文件
标签: ios xcode swift ios8 xcode6