Hello community,
After watching Wwise Up On Air episode about making custom plugin I decided to try it myself. https://youtu.be/abMtq9nGj8Y
I'm on Mac, so I replaced all the windows specific arguments to Mac ones, for example "Mac" instead of "Windows_vc160" when premake etc. However, when I got to the part where I run "build" command (at around 1:12:40 in the video), it gives me following errors.
MacBook-Pro:LPF username$ python3 "/Applications/Audiokinetic/Wwise 2021.1.10.7883/Scripts/Build/Plugins/wp.py" build Mac -c Debug
Building LPF for Mac in Debug...
Build Command: ['xcodebuild', '-workspace', 'LPF_Mac.xcworkspace', '-scheme', 'LPF', '-configuration', 'Debug', '-quiet']
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:x86_64, id:CDE63DB8-AC24-5C14-8DF4-E4FD78878678 }
{ platform:macOS, name:Any Mac }
note: Building targets in dependency order
/Users/username/Documents/LPF/SoundEnginePlugin/LPF_Mac_shared.xcodeproj: error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "BCB4VLKTK5" with a private key was found. (in target 'LPF' from project 'LPF_Mac_shared')
** BUILD FAILED **
It saids I don't have a certificate but I've never done coding before and I'm not sure what it means. If someone could help me with this it would be much appreciated.
Thanks in advance and thank devs always for making a great tool.