xcode-scheme

Xcode Bots:: Creating archive failed: xcodebuild exited with status 65

余生长醉 提交于 2019-12-07 06:34:53
问题 My integration succeeded but archive fails every-time with following warning mentioned below -: **Warning: Build Service Error:** Creating archive failed: xcodebuild exited with status 65. **Warning: Build Service Error:** Skipping exporting from archive because creating the archive failed. 回答1: I had the same problem. In my case the code signing was set to automatic. When I change it to an distribution certificate it worked. 回答2: I was having this issue after updating to the Server beta. I

Xcode Bots:: Creating archive failed: xcodebuild exited with status 65

心已入冬 提交于 2019-12-05 08:26:31
My integration succeeded but archive fails every-time with following warning mentioned below -: **Warning: Build Service Error:** Creating archive failed: xcodebuild exited with status 65. **Warning: Build Service Error:** Skipping exporting from archive because creating the archive failed. I had the same problem. In my case the code signing was set to automatic. When I change it to an distribution certificate it worked. I was having this issue after updating to the Server beta. I was able to fix it by adding my team to the Xcode server settings . Its a problem of certificate. Try to check if

Duplicating target for WatchOS2 with App and Extension on Xcode

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-05 02:44:34
问题 I have a project with a WatchOS2 target along with an Extension. I want to duplicate both the WatchOS App target and the extension. However, when I duplicate the WatchOS App target it is still linked to the old extension. Since we no longer have access to build phases for WatchOS App I cannot change it in the Embed App Extension Phase. Inital State WatchAppTarget1 (Embed Extension - WatchAppExtension1) WatchAppExtension1 Final State WatchAppTarget1 (Embed Extension - WatchAppExtension1)

Duplicating target for WatchOS2 with App and Extension on Xcode

£可爱£侵袭症+ 提交于 2019-12-03 17:24:12
I have a project with a WatchOS2 target along with an Extension. I want to duplicate both the WatchOS App target and the extension. However, when I duplicate the WatchOS App target it is still linked to the old extension. Since we no longer have access to build phases for WatchOS App I cannot change it in the Embed App Extension Phase. Inital State WatchAppTarget1 (Embed Extension - WatchAppExtension1) WatchAppExtension1 Final State WatchAppTarget1 (Embed Extension - WatchAppExtension1) WatchAppExtension1 WatchAppTarget-Duplicate (Embed Extension still pointing to - WatchAppExtension1)