Hi, new to this group. I had heard from a friend that they were having an issue archiving their app that used AudioKit and CocoaPods, so i made a empty project and installed the AudioKit CocoaPod. Upon trying to archive, it gave me this error "Invalid Signature. Code object is not signed at all" (as seen below).
I came across a similar question here on the forum, and the reply (specifically to fix the CocoaPod) was to insert the following script as a "PostScript" to my PodFile.
This, i'm assuming, was to make it override or not require a Signature. It unfortunately still has the issue mentioned above ("Invalid Signature"). Has anyone else had this issue and found a fix? Thanks for taking the time, I'm excited to build the project I'm wanting to build.