I just cloned the repository, opened the project in xcode, disabled signing and built the app. When I run it in 'Product' configuration, it immediately crashes. When I run it in 'Debug' configuration, it throws errors related to code signing:
dyld[97138]: Library not loaded: @rpath/GitHubUpdates.framework/Versions/A/GitHubUpdates
Referenced from: /Users/phistep/Library/Developer/Xcode/DerivedData/QEMU-Manager-ghxvqmyernujpbamhffehglyznbu/Build/Products/Debug/QEMU Manager.app/Contents/MacOS/QEMU Manager
Reason: tried: '/Users/phistep/Library/Developer/Xcode/DerivedData/QEMU-Manager-ghxvqmyernujpbamhffehglyznbu/Build/Products/Debug/GitHubUpdates.framework/Versions/A/GitHubUpdates' (code signature in <4BE9B644-EF53-38D9-A5FB-098A75ABE417> '/Users/phistep/Library/Developer/Xcode/DerivedData/QEMU-Manager-ghxvqmyernujpbamhffehglyznbu/Build/Products/Debug/GitHubUpdates.framework/Versions/A/GitHubUpdates' not valid for use in process: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)), '/Users/phistep/Library/Developer/Xcode/DerivedData/QEMU-Manager-ghxvqmyernujpbamhffehglyznbu/Build/Products/Debug/QEMU Manager.app/Contents/MacOS/../Frameworks/GitHubUpdates.framework/Versions/A/GitHubUpdates' (code signature in <4BE9B644-EF53-38D9-A5FB-098A75ABE417> '/Users/phistep/Library/Developer/Xcode/DerivedData/QEMU-Manager-ghxvqmyernujpbamhffehglyznbu/Build/Products/Debug/QEMU Manager.app/Contents/Frameworks/GitHubUpdates.framework/Versions/A/GitHubUpdates' not valid for use in process: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)), '/Users/phistep/Library/Developer/Xcode/DerivedData/QEMU-Manager-ghxvqmyernujpbamhffehglyznbu/Build/Products/Debug/QEMU Manager.app/Contents/MacOS/../Frameworks/GitHubUpdates.framework/Versions/A/GitHubUpdates' (code signature in <4BE9B644-EF53-38D9-A5FB-098A75ABE417> '/Users/phistep/Library/Developer/Xcode/DerivedData/QEMU-Manager-ghxvqmyernujpbamhffehglyznbu/Build/Products/Debug/QEMU Manager.app/Contents/Frameworks/GitHubUpdates.framework/Versions/A/GitHubUpdates' not valid for use in process: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)), '/Library/Frameworks/GitHubUpdates.framework/Versions/A/GitHubUpdates' (no such file), '/System/Library/Frameworks/GitHubUpdates.framework/Versions/A/GitHubUpdates' (no such file)
I have turned off code signing for both QEMU-Manager and Github