Results 276 comments of Johannes Weiss

@MrMage I agree with all of that. If we believe we can add that without breaking API, then I think we can close this ticket. We don't need it right...

@KosukeOhmura how do you depend on gRPC Swift? Using Xcode's package support?

@KosukeOhmura could you send me the output of ``` proj=NIOSMTP.xcodeproj; grep -A5 isa\ \=\ XCRemoteSwiftPackageReference "$proj/project.pbxproj"; grep -C10 packageProductDependencies "$proj/project.pbxproj" ``` replacing `NIOSMTP.xcodeproj` with your actual project? And run this...

@KosukeOhmura is your project open-source by any chance so we could have a look?

@KosukeOhmura oh aweseome, that's even better! thank you

@KosukeOhmura Thank you so much, I reproduce! Will track it down and will let you know.

@KosukeOhmura I just noticed that the problem is not GRPC itself. If in Xcode you select the `GRPCSwiftImportChallenge` scheme itself, the build works. ![Screenshot 2020-02-04 at 11 52 18 am](https://user-images.githubusercontent.com/624238/73742655-cd8adf00-4744-11ea-9667-a2946a1c06b2.png)...

@KosukeOhmura just had some folks look at this. The problem with your script is that it doesn't pass `-scheme` to `xcodebuild` which will trigger the legacy builds which are incompatible...

> Will this work if you add the binary to an iOS project? The `-scheme` shouldn't break anything but it'll make the package support work. If you want to make...

@KosukeOhmura Thank you for updating the project. I do reproduce the issue too :(. I'm following up with some folks that are more knowledgeable about `.xcframeworks` than I am. For...