Pacu
Pacu
Surprisingly none!
Hi @rfk Thanks for your quick response! We use Rust and its FFI quite extensively in our projects and are quite interested and motivated to learn more about uni-ffi. I,...
Yes sure. I apologize. I got anxious and forgot to add version of the package I'm using. 😅 which is 1.0.0 This is the output of the `pod trunk push`...
@steve-ham thanks for putting this together. I cloned your repo and tried to do `pod lib lint --verbose 2> error_log.txt 1> error_log.txt` this is the error I got. error_log.txt [error_log.txt](https://github.com/grpc/grpc-swift/files/8234330/error_log.txt)
I don't know how I did it but it stopped happening in my case. Super weird
The issue came back out of nowhere again. ```` "_catmc_nio_atomic_long_add", referenced from: NIOPosix.MultiThreadedEventLoopGroup.next() -> NIOCore.EventLoop in MultiThreadedEventLoopGroup.o function signature specialization of NIOPosix.MultiThreadedEventLoopGroup.init(threadInitializers: [(NIOPosix.NIOThread) -> ()], selectorFactory: () throws -> NIOPosix.Selector)...
The same code succeeded building when I ran it through CI. Bitrise does not give me information about the mac used being M1 or Intel so this could be related...
> I don't think the processor architecture is likely to be relevant here. What version of the cocoapods are you using? 1.11.3
``` Installing SwiftNIO (2.40.0) Installing gRPC-Swift (1.7.3) ```
I'm running `pod lint lib` on this Pod https://github.com/zcash/ZcashLightClientKit/ ``` /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild clean build -workspace /var/folders/zd/zss_3kv112337jq_8hm28j540000gn/T/CocoaPods-Lint-20220511-6135-aqliu8-ZcashLightClientKit/App.xcworkspace -scheme App -configuration Release CODE_SIGN_IDENTITY=- -sdk iphonesimulator -destination id=C568B267-EEC1-45F1-B6D3-39DD9B0CB099 User defaults from command line: IDEPackageSupportUseBuiltinSCM...