-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to build xcode project as Producer #195
Comments
cc: @polac24 |
I would check first why the server returns 413 in the upload (too large file)
or 404:
|
@polac24 i'm not sure why the server return 413, since the docker already running when i open server URL from browser i get 403, can you help me to find how to test it and find the root cause, can i use curl or postman to replicate it upload process? |
Yes, curl is enough. After a build, in DerivedData, find a file with the same filename (e.g.
|
Hi @polac24 sorry for late update, i try to find the .zip file but i can not find it inside build directory
I don't think i have changed my xcode setting, i just wondering why it use |
Yes:
|
Hi @polac24 i have tried it to build using xcodebuild and i got the output xcodebuild command
xcremotecache log
i am not sure what is happened, do you know why? |
That is probably because of Xcode 14.3, should be fixed in #205 |
That PR seems work, but i still have problem since i can not send artifact to my server
i also trying to upload manually via curl
output:
|
since |
My integration setup
[x] CocoaPods cocoapods-xcremotecache plugin
[ ] Automatic integration using
xcprepare integrate ...
[ ] Manual integration
[ ] Carthage
Expected/desired behavior
Can build producer mode
Minimal reproduction of the problem with instructions
run with xcodebuild
Producer Logs
Consumer Logs
Pods/Carthage file
Environment
gem list cocoapods-xcremotecache
>Post build stats
Others
The text was updated successfully, but these errors were encountered: