observableobject / XCode-Deploy

A Github Action for Archiving, Exporting, and Uploading a build to App Store Connect (TestFlight)
MIT License
12 stars 6 forks source link

I keep getting ARCHIVE FAILED error 65 #13

Open AndrewVos opened 1 month ago

AndrewVos commented 1 month ago

Has anyone seen this? I'm using the default output project from PWABuilder.

  Executing: `xcodebuild -workspace /Users/runner/work/color-ios/color-ios/Color.xcworkspace -scheme Color -destination generic/platform=iOS -configuration Release -sdk iphoneos -derivedDataPath /Users/runner/work/color-ios/color-ios/build/derivedData -archivePath Color.xcarchive archive | xcpretty --color`
Running xcodebuild
  ** ARCHIVE FAILED **
  Error: Xcodebuild action failed (65)!
observableobject commented 1 month ago

This could happen for literally hundreds of reasons. Error 65 basically means Xcode build failed. My recommendation is run the command you see below on your local machine and see if it passes, adding a verbose tag and see where specifically it errors.

On Thu, 11 Jul 2024 at 00:17, Andrew Vos @.***> wrote:

Has anyone seen this? I'm using the default output project from PWABuilder.

Executing: xcodebuild -workspace /Users/runner/work/color-ios/color-ios/Color.xcworkspace -scheme Color -destination generic/platform=iOS -configuration Release -sdk iphoneos -derivedDataPath /Users/runner/work/color-ios/color-ios/build/derivedData -archivePath Color.xcarchive archive | xcpretty --color Running xcodebuild ARCHIVE FAILED Error: Xcodebuild action failed (65)!

— Reply to this email directly, view it on GitHub https://github.com/observableobject/XCode-Deploy/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOJBPYCGKT33W7WK4Z27S73ZLU67TAVCNFSM6AAAAABKVAPQ6KVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYDAOJQGYZDENA . You are receiving this because you are subscribed to this thread.Message ID: @.***>