(原) "Provisioning profile cannot be found after deleting expired profile"问题的解决办法
主要原因是xcode的project file乱套了,尤其是当你用老版本的xcode/ iphoneSDK创建的项目。
解决办法:
右键.xcodeProj文件,选中"show Package Contents",如下图所示
(“.xcodeproj”文件其实就是一个目录,有点儿类似应用程序bunndle)
展开后,找到“project.pbxproj”文件用文本编辑器打开
搜索所有包含“PROVISIONING_PROFILE”的行,删掉。
重新打开工程文件,ok!