You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot use Metal properly with Swift Packages (#8974)
Cannot use Metal properly with Swift Packages — even with
Apple-recommended plugin workaround
The summary here is that when using xcrun to locate metal, xcodebuild is
invoked which queries MobileAssets for the location of the metal
toolchain. The query to MobileAssets requires the added entitlement.
Reference:
#8930
### Modifications:
Add expected entitlement
0 commit comments