-
Notifications
You must be signed in to change notification settings - Fork 452
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
Get CocoaPods working again #1334
Comments
Looking at Firebase, there may be a way to do this by publishing multiple podspecs. |
thomasvl
added a commit
to thomasvl/swift-protobuf
that referenced
this issue
Nov 9, 2022
Model what Firebase seems to do, have a podspec for each of the modules and have dependencies between them. Add a helper to the Makefile for running `pod lib lint`. Update the docs on what publishing is likely going to take. Fixes apple#1334
thomasvl
added a commit
to thomasvl/swift-protobuf
that referenced
this issue
Nov 9, 2022
Model what Firebase seems to do, have a podspec for each of the modules and have dependencies between them. Add a helper to the Makefile for running `pod lib lint`. Update LibraryVersions.py to handle the multiple podspecs. Update the docs on what publishing is likely going to take. Fixes apple#1334
thomasvl
added a commit
that referenced
this issue
Nov 9, 2022
Model what Firebase seems to do, have a podspec for each of the modules and have dependencies between them. Add a helper to the Makefile for running `pod lib lint`. Update LibraryVersions.py to handle the multiple podspecs. Update the docs on what publishing is likely going to take. Fixes #1334
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Post #1331,
pod lib lint SwiftProtobuf.podspec
fails because the sources have changed layout.When we add
products
to the Package.swift, we'll want subspecs, but for the time being what we conceptually want is probably:However that will still fail because the code expects to be compiled into two modules, which isn't what CocoaPods does even if it were
subspecs
fyi @gjcairo @FranzBusch
The text was updated successfully, but these errors were encountered: