Error when building macOS app-bundle

  • Thread starter Deleted member 307582
  • Start date
D

Deleted member 307582

I'm trying to build OBS following the steps from the GitHub wiki (running ./CI/full-build-macos.sh -b after cloning), but at the very end it has this error:
Code:
mv: rename ./OBS.app/Contents/Resources/data/obs-scripting/_obspython.so to ./OBS.app/Contents/MacOS/_obspython.so: No such file or directory
  + ERROR during build step: bundle app
This didn't happen around a month ago when I built it, and even when I clear all the dependencies and files from the last build, it still has this error. It does create a .app file, but it is incomplete and doesn't launch.

Any suggestions?
 
D

Deleted member 307582

Did you manage to find a solution for this? I am having the same issue on a m1 mac?
Yeah, I'm using an Intel Mac but what fixed it was manually installing Python 3 through their official website. I thought it was already installed but it turns out that it wasn't for me
 

StrayTexel

New Member
I'm seeing a variant of this similar issue. I installed Python 3 manually and restarted ZSH. I'm using an M1 mac.

Trying to build 27.2.0-rc1...

Code:
  + Run dylibBundler..
error: /Library/Developer/CommandLineTools/usr/bin/otool-classic: can't open file: ./OBS.app/Contents/MacOS/_obspython.so (No such file or directory)


/!\ ERROR: Cannot find file ./OBS.app/Contents/MacOS/_obspython.so to read its load commands
Collecting dependencies...
  + ERROR during build step: bundle app

Any ideas?
 

StrayTexel

New Member
I'm seeing a variant of this similar issue. I installed Python 3 manually and restarted ZSH. I'm using an M1 mac.

Trying to build 27.2.0-rc1...

Code:
  + Run dylibBundler..
error: /Library/Developer/CommandLineTools/usr/bin/otool-classic: can't open file: ./OBS.app/Contents/MacOS/_obspython.so (No such file or directory)


/!\ ERROR: Cannot find file ./OBS.app/Contents/MacOS/_obspython.so to read its load commands
Collecting dependencies...
  + ERROR during build step: bundle app

Any ideas?

Disregard- it was a bug on my end.
 
Top