Hello.
Building from Unity to iOS. When running the exported project in Xcode via an iPhone I get the following crash. Seems to be related to MixpanelStorage:
_BSMachError: port 12603; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND"
Images attached. Any help would be greate!
-Ali


Best answer by asail77
Hello. I have resolved it. The issue is the catch blocks are not working for my project. So I had to modify the mixpanel code to remove all “throw” calls and return a value instead.