Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Swift3 Xcode 8产品\u捆绑\u标识符_Swift3_Xcode8 - Fatal编程技术网

Swift3 Xcode 8产品\u捆绑\u标识符

Swift3 Xcode 8产品\u捆绑\u标识符,swift3,xcode8,Swift3,Xcode8,尝试在手机上构建/测试应用程序时,我遇到以下错误 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. 如何更改此设置以使应用程序正常工作。

尝试在手机上构建/测试应用程序时,我遇到以下错误

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的教程中得到了这个应用程序,我正在尝试构建一个超级简单的条形码扫描仪。我的xcode/swift在初学者级别。 我使用构建文件将其转换为swift 3,当模拟它时,它工作正常。但当我在手机上模拟它时,它没有

我可以添加我自己的bundle\u标识符吗?我在哪里注册


我正在开发osx Sierra,Xcode 8

只需进入目标->构建设置->产品包标识符->展开它->调试->将发布时相同的包id放在这里。

教程com.gabrieltheodoropoulos中的原始制造商。${Product_NAME:rfc1034identifier},我把它改成什么?你想放什么就放什么。典型的bundle id看起来像com。。i、 e:com.Facebook.Facebook应用程序。唯一重要的想法是,它应该与itunesconnect中的定义相同,以防您希望将其上载到appstore。但是如果你说,已经有了一些价值,问题在于一些不同的东西。我认为这个链接将帮助你:从我到目前为止读到的,它与没有开发人员个人帐户有关?