
I have the latest version of obs-mac-virtualcam, but i built it from source, signed with a free apple developer account, only change is the device name that shows up in programsįusion's default entitlements includes ". It also shows a bunch of 13:46:46.897 VMware Fusion OBSDAL: HardwarePlugIn_ObjectIsPropertySettable Device(33) kCMIODevicePropertyDeviceMaster self=0x1137f2d50 settable=1 messages

#CONNECT A WEBCAM FOR OSX IN VMWARE DRIVER#
And the Apple mobile device USB driver has been installed on host. If they are recognized successfully, it means the removal devices and cable are right. Connect the USB, iPhone or iPad to the host, and check whether host could recognize them. This happens even when the camera is not added to the VM Step 1: Connect the USB, iPhone or iPad to the host. libdir is /dev/null/Non-existing DEFAULT_LIBDIRECTORY I have tried running codesign on libpng12.0.dylib directly, and i have tried an original/untouched version of everything in the Frameworks folder, has had no effectĪnd then when you try to start the virtual machine: SSLLoadSharedLibraries: Failed to load OpenSSL libraries.
#CONNECT A WEBCAM FOR OSX IN VMWARE CODE#
Right on startup: T13:46:46.495| PrivilegedHelper: Failed to verify the code signature of /Applications/VMware Fusion.app/Contents/Frameworks/libpng12.0.dylib due to (thats all thats there, to is the last word, i copied the whole message) check if the camera works in a Mac app, such as Photo Booth or Facetime.

I have been opening fusion through terminal, have seen 2 noteworthy errors in terminal: If your Zoom video is not responding or your camera crashes during a meeting. However, if i run sudo codesign -force -deep -sign - /Applications/VMware\ Fusion.app (finished product has no entitlements), vmware fusion will open, and you can successfully add the camera to the vm, and can preview it in the "add camera" window, BUT the virtual machine wont start This has the same result whether i modify entitlements.xml or not. Signing finishes successfully, but vmware fusion crashes with Namespace CODESIGNING, Code 0x1 (from the "do you want to report to apple-> report", in the big text box) This shouldnt actually modify the entitlements, only resign with same entitlements. Using a variation of this comment's command: #4 (comment), modified to work with spaces in the name, andĪPPLICATION="/Applications/VMware Fusion.app" & codesign -d -entitlements :- "$APPLICATION" > entitlements.xml & sudo codesign -sign - "$APPLICATION" -force -preserve-metadata=identifier,resource-rules,flags -entitlements=entitlements.xml & rm entitlements.xml It seems to have a similar problem to all the other programs with the library verification, but with a few differences In the newest version of VMware fusion (11.5.5 (16269456)) (downloaded from the website today),
