-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xcodebuild is failed #137
Comments
Can you provide complete verbose output from the build command? swift-nio-transport-services does express a dependency on |
@Lukasa Thanks for your quick response. After re-applying Hedera-Protobuf-Swift pacakge, similar error is occured in
Let me come back here if the problem is reproduced on swift-nio-transport-services. |
This update strongly implies something is odd about the way you're building: it seems like this would affect SwiftPM in general. I don't think NIOCore is particularly unusual as a SwiftPM target. |
Expected behavior
My framework project uses Hedera-Protobuf-Swift which uses grpc-swift and it has a dependencies with swift-nio libraries including swift-nio-transport-services.
I don't use NIOCore in my code and there is no problem.
It is ok when I build and run on xcode and it should be successful with xcodebuild command.
Actual behavior
xcodebuild command build fails with error log which ends with following lines.
Steps to reproduce
If possible, minimal yet complete reproducer code (or URL to code)
[anything to help us reproducing the issue]
SwiftNIO version/commit hash
grpc-swift 1.6.1
swift-nio 2.36.0
swift-nio-extras 1.10.2
swift-nio-http2 1.19.1
swift-nio-ssl 2.17.1
swift-nio-transport-services 1.11.3
[the SwiftNIO tag/commit hash]
Swift & OS version (output of
swift --version && uname -a
)swift-driver version: 1.26.21 Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
Target: x86_64-apple-macosx11.0
Darwin Chriss-MacBook-Pro.local 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64
XCode Version 13.2.1 (13C100)
The text was updated successfully, but these errors were encountered: