关于运行iOS百度推送的demo导致的报错信息

依据百度推送官方文档的操作步骤改好之后,然后设置好appid

不出意外的出现了如下错误:

Code Signing Error: No profile for team '6T9LLJKSM4' matching 'Development_baidu mbu push NotificationService' found:  Xcode couldn't find any provisioning profiles matching '6T9LLJKSM4/Development_baidu mbu push NotificationService'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the General tab of the target editor.

Code Signing Error: Code signing is required for product type 'App Extension' in SDK 'iOS 11.4'

百度一下,并且依照此修改signing信息,结果错误还是一模一样,分析一下,这个6T9LLJKSM4异样的刺眼啊,说明我配置的开发者team信息并没有生效,那么就全局搜索一下,然后就在同样的地方看到了它,原来是眼瞎没看到,又坑了自己一把。。。。。。果断把Development Team改成自己的

接下里,再重新确认一下bundleid和Development Team,所有修改完之后shift+command+k,clean一下,然后command+b重新编译一下,搞定

你可能感兴趣的:(关于运行iOS百度推送的demo导致的报错信息)