【问题随手记】Mac Mini M1 xcodebuild: p

2021-03-16  本文已影响0人  name007

问题
error: Provisioning profile "xxx_profile" doesn't include the currently selected device "xxx的Mac mini" (identifier xxx). (in target 'xxx' from project 'xxx')

原因:
搭载 M1 芯片的 Mac 设备上可以运行任意 iOS 应用程序。

解决:
xcodebuild: profile doesn't include device ...

xcrun xcodebuild -configuration Release xxx -destination 'generic/platform=iOS'

上一篇 下一篇

猜你喜欢

热点阅读