模擬器測試沒有問題,真機調試的時候,安裝遇到了問題。提示:A valid provisioning profile for this executable was not found。
在Xcode上打開 “File” > “Project Settings…” 設置 Build System,把New Build System 改為 Legacy Build System(如果下面的那個不是Use Shared Setting,需要改成Use Shared Setting或者Legacy Build System),重新安裝就可以了。
————————————————
原文链接:https://blog.csdn.net/u011862015/article/details/89142753