We have a workspace with three projects in it. Trying to export localizations for the workspace fails with the ComputeTargetDependencyGraph failed with a nonzero exit code error but with no additional information to track down the failure. Here are the exact steps I've tried: Click Menu Bar > Product > Export Localizations > Workspace (the first item in the menu) A few moments later, an error alert pops up that says Unable to build project for localization string extraction In the build log tab, it shows this: If I try running xcodebuild -exportLocalizations -localizationPath ~/ExportedWorkspaceLocalizations -workspace <workspaceLocation> -exportLanguage en, the same ComputeTargetDependencyGraph failed with a nonzero exit code error message appears. Exporting the three projects individually works great when I go to Menu Bar > Product > Export Localizations > Select one of the three projects instead of the workspace. Has anyone else run into 
                    
                  
                Search results for
        Request failed with http status code 503
190,949 results found
  
    
    Selecting any option will automatically load the page
  
  
  
  
    
  
  
            
        Post
Replies
Boosts
Views
Activity
                    
                      Adding what helped me solve a similar problem:I had the same issue, checked every credential, made sure I'm using the `bundleId` from ios to verify and create client secret. Everything looked correct, but still, the request failed.Finally noticed that the request I was making trough a library sent is as `Content-Type: application/json`. Changed it to the correct `Content-Type: application/x-www-form-urlencoded` and everything was good. I'd call it a bug as Apple should fail the request with 415 Unsupported Media Type status instead 400 Bad Request.
                    
                  
                
              
              
                
                Topic:
                  
	
		App & System Services
  	
                
                
                SubTopic:
                  
                    
	
		General
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      I am seeing the same issue. After succesful login I am being sent to https://appstoreconnect.apple.com/review_agree and seeing a blank page. WebObjects/iTunesConnect.woa/ra/ui/log:1 Failed to load resource: the server responded with a status of 401 ()
                    
                  
                
              
              
                
                Topic:
                  
	
		App Store Distribution & Marketing
  	
                
                
                SubTopic:
                  
                    
	
		App Store Connect
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      I'm experiencing the same issue. No code changes, requests started failing with invalidAuthorization errors.
                    
                  
                
              
              
                
                Topic:
                  
	
		App & System Services
  	
                
                
                SubTopic:
                  
                    
	
		General
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      This is happening to our asdf packages fetched and installed by mise. It has been working flawlessly until today. Now, every other build on Xcode Cloud fails with either this or another asdf dependency. cloning https://github.com/MontakOleg/asdf-mockolo error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502 fatal: expected 'packfile' mise command [git, clone, -q, --depth, 1, https://github.com/MontakOleg/asdf-mockolo, /Users/local/.local/share/mise/plugins/mockolo] exited with code 128 This is really hurting our workflow. Is anyone from Apple able to comment on a solution in progress or a workaround please?
                    
                  
                
              
              
                
                Topic:
                  
	
		Developer Tools & Services
  	
                
                
                SubTopic:
                  
                    
	
		Xcode Cloud
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      Hi! For some reason my DeviceActivityReport sometimes fails to load. I've tried setting up a very simple mock views and displaying a report with a simple Hello world but even that won't work. It prints the following error message in the terminal but doesn't show anything else or any context as to what has gone wrong. Failed to update the client's configuration: Error Domain=DeviceActivityReportService.ReportViewController.ClientError Code=2 (null) It seems like the makeConfiguration method for the report isn't even being invoked. That may though just be an issue with printing messages in the extension. Any help on what could be the issue, or even just a message that you're being the same thing would be greatly appreciated!
                    
                  
                
                    
                      The version 1.16 of my app has been approved by Apple and has Pending Developer Release status. The previous version (currently available on App Store) is 1.13. I created some promo codes for version 1.16. When I use a promo code, the App Store on the device says that the app is downloading but it never appears on my device. If I go to My purchases on the iPhone, the app appears with a cloud icon. I can then download it but the downloaded version is the old one (1.13) ! I am 100% sure that the promo codes were created for the 1.16 version. Why are my promo codes pointing to the previous version (1.13) instead of the new one (1.16) ? Thank you in advance
                    
                  
                
                    
                      status 0 is from back end. if status is 0 it's a fail, when status is 1 it's a success
                    
                  
                
              
              
                
                Topic:
                  
	
		Privacy & Security
  	
                
                
                SubTopic:
                  
                    
	
		General
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      If you are intermittently not getting any responses from APNs, this is likely a network issue in between. You would want to start by finding what the failure is. Have you checked your networking or TCP logs? While it is possible to check why a specific push request may have failed at APNs side, if there is no response to the HTTP/2 request, it is unlikely that the request actually made it.
                    
                  
                
              
              
                
                Topic:
                  
	
		App & System Services
  	
                
                
                SubTopic:
                  
                    
	
		Notifications
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      How to fix 'Command CompileSwift failed with a nonzero exit code' in Xcode?
                    
                  
                
                    
                      Hi there, I used AVAssetWriter to export mp4 file, input audio and video samples are encoded data (aac and h264 samples), sometimes it works well, but sometime it will failed randomly with error code -11800 and underlying code -17771 after calling finishWritingWithCompletionHandler, log looks like this: AVAssetWriter status: Failed, status:err:Error Domain=AVFoundationErrorDomain Code=-11800 The operation could not be completed UserInfo={NSLocalizedFailureReason=An unknown error occurred (-17771), NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x60400008e1d0 {Error Domain=NSOSStatusErrorDomain Code=-17771 (null)}}, status=3 And I notice these logs on Console.app just before the error message: default 17:35:08.380220+0800 MyAPP <<<< FigExportCommmon >>>> remakerFamily_formatWriterErrorOccurred: (0x6140001ba240) default 17:35:08.380561+0800 MyAPP <<<< FigExportCommmon >&
                    
                  
                
                    
                      Hello, thank you for reaching out. So when you receive the notification, your server then responds with an HTTP 200 status code. That is the response we are expecting there.
                    
                  
                
              
              
                
                Topic:
                  
	
		App Store Distribution & Marketing
  	
                
                
                SubTopic:
                  
                    
	
		App Store Connect
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      Hi there,we also ran into the same problem. We were able to fix it by sorting the stream playlist items in the master m3u8 file by bandwidth in descending order. This approach was also mentioned in session 503 of WWDC 2016 @ 33:15 (https://developer.apple.com/videos/play/wwdc2016/503) to better estimate the initial quality of the HLS playback.Cheers!Update:After sorting the playlist items, the problem reappeared eventually. After another debugging session with different HLS streams, we noticed that downloaded HLS streams adhere to the `Cache-Control` HTTP header of the playlist URLs. In our case, a `must-revalidate` was included in the header value. This value led to the described problem after the cache became stale/expired (`max-age` value in `Cache-Control` header). Choosing an appropriated header value without including `must-revalidate`, resolved the problem instantly for us in a reproducible manner.
                    
                  
                
              
              
                
                Topic:
                  
	
		Media Technologies
  	
                
                
                SubTopic:
                  
                    
	
		Streaming
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      Error Report: Encountered an error communicating with IBAgent-iOS. (Failure reason: IBAgent-iOS (13961) failed to launch and exited with status 6): Failed to launch IBAgent-iOS via CoreSimulator spawn: Failed to handshake with platform tool (Failure reason: Failed to keep platform tool alive): Failed to keep launch platform tool and keep alive: Failed to communicate with helper tool (Failure reason: The tool closed the connection) Error Domain=com.apple.InterfaceBuilder Code=-1 Encountered an error communicating with IBAgent-iOS. UserInfo={NSLocalizedFailureReason=IBAgent-iOS (13961) failed to launch and exited with status 6, NSUnderlyingError=0x7fbfcf4117a0 {Error Domain=com.apple.InterfaceBuilder Code=-1 Failed to launch IBAgent-iOS via CoreSimulator spawn UserInfo={NSLocalizedDescription=Failed to launch IBAgent-iOS via CoreSimulator spawn, NSUnderlyingError=0x7fbfe404f070 {Error Domain=com.
                    
                  
                
              
              
                
                Topic:
                  
	
		Developer Tools & Services
  	
                
                
                SubTopic:
                  
                    
	
		Xcode
		
  	
                  
                
              
              
                Tags:
              
              
              
            
          
                    
                      Yes Quinn, as! cast causes the crash  EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0).It looks like only this typecasting from SecKey to SecKeychainItem has issue else following code (to typecast CFTypeRef to SecKeychainItem) works fine and give SecACL just fine: var status = SecItemCopyMatching(getquery as CFDictionary, &item) //let dict = item as! CFDictionary guard status == errSecSuccess else { DLog(message: Keychain lookup failed error : (SecCopyErrorMessageString(status, nil)! as String)) return nil } let key = item as! SecKeychainItem var secAccess : SecAccess? status = SecKeychainItemCopyAccess(key, &secAccess) guard status == errSecSuccess, secAccess != nil else { DLog(message: Could not get SecAccess : (SecCopyErrorMessageString(status, nil)! as String)) return nil }Also, would it be possible to update the ACL of this keychain item by the owner of the key i.e. daemon? When we call SecKeychainItemSetAccess
                    
                  
                
              
              
                
                Topic:
                  
	
		Privacy & Security
  	
                
                
                SubTopic:
                  
                    
	
		General
		
  	
                  
                
              
              
                Tags: