Closed dplewis closed 1 year ago
Interesting that the CI passed for the PR branch but failed for the master branch. Could that be because of the Cache Carthage
step? It could have cached something that is not generated anymore due to the PR, that's why it may still have passed, but then failed on the master branch where there was no cache. If so, then we should probably remove the Cache Carthage
step from the CI to avoid that in the future.
Interesting that the CI passed for the PR branch
Thats old news
Could that be because of the Cache Carthage step?
I already tried that https://github.com/dplewis/Parse-SDK-iOS-OSX/pull/10
Does this affect the SDK when adding it via SPM or only the CI?
Looks like SPM is working but CI using Carthage breaks.
https://github.com/parse-community/Parse-SDK-iOS-OSX/pull/1758
I’ll reopen it after some local trial and error testing
New Issue Checklist
Issue Description