-
Notifications
You must be signed in to change notification settings - Fork 433
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
Starting with an Swift UI application in Xcode
- Single View App
- Enter Required Info
- Unchecked Include Unit Tests / Include UI Tests
- Went to add package dependency
- Used the following url
https://github.com/grpc/grpc-swift
- Selected Branch and typed in nio
- Confirmed that under Package Product the only fields were GRPC | Library | Name Of Project
- Clicked Finish
- Went to SceneDelegate.swift then proceeded to type in import SwiftGRPC
- Resulting error of
No such module SwiftGRPC
- Types in GRPC instead via this route and has no issues
- Import the .grpc and .pb.swift files as mentioned here, medium starter
- As a result inside of the files the following message is shown in step 10.
Unsure of how to proceed based upon the documentation in the readMe, also looking into the following Stack Overflow thread this solution did not appear to work either. Any help would be appreciated.
Thanks
Complete output when running grpc-swift, including the stack trace and command used
No such module `SwiftGRPC`
Environment
Key Value OS Version 10.15.3 Swift Version 5.1.3 Xcode Version 11.3.1 gRPC-Swift Version 1.0.0-alpha.9 gRPC-Swift Version 1.0.0-alpha.9 protoc Version 3.11.3 protoc-gen-swift Version 1.5.0 protoc-gen-swiftgrpc Version ?.?.?
Metadata
Metadata
Assignees
Labels
No labels