【发布时间】:2017-01-12 10:42:54
【问题描述】:
尝试在手机上构建/测试应用时出现以下错误
Showing Recent Issues Bundle identifier is missing. QRCodeReader doesn't have a bundle identifier for the Debug build configuration. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor.
如何更改此设置以让应用正常运行。 我从 appcoda here 上的教程中获得了该应用程序,我正在尝试构建一个超级简单的条形码扫描仪。我在初学者级别的 xcode/swift。 我使用构建文件将其转换为 swift 3,并且在模拟它时,它可以工作。但是在我的手机上模拟它时却没有。
我可以添加自己的 bundle_identifier 吗?在哪里注册?
我正在开发 osx Sierra,Xcode 8
【问题讨论】: