Hello.
We've built our app with Xcode cloud until now. And we faced a issue after we changed some dependencies in SPM.
the problems occur while resolving below dependencies
with below message.
xcodebuild: error: Could not resolve package dependencies:
failed downloading 'https://repository.map.naver.com/archive/pod/NMapsMap/3.21.0/NMapsMap.zip' which is required by binary target 'NMapsMapBinary': downloadError("A server with the specified hostname could not be found.")
failed downloading 'https://repository.map.naver.com/archive/pod/NMapsGeometry/1.0.2/NMapsGeometry.zip' which is required by binary target 'NMapsGeometry': downloadError("A server with the specified hostname could not be found.")
is there a way to handle this error by ourselves?
we need your help. thank you.