Commit 3cf1cb6
authored
Cannot use Metal properly with Swift Packages (#8976)
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 entitlement1 parent d120823 commit 3cf1cb6
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
136 | 139 | | |
137 | 140 | | |
138 | 141 | | |
| |||
0 commit comments