-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
on CircleCI: missing required modules: 'SSCZLib', 'SSCommonCrypto' #437
Comments
We're experiencing the same issue, on our CI. Also, if I build Starscream locally on my machine it works fine. If other developers on my team pull my changes, they get the same error message. |
@Jesper84 exactly the same.
after this, your team would need to build Starscream once on their machine, and should work afterwards. Would not need to build everytime you push and they pull. |
We'll try that. Thanks. Did it also fix the problem on your CI? |
on our CI, this issue is resolved by building Starscream everytime (only starscream, rest are pre-built). Which eats up precious minutes on CI and we are charged for it 😅 |
@daltoniam Have you experienced something like this? |
I'm not sure on this. I personally haven't use Carthage in a CI project before, so I have no idea. I think I have the configuration files setup properly, but if anyone knows more about Carthage and can issue a PR to help with this, I'd be happy to accept. |
Will this also be fixed by #461? |
Version 3.0.5 has been released. It has #461 in there, so let me know if that fixes it. |
@daltoniam |
We are also experiencing this issue with the latest version and use of CI. |
Please check with 3.0.6 version we're using now system frameworks. Reopen the issue if the issue still exists. |
Hi,
I am using Carthage to build StarScream and have added the built frameworks in repo so that they do not require re-building on CI.
Since I upgraded to swift4 and using latest version of StarScream, i am getting this error on CI
This is usually fixed by running carthage build command on CI, but rebuilding means longer build times on CI.
Is there a way to mitigate this issue?
The text was updated successfully, but these errors were encountered: