Seung-Un Ham
Seung-Un Ham
I'm having the same problem as as @pacu. I did not specify a version `s.dependency 'gRPC-Swift'` so would have downloaded the latest version (1.7.1.), even looking at the log, it...
Yea, then my hypothesis is wrong but the error's still there. So maybe it's caused by some other reason. Does "pod lib lint" work successfully with the project link that...
For me I'm still getting the same below error ``` Undefined symbols for architecture x86_64: "_catmc_nio_atomic__Bool_compare_and_exchange", referenced from: NIOPosix.PendingDatagramWritesManager.add(envelope: NIOCore.AddressedEnvelope, promise: ```
@Lukasa @FranzBusch It has been over a month since this issue opened (March 11th). Is someone looking into this? Does it look like this is a complicated problem and will...
One of the weird things is I was able to successfully install grpc-swift as dependency and use it on March 9, 2022 9:36 PM. But something changed since then and...
gRPC-ProtoRPC grpc objc gets installed as dependency successfully so I guess I'll use this until grpc-swift/cocoapods gets fixed.
I'm getting the same error on https://github.com/pytorch/ios-demo-app/tree/master/HelloWorld. ``` ld: in /Users/steve.ham/Downloads/ios-demo-app-master/HelloWorld/HelloWorld/Pods/LibTorch-Lite/install/lib/libtorch.a(empty.cpp.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/steve.ham/Downloads/ios-demo-app-master/HelloWorld/HelloWorld/Pods/LibTorch-Lite/install/lib/libtorch.a' for architecture arm64 clang: error:...
Strangely if I install 'LibTorch-Lite' with 'OpenCV' the project runs on simulator too. ``` platform :ios, '12.0' target 'HelloWorld' do pod 'LibTorch-Lite' pod 'OpenCV' end ```
I'm getting the same error on https://github.com/pytorch/ios-demo-app/tree/master/HelloWorld. ``` ld: in /Users/steve.ham/Downloads/ios-demo-app-master/HelloWorld/HelloWorld/Pods/LibTorch-Lite/install/lib/libtorch.a(empty.cpp.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/steve.ham/Downloads/ios-demo-app-master/HelloWorld/HelloWorld/Pods/LibTorch-Lite/install/lib/libtorch.a' for architecture arm64 clang: error:...
Strangely if I install 'LibTorch-Lite' with 'OpenCV' the project runs on simulator too. ``` platform :ios, '12.0' target 'HelloWorld' do pod 'LibTorch-Lite' pod 'OpenCV' end ```