简体   繁体   English

关于包标识符状态的问题 Xcode

[英]question about bundle identifier status Xcode

Hey guys I am pretty new to the Xcode and swift, and so far I am implementing the remote notification by APN by referring to the tutorial: https://www.raywenderlich.com/11395893-push-notifications-tutorial-getting-started .大家好,我是Xcode和swift的新手,目前我是参考教程实现APN远程通知: https://www.raywenderlich.com/11395893-push-notifications-tutorial-getting-started . And I am stuck on the step of renaming the Bundle Identifier to something unique.而且我坚持将 Bundle Identifier 重命名为独特的东西。 In the signing & capabilities session, I tried to directly change the bundle identifier of my project to com.f20cmsc435.ifttt .在 signing & capabilities session 中,我尝试直接将我project to com.f20cmsc435.ifttt However, I encounter a status warning:但是,我遇到状态警告:

No profiles for 'com.f20cmsc435.ifttt' were found
Xcode couldn't find any iOS App Development provisioning profiles matching 'com.f20cmsc435.ifttt'

. . Does anyone know how to resolve this error?有谁知道如何解决这个错误? Thank you!谢谢!

You need to create new provisioning profile against the new bundle identifier.您需要根据新的捆绑包标识符创建新的配置文件。 Then you will able to build.然后你就可以建造了。 And also you need to create push certificate also.而且您还需要创建推送证书。 Bundle Identifier, Provisioning Profile and Push certificates are tightly coupled in iOS. Bundle Identifier、Provisioning Profile 和 Push 证书在 iOS 中紧密耦合。

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

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