iOS Question Error with Apple Configurator 2 way

jahswant

Well-Known Member
Licensed User
Longtime User
Why I'm I always falling in this error with the new Apple Configurator 2 way ?

Install Automation tools : OK
Check use Apple Configurator to install : OK

ERROR CODE:
Sending data to remote compiler.    Error
Error: cfgutil: error: Error Domain=NSURLErrorDomain Code=-1001 "La requête a expiré." UserInfo={_kCFStreamErrorDomainKey=4, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <A0648A51-4A29-4D96-A69B-E23715074E82>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <A0648A51-4A29-4D96-A69B-E23715074E82>.<1>"
), NSLocalizedDescription=La requête a expiré., NSErrorFailingURLStringKey=https://s.mzstatic.com./version, NSErrorFailingURLKey=https://s.mzstatic.com./version, _kCFStreamErrorCodeKey=-2102}
 

jahswant

Well-Known Member
Licensed User
Longtime User
Please help me understand. Does it work or not?
I did all configs as required. I installed automation tools. When I run with bridge all is OK. I debug well. But when I check use AC2 then I fall in time-out issue cited above.
 
Upvote 0

jahswant

Well-Known Member
Licensed User
Longtime User
I just tried with the command line. Still same error from terminal. Seems like a time out issue.
B4X:
cfgutil: error: Error Domain=NSURLErrorDomain Code=-1001 "La requête a expiré." UserInfo={_kCFStreamErrorDomainKey=4, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <E4936542-A26B-4B9B-A4C0-719473D057D8>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <E4936542-A26B-4B9B-A4C0-719473D057D8>.<1>"
), NSLocalizedDescription=La requête a expiré., NSErrorFailingURLStringKey=https://s.mzstatic.com./version, NSErrorFailingURLKey=https://s.mzstatic.com./version, _kCFStreamErrorCodeKey=-2102}

Edit
I just tried with
B4X:
cfgutil list
sitll fall in same time out issue.
 
Last edited:
Upvote 0

jahswant

Well-Known Member
Licensed User
Longtime User
I found that we need internet connection this morning. Sseems like you can't use AC2 without internet. Seems logical because they check what is entering the device and with which certificate.
 
Upvote 0
Top