Plugin Runs in Development Build, not with Retail Install

Having a strange problem. I have a plugin that I've built with XCode. It runs fine with my local build of OBS, and also with the app bundle I create, but when I attempt to add it to the package contents in the "retail" version I simply downloaded (26.1.2) it crashes during registration. Any ideas how to trouble shoot this or what the problem could possibly be? here are some details:

Process: obs [52443]
Path: /Applications/OBS.app/Contents/MacOS/obs
Identifier: com.obsproject.obs-studio
Version: 26.1.2 (26.1.2)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: obs [52443]
User ID: 501

Date/Time: 2021-04-14 14:01:40.054 -0400
OS Version: Mac OS X 10.15.7 (19H114)
Report Version: 12
Bridge OS Version: 5.1 (18P3030)
Anonymous UUID: 47029E6D-0545-6A89-0B70-CEFEC0044E95


Time Awake Since Boot: 100000 seconds

System Integrity Protection: disabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Illegal instruction: 4
Termination Reason: Namespace SIGNAL, Code 0x4
Terminating Process: exc handler [52443]

Application Specific Information:
detected buffer overflow

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_c.dylib 0x00007fff6c2a3fca __chk_fail_overflow.cold.1 + 16
1 libsystem_c.dylib 0x00007fff6c2a1214 __chk_fail_overflow + 9
2 libsystem_c.dylib 0x00007fff6c2a1848 __memcpy_chk + 18
3 libobs.0.dylib 0x000000010ae5306b obs_register_source_s + 299
4 obs-VolumeWsSource.so 0x00000000208918ce RegisterPlugin() + 286
5 libobs.0.dylib 0x000000010ae51e0e obs_init_module + 78
6 libobs.0.dylib 0x000000010ae52c80 load_all_callback + 64
7 libobs.0.dylib 0x000000010ae52b7e obs_find_modules + 2046
8 libobs.0.dylib 0x000000010ae52363 obs_load_all_modules + 35
9 com.obsproject.obs-studio 0x00000001081767ce OBSBasic::OBSInit() + 734
10 com.obsproject.obs-studio 0x0000000108152cd9 OBSApp::OBSInit() + 681
11 com.obsproject.obs-studio 0x0000000108156d28 main + 5032
12 libdyld.dylib 0x00007fff6c1d4cc9 start + 1
 
Top