grpc / grpc-ios

gRPC for iOS
Apache License 2.0
37 stars 22 forks source link

Add iOS device arch to Cronet framework binary build #119

Open dennycd opened 1 year ago

dennycd commented 1 year ago

Looks like our existing CronetFramework pod only contains x86_64 and i386 but are missing device archs (arm64, armv7). This one tracks adding the missing archs to the pod

$ lipo -info Cronet 
Architectures in the fat file: Cronet are: x86_64 i386