Search results for

Request failed with http status code 503

190,941 results found

Post

Replies

Boosts

Views

Activity

Error: Failed with Exit Code 1
Trying to get my App Updated. Getting Error: Failed with Exit Code 1. I get this Message:/Users/XCODE User/Library/Developer/Xcode/DerivedData/snhdfulltwo-gcolusufnwanpucbuotwpflksyqp/Build/Products/Debug-iphoneos/snhdfulltwo.app/Frameworks/libswiftCore.dylib: code object is not signed at all Codesigning /Users/XCODE User/Library/Developer/Xcode/DerivedData/snhdfulltwo-gcolusufnwanpucbuotwpflksyqp/Build/Products/Debug-is/snhdfulltwo.app/Frameworks/libswiftCore.dylib /usr/bin/codesign --force --sign E89ED6738A4C93319277F0DE1B85A8510D212F2A --verbose /Users/XCODE User/Library/Developer/Xcode/rivedData/snhdfulltwo-gcolusufnwanpucbuotwpflksyqp/Build/Products/Debug-iphoneos/snhdfulltwo.app/Frameworks/libswiftCore.dylib /Users/XCODE User/Library/Developer/Xcode/DerivedData/snhdfulltwo-gcolusufnwanpucbuotwpflksyqp/Build/Products/Debug-iphoneos/snhdfulltwo.app/Frameworks/libswiftCore.dylib: errSecInternalComponent error: Failed with exit code 1It could be in my Code
16
0
20k
Aug ’19
Reply to I am getting validation error message creating sandbox tester account.
I am facing the exactly same problem. I inspected the network requests and in the POST request https://appstoreconnect.apple.com/iris/v1/userInvitations the response is:{ errors : [ { id : dd7b9258-d992-41db-a9fc-fdd18557db80, status : 409, code : ENTITY_ERROR.ATTRIBUTE.INVALID, title : The provided entity includes an attribute with an invalid value, detail : Individual can't have provisioning privilege., source : { pointer : /data/attributes/provisioningAllowed } } ] }I tried with an Apple ID associated account and one that is not associated. Also, the developer account that I am trying to give access didn't not have two-factor authtentication enabled.
Mar ’19
Reply to How to listen for Privacy & Security > Automation > System Events status changes in MacOS Swift
Thanks for your response! I tried using AEDeterminePermissionToAutomateTarget but got no response on Xcode Version 15.2 (15C500b) and MacOS 13.5. I think my app has a similar issue to this thread https://developer.apple.com/forums/thread/666528. I would like to check permission before running Apple Script from my app so I use my Bundle.main.bundleIdentifier in determinePermission() function. Here is my code, check() function and request() function does not return anything : protocol AppAccess { typealias Status = AppAccessStatus func check() -> Status func request() -> Status } enum AppAccessStatus { case granted, denied, requiresConsent, notRunning, unknown(Int) } class AppAccessImpl: AppAccess { func check() -> Status { guard #available(OSX 10.14, *) else { return .granted } return determinePermission(ask: false) } func request() -> Status { guard #available(OSX 10.14, *) else { return .granted } return det
Topic: Programming Languages SubTopic: Swift Tags:
Mar ’24
Xcode failed with exit code 1
I will start off by saying that I am very new to programming and xcode but I had this issue that no one could fix. Note: This is not my program but this is how the story begins: I close xcode then reopen it, run the program and it says build failed, I investigate and click the warning symbol, it shows me a line of text saying:Command /usr/bin/codesign failed with exit code 1 (screenshot below). I get on livechat, they advise me to delete xcode and reinstall it so I did. Because that didn't work they then said restart your computer, I did. They then said that it was because of the program I was using and that it was outdated and they told me to maybe find a newer program, I did (also didn't work). Now I am here, stuck, can't find a single answer related to my problem on the whole internet.I investigated into the issue, it told me to go into a cirtian folder, in that folder was a single document with a cross on it, I opened it and it said You can’t open the application “Pokemon WebSpo
0
0
1.1k
Aug ’16
Reply to In-app purchase items are not correctly fetched only by the App Review team causing rejection multiple times!
7th submission to the App Review: despite believing that there is actually a bug in the App Review environment (as it happened in the past see: https://twitter.com/JPEGuin/status/1174217758604705792), I modified the following (as suggested by some persons in the developer forum): 1- I deleted fetching the in-app items immediately after launching my app; 2- I made the code of the 2 methods: productsRequest(_ request: SKProductsRequest, didReceive response and request(_ request: SKRequest, didFailWithError inside DispatchQueue.main.async {code} ; 3- I uploaded a demo video for the App Review team within this 7th submission to show that all works fine with my sandbox users; 4- I added a note for the App Review team to validate the in-app items (attached with my build) since they have to be validated within my app binary in the same time. Hope this will work !!
Topic: App & System Services SubTopic: StoreKit Tags:
Aug ’21
Code signature validation failed fatally
seeing this error when I am trying to install my network extension: macvnodecheck_signature: /Applications/PetraNat.app/Contents/MacOS/PetraNat: code signature validation failed fatally: When validating /Applications/PetraNat.app/Contents/MacOS/PetraNat: Code has restricted entitlements, but the validation of its code signature failed. Unsatisfied Entitlements: It was installed normally in the build environment, In a MAC PC other than the build environment, the above error message occurs and the installation fails. I saw the comments you left on the apple developer forum $codesign -d --entitlements :- /Applications/PetraNat.app com.apple.application-identifier VAAXCYD42V.com.Sinsiway.PetraNat com.apple.developer.networking.networkextension app-proxy-provider com.apple.developer.system-extension.install com.apple.developer.team-identifier VAAXCYD42V com.apple.security.app-sandbox com.apple.security.application-groups VAAXCYD42V.com.Sinsiway.PetraNat
1
0
610
Nov ’20
Reply to TestFlight testers status is blank
This has returned - I have a distribution group of 115 testers that has a valid, active build in the Testing status. Over half of the users in this group are now showing a status of - and I am getting reports that some cannot download the latest version (the TestFlight app is requesting a code). Removing then re-adding the users does no good - they come back into the list as -.
Oct ’23
Exporting Localizations for Workspace fails with "ComputeTargetDependencyGraph failed with a nonzero exit code"
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
0
0
687
May ’24
NEVPNErrorDomain Code=5 "IPC failed"
While loading preferences from NETunnelProviderManager with API loadAllFromPreferencesWithCompletionHandler , I get error Error Domain=NEVPNErrorDomain Code=5 IPC failed UserInfo={NSLocalizedDescription=IPC failed}. This happens very rarely. Any idea what could be leading to this IPC failure. Sys diagnostics around same time com.apple.networkextension default 3374 2023-03-31 13:52:27.010705 -0700 TestApp Received a com.apple.neconfigurationchanged notification with token 105 com.apple.networkextension default 3374 2023-03-31 13:52:27.010720 -0700 TestApp Lost connection to nehelper: Connection interrupted com.apple.networkextension error 3374 2023-03-31 13:52:27.010752 -0700 TestApp Failed to send a 6 message to nehelper: <dictionary: 0x25c06da80> { count = 1, transaction: 0, voucher = 0x0, contents = XPCErrorDescription => <string: 0x25c06dc18> { length = 18, contents = Connection invalid } } com.apple.networkextension default 3374 2023-03-31 13:52:27.010855
0
0
1.1k
Apr ’23
iOS 9.1 - HTTP Request timing out on device, fine on simulator
Hi All,Having a strange issue here having just updated to iOS 9.1...I'm running Xcode 7.1 on El Capitan 10.11.1 and am running my app in the simulator (iOS 9.1) which makes requests over HTTP to a server on my local network. I have my plist updated to Allow Arbitrary Loads and all is working well. However when I run the app on my iPhone 6 (iOS 9.1) the requests keep timing out:Error Domain=NSURLErrorDomain Code=-1001 The request timed out. UserInfo={NSUnderlyingError=0x1004c09b0 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 The request timed out. UserInfo={NSErrorFailingURLStringKey=http://192.168.1.100:8080/jsonrpc, NSErrorFailingURLKey=http://192.168.1.100:8080/jsonrpc, _kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4, NSLocalizedDescription=The request timed out.}}, NSErrorFailingURLStringKey=http://192.168.1.100:8080/jsonrpc, NSErrorFailingURLKey=http://192.168.1.100:8080/jsonrpc, _kCFStr
1
0
3k
Oct ’15