grpc-swift integration #22
mateuszfidos
started this conversation in
General
Replies: 1 comment 1 reply
-
I'm not near a computer now but one thing comes to mind. Have you tried doing it from an Intel Mac? I've had problems linting from m1 before as well, while it worked from Intel. I would recommend switching to SPM if you can. That seems to be the primary supported environment for Swift gRPC. Their podspec lags behind their SPM package for most releases, and it's also the environment that I personally dogfood for my library. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I'm trying to build a framework that's built on
grpc-swift
among some other ones but I'm having problemslinting
my.podspec.
I keep getting linker errors related toNIOPosix
and somesymbol(s) not found for architecture arm64
. I thought that maybe I'm doing smth wrong so I decided to check out your library - as it also depends ongrpc-swift
- but when I'mlinting
your podspec locally (pod lib lint
) I get the same errors.Have you experienced any issues while
linting
? Maybe you know about this issue and have a solution?Any help would be appreciated.
I'm on mac m1, osx 12.1, xcode 13.2.1, cocoapods v.1.11.2
Beta Was this translation helpful? Give feedback.
All reactions