Xcode中,去打包ipa,确保证书是对的:
和pp文件也是对的:
结果archive时出错:
Check dependencies
Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“QorosSalesApp_AdHoc_Distribution_addJoin”) has an AppID of “com.qoros.QorosSalesApp” which does not match your bundle identifier “com.qoros.QorosSales”.
Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“QorosSalesApp_AdHoc_Distribution_addJoin”) has an AppID of “com.qoros.QorosSalesApp” which does not match your bundle identifier “com.qoros.QorosSales”.
如图:
去搜此处出错的:
com.qoros.QorosSales
找到:
-》这个:
com.qoros.QorosSales
是之前的appID
-》后来改为了:
com.qoros.QorosSalesApp
但是release部分的没有改过来
-》现在去改为统一的:
com.qoros.QorosSalesApp
结果:
就可以继续正常的打包了:
转载请注明:在路上 » [已解决]Xcode去Archive打包时出错: Provisioning profile does not match bundle identifier