Skip to content

Commit 7f61cad

Browse files
kiddkaffeineflibitijibibo
kiddkaffeine
authored andcommitted
Include note about xattr on Apple platforms
1 parent 870d51b commit 7f61cad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/appendix/Appendix-C:-FNA-on-Apple-Platforms.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ sudo dotnet workload install tvos
2424

2525
macOS, iOS, and tvOS libraries are now built automatically and can be downloaded from [fnalibs-dailies](https://github.com/FNA-XNA/fnalibs-dailies/actions). You may need to be logged into GitHub to download these. Simulator libraries are not currently provided, so you will need to build those yourself if desired.
2626

27+
Note: On newer macOS versions, you may need to run `xattr -c *.dylib` or `xattr -c *.a` on these libraries before using them in your projects to avoid security errors.
28+
2729
### Creating/Publishing a macOS Project
2830

2931
A macOS project is essentially the same as any other .NET Core build; the difference is in the publishing process:

0 commit comments

Comments
 (0)