Closed
Description
New Issue Checklist
- Updated grpc-swift to the latest version
- I read the Contribution Guidelines
- I searched for existing GitHub issues(especially, there are many resolved issues related to SSL)
Issue Description
- Clone and make xcode project file:
git clone -b nio https://github.com/grpc/grpc-swift.git
cd grpc-swift
make project
Error - No such file or directory -- fix-project-settings.rb (LoadError)
. This command should be removed from Makefile or fix-project-settings.rb
should be restored.
- Open project > Manage Scheme > add GRPC > build on iOS
Error -Compiling for iOS 8.0, but module 'SwiftProtobuf' has a minimum deployment target of iOS 13.2
. Manual change will helps of course, but it could be that there is a setting for this somewhere and it is possible to make it8.0
during initialization.
Environment
Key Value OS Version 10.14.6 Swift Version 5.1.3 Xcode Version 11.3 gRPC-Swift Version nio
Metadata
Metadata
Assignees
Labels
No labels