-
Couldn't load subscription status.
- Fork 153
CocoaPods fix #589
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
CocoaPods fix #589
Conversation
- Explicit setup of Xcode and CocoaPods - Upload validation directory on failure
|
Unfortunately we might need to replace Swift-Log if we want to continue to support Cocoapods : |
|
The issue stems from the fact that Cocoapods is no longer officially supported for swift-log. As a result, the Podspec for swift-log hasn’t been updated since the release of VisionOS, and when we recently added VisionOS as a supported target in our Podspec (#587), this introduced an error. Short of dropping support for Cocoapods or replacing swift-log, a potential solution is to build swift-log as a binary XCFramework which Cocoapods can depend on. |
Remove tvOS and visionOS as Cocoapods deployment targets
Failure was caused by unsupported Swift flag.
| spec.tvos.deployment_target = "17.0" | ||
| spec.visionos.deployment_target = "1.0" |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Summary of changes:
Note:
COCOAPODS_TRUNK_TOKENmust be set in the repository’s secrets before using the push workflow.