-
Notifications
You must be signed in to change notification settings - Fork 11
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] Add podspec #5
Conversation
Why the HEADER_SEARCH_PATHS change? Would you add a |
Yep, working on the CI stuff..
This was tricky to figure out. With the old diff, the library would not build due to missing header errors. Example:
The values passed to
But those directories do not exist:
Here's the tree of that parent directory for this non-existent path:
Interestingly, there is an empty I looked at what Firebase podspecs do, and they use the On my machine, this gets resolved to I suspect this has something to do with the old diff pointing to sources outside of the repo containing the podspec. That was the only significant difference I could think of. |
Interesting. Presumably the old podspec never tested with |
Post merge, I will tag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after fixing CI warnings
Pushed a tag, but ran into problems staging the pod:
Will investigate tomorrow... |
It appears I needed to quit Xcode 15 before |
@ncooke3 I'm able to run |
Compare with https://github.com/firebase/leveldb-library-podspec: