博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iOS 报错 CodeSign error: code signing is required for product type 'App Extension' in SDK 'iOS 8.1'
阅读量:4119 次
发布时间:2019-05-25

本文共 518 字,大约阅读时间需要 1 分钟。

今天新建了一个Today Extension的target.后来需求改了.不需要Today Extension了,就把manage scheme和extension文件删除了.然后报错

Code Sign error: Automatic provisioning profile selection unavailable: A bundle identifier is required for automatic provisioning profile selection. Either enter a bundle identifier in the Info.plist, or select a provisioning profile to use in the build settings.

因为我没有删除项目配置的target.把项目的target删除就ok啦.但是运行一下.Today Extension还在.这时候只要卸载应用,clean一下项目就好了.

*注意: 扩展target显示错误时候

          1. clean一下项目.

          2. 卸载应用.

          3. 重新运行

** 如果还是不行就手机重启,(*^__^*)……

转载地址:http://gsnpi.baihongyu.com/

你可能感兴趣的文章
LeetCode第44题思悟——通配符匹配(wildcard-matching)
查看>>
LeetCode第45题思悟——跳跃游戏(jump-game-ii)
查看>>
LeetCode第46题思悟——全排列(permutations)
查看>>
LeetCode第47题思悟—— 全排列 II(permutations-ii)
查看>>
LeetCode第48题思悟——旋转图像(rotate-image)
查看>>
驱动力3.0,动力全开~
查看>>
记CSDN访问量10万+
查看>>
Linux下Oracle数据库账户被锁:the account is locked问题的解决
查看>>
记CSDN访问20万+
查看>>
Windows 环境下Webstorm 2020.3 版本在右下角找不到Git分支切换部件的一种解决方法
查看>>
Electron-Vue项目中遇到fs.rm is not a function问题的解决过程
查看>>
飞机换乘次数最少问题的两种解决方案
查看>>
有向无回路图的理解
查看>>
设计模式中英文汇总分类
查看>>
WPF实现蜘蛛纸牌游戏
查看>>
单例模式
查看>>
工厂方法模式
查看>>
模板方法模式
查看>>
数据结构之队列、栈
查看>>
数据结构之树
查看>>