Just clear your package cache
Post
Replies
Boosts
Views
Activity
The stripping process can be customized by adding a custom link.xml file to the Assets folder of your Unity project. This specifies which types and namespaces should be excluded from stripping.
link.xml
<linker>
<assembly fullname="Apple.Core" ignoreIfMissing="1" preserve="all"/>
</linker>