Description
Apple platform
iOS
Framework version
net9.0-*
Affected platform version
VS 2022 17.14.4, dotnet 9.0.300
Description
I've got a binding project and when I try to deploy to simulator or development device I'm getting the following error:
Could not copy the file "C:\xxxx\AudioKitFrameworkProxyCore.Binding\bin\Debug\net9.0-ios\AudioKitFrameworkProxyCore.Binding.resources\AudioKitFrameworkProxy.framework\_CodeSignature\CodeResources" because it was not found.
Seems to be a code signing issue. Under Xamarin, my binding project had no bundle signing options or anything like that, but they are there under VS2022 for MAUI. I set the Signing Identity/Provisioning Profile to the same settings that are in my main iOS project but I still get this error.
Can someone telling me what I'm missing?
Steps to Reproduce
Create a binding project for an iOS project and deploy.
Did you find any workaround?
No response
Build logs
No response