spotify / XCRemoteCache

Other
833 stars 52 forks source link

XCRemoteCache disabled with error: 403 rate limit exceeded #26

Closed ruzhuxiaogu closed 2 years ago

ruzhuxiaogu commented 2 years ago

XCRemoteCache disabled with error: 403 rate limit exceeded

polac24 commented 2 years ago

Hi @ruzhuxiaogu! Can you provide more context when did that error happen? Was that coming from the cocoapods plugin in the pod install phase maybe?

ruzhuxiaogu commented 2 years ago

Thanks for your reply, this question is solved, but when excute pod install, a new question occured, [XCRC] XCRemoteCache failed with an error: undefined method `[]' for false:FalseClass.

polac24 commented 2 years ago

We definitely can improve error handling here.

To get an underlying error message, you can call from your root directory: XCRC/xcprepare --configuration Debug --platform iphonesimulator. For detailed logs, you can then call log show --predicate 'sender == "xcprepare"' --style compact --info --debug -last 5m

polac24 commented 2 years ago

The original problem seems to be solved.