Hive Hive
Sign in

Place proto files in the Xcode Sources build phase

Metadata
Source
GitHub
Version
4.201.0-canary.16
Published
Jun 19, 2026 · 10:29 UTC
Repository
tuist/tuist
Update

Tuist now treats .proto files as valid source files and places them in Xcode’s Sources build phase instead of handling them as resources. This makes Xcode build tool plugins, including the gRPC Swift protobuf generator, receive the target input files they expect. Note that Xcode may still emit a no-rule-to-process warning for proto files; this change does not suppress that warning.