Hi,
This is in Xcode 15.2 (15C500b), macOS Sonoma 14.2.1 on M1 Pro.
Steps:
- Create a new project of type Framework
- Add a new Metal Library target
- Select the schema for the newly created Metal Library target or add a dependency to the framework and select the framework schema
- Build
Throws:
Multiple commands produce '/Users/.../Library/Developer/Xcode/DerivedData/test_framework-ditkrfuwxcsuelfrvnlbjntbpvgq/Build/Products/Debug-iphoneos/mymetallib.metallib'
Target 'mymetallib' (project 'test_framework'): MetalLink /Users/.../Library/Developer/Xcode/DerivedData/test_framework-ditkrfuwxcsuelfrvnlbjntbpvgq/Build/Products/Debug-iphoneos/mymetallib.metallib
Target 'mymetallib' (project 'test_framework') has link command with output '/Users/.../Library/Developer/Xcode/DerivedData/test_framework-ditkrfuwxcsuelfrvnlbjntbpvgq/Build/Products/Debug-iphoneos/mymetallib.metallib'
Thanks