-
Notifications
You must be signed in to change notification settings - Fork 37
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
Missing iosx64 library on jcenter #97
Comments
Hi @amytang0. We haven't yet setup the CI to do iOS and macOS builds of pbandk. We plan to tackle it prior to the 1.0 release of pbandk, but I don't have a specific timeline for that. If you're familiar with CircleCI (or interested in learning), we'd gladly take a pull request to add this. See #88 for details. In the meantime, you'll have to build iOS and macOS libraries locally if you need them for your project. I'll close this as a duplicate of #88. |
How would we go about building the library locally? @garyp |
@KweBoakye You can build it using the typical gradle workflow and then publish the library to your local maven repository: cd pbandk
./gradlew build publishToMavenLocal If you run that command on a macOS machine, then gradle will build the iOS and macOS variants of pbandk and publish them to your local |
We are trying to move our PBAndK-generated protobuf models to a KMM module and while it works great on Android still,
the
./gradlew packForXCode
task fails at./gradlew :compileKotlinIosX64
since the runtime library for ios is not published.Thank you!
The text was updated successfully, but these errors were encountered: