Unity-Technologies / NativeAudioPlugins

MIT License
135 stars 28 forks source link

XCode project needs to be updated #8

Closed Tak closed 8 months ago

Tak commented 2 years ago

I am getting this when building: unsealed contents present in the bundle root Command CodeSign failed with a nonzero exit code

See https://stackoverflow.com/questions/25950544/codesign-what-are-unsealed-contents

cerkut commented 1 year ago

I erased the AudioPluginDemo.bundle under /Assets/Plugins then recompiled. It creates the AudioPluginDemo.bundle without this cryptic messages on M1 (after changing the BaseSDK, archs, etc in the project). Hope this helps.

AlexxUnity commented 8 months ago

Should be good after merging #13 (hey @cerkut !)