但拿到專案檔一直無法傳到手機上,
以為是憑證哪出了問題,但後來發現不是!
錯誤訊息部份如下
line 4: /Applications/Xcode.app/Contents/Developer/iphoneentitlements/gen_entitlements.py: No such file or directory
後來發現這個是之前公司在作假憑證的run script出了問題
只要到build phase裡刪除 run script
再使用正確的debug憑證去發佈至手機即可