-
Re: Constant "Your session has expired" (error 1100)
Nuance Aug 23, 2018 12:26 PM (in response to julian87)Was this issue resolved? And if so how was it solved? Thanks
-
Re: Constant "Your session has expired" (error 1100)
Safari Sight Sep 29, 2018 4:31 AM (in response to Nuance)Same here... does anyone know why this is happening?
-
-
Re: Constant "Your session has expired" (error 1100)
flabrie-cgi Oct 16, 2018 10:47 AM (in response to julian87)I have the same issue using Xcode 10, and I cannot find a fix... Please help!
-
Re: Constant "Your session has expired" (error 1100)
mattmartindale Nov 5, 2018 11:37 AM (in response to julian87)I am also seeing this error on our continuous integration (Jenkins) servers. It works fine when invoked manually, but it has a problem connecting if it's invoked via a Jenkins job. Any help would be greatly appreciated! It's such a pain to manually keep provisioning profiles in sync on multiple CI/CD servers because of this error
-
Re: Constant "Your session has expired" (error 1100)
pepelwerk Dec 10, 2018 6:11 AM (in response to julian87)I am having the same issue, running command on the mac terminal locally works, but executing the same command remotely using a shell script fails with the error. Other commands like build and archive works without any errors.
Issue encountered on when export achive is executed.
Please advise what parameters are required to execute successfully.
xcodebuild -exportArchive -archivePath ios/build.xcarchive -exportOptionsPlist exportOptions.plist -exportPath ios/build
2018-12-10 05:41:11.004 xcodebuild[92132:228593] DVTPortal: Service '<DVTPortalViewDeveloperService: 0x7fa4f49f78b0; action='viewDeveloper'>' encountered an unexpected result code from the portal ('1100')
2018-12-10 05:41:11.004 xcodebuild[92132:228593] DVTPortal: Error:
Error Domain=DVTPortalServiceErrorDomain Code=1100 "Your session has expired. Please log in." UserInfo={payload=<CFBasicHash 0x7fa4f4a85bb0 [0x7fff952ebb30]>{type = mutable dict, count = 9,
entries =>
0 : responseId = <CFString 0x7fa4f4a7fe30 [0x7fff952ebb30]>{contents = "96dd90f2-0d7d-4901-b7b2-ca2d2deb5509"}
2 : <CFString 0x7fff9520eb98 [0x7fff952ebb30]>{contents = "protocolVersion"} = QH65B2
3 : <CFString 0x7fa4f45e19e0 [0x7fff952ebb30]>{contents = "requestUrl"} = <CFString 0x7fa4f47c5c60 [0x7fff952ebb30]>{contents = "https://developerservices2.apple.com/services/QH65B2/viewDeveloper.action"}
6 : <CFString 0x7fa4f45d4280 [0x7fff952ebb30]>{contents = "userLocale"} = en_US
8 : resultCode = <CFNumber 0x44c37 [0x7fff952ebb30]>{value = +1100, type = kCFNumberSInt64Type}
9 : userString = <CFString 0x7fa4f4ab4e90 [0x7fff952ebb30]>{contents = "Your session has expired. Please log in."}
10 : <CFString 0x7fa4f45ee740 [0x7fff952ebb30]>{contents = "resultString"} = <CFString 0x7fa4f45e8160 [0x7fff952ebb30]>{contents = "authentication.failed"}
11 : httpCode = <CFNumber 0xc837 [0x7fff952ebb30]>{value = +200, type = kCFNumberSInt64Type}
12 : <CFString 0x7fa4f45f4b60 [0x7fff952ebb30]>{contents = "creationTimestamp"} = <CFString 0x7fa4f45cc290 [0x7fff952ebb30]>{contents = "2018-12-10T13:41:10Z"}
}
, NSLocalizedDescription=Your session has expired. Please log in.}
Please help
-
Re: Constant "Your session has expired" (error 1100)
jose@fyde Jan 6, 2019 9:16 PM (in response to pepelwerk)I was able to fix this by unlocking the keychain remotely with
security unlock-keychain -p PASSWORD
-
-
Re: Constant "Your session has expired" (error 1100)
graham-snapkitchen May 13, 2019 12:00 PM (in response to julian87)A reboot of the Mac resolved this in my case.
-
Re: Constant "Your session has expired" (error 1100)
navil May 29, 2019 7:23 AM (in response to julian87)im looking for some assistance on this one too please...
-
Re: Constant "Your session has expired" (error 1100)
tsk42 Aug 27, 2019 12:40 PM (in response to julian87)Has anyone fixed this issue? We're seeing it constantly in our CI server when kicking off jobs.
-
Re: Constant "Your session has expired" (error 1100)
iosrobot Oct 22, 2019 12:24 PM (in response to julian87)Still happening in Oct 2019. I've tried all of the suggestions above with no luck. If anyone has a solution or workaround, please share!