Xcode 平常在開發,要增加新的開發者帳號是很簡單,但是會遇到幾個常見的問題,已經遇到好幾次,乾脆做個紀錄。
Xcode 新增開發者帳號遇到幾個問題的解法
新增 Team (App Developer ID),會遇到下述幾個問題:
- 錯誤訊息
The "App ID" cannot be registered to your development team. Change your bundle identifier to a unique string to try again
或
Failed to create provisioning profile- 解法
- General → Identity → Bundle Identifier 換個名字 (隨便最後面加個數字也行)
- 解法
- 錯誤訊息
dyld: Library not loaded: @rpath/libswiftCore.dylib
- 解法
- Xcode 選單 → Product → Clean Build Folder
- 解法