I run
python ../CI/install/osx/build_app.py
but there are some errors below
fatal error: /Library/Developer/CommandLineTools/usr/bin/otool: internal objdump command failed
/Library/Developer/CommandLineTools/usr/bin/objdump: 'rundir/RelWithDebInfo/data/libobs/bilinear_lowres_scale.effect': The file was not recognized as a valid object file.
fatal error: /Library/Developer/CommandLineTools/usr/bin/otool: internal objdump command failed
/Library/Developer/CommandLineTools/usr/bin/objdump: 'rundir/RelWithDebInfo/data/libobs/default.effect': The file was not recognized as a valid object file.
and some errors
/Library/Developer/CommandLineTools/usr/bin/objdump: '/Users/bjhl/Qt5.4.0/5.4/clang_64/lib/QtCore.framework/Versions/5/QtCore': No such file or directory.
fatal error: /Library/Developer/CommandLineTools/usr/bin/otool: internal objdump command failed
Traceback (most recent call last):
File "../CI/install/osx/build_app.py", line 102, in <module>
universal_newlines=True)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 573, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'otool -L '/Users/bjhl/Qt5.4.0/5.4/clang_64/lib/QtCore.framework/Versions/5/QtCore'' returned non-zero exit status 1
what should I do , I confuse on this for 4 days.
i'v tried macdeployqt command , but it doesn't work also.
python ../CI/install/osx/build_app.py
but there are some errors below
fatal error: /Library/Developer/CommandLineTools/usr/bin/otool: internal objdump command failed
/Library/Developer/CommandLineTools/usr/bin/objdump: 'rundir/RelWithDebInfo/data/libobs/bilinear_lowres_scale.effect': The file was not recognized as a valid object file.
fatal error: /Library/Developer/CommandLineTools/usr/bin/otool: internal objdump command failed
/Library/Developer/CommandLineTools/usr/bin/objdump: 'rundir/RelWithDebInfo/data/libobs/default.effect': The file was not recognized as a valid object file.
and some errors
/Library/Developer/CommandLineTools/usr/bin/objdump: '/Users/bjhl/Qt5.4.0/5.4/clang_64/lib/QtCore.framework/Versions/5/QtCore': No such file or directory.
fatal error: /Library/Developer/CommandLineTools/usr/bin/otool: internal objdump command failed
Traceback (most recent call last):
File "../CI/install/osx/build_app.py", line 102, in <module>
universal_newlines=True)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 573, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'otool -L '/Users/bjhl/Qt5.4.0/5.4/clang_64/lib/QtCore.framework/Versions/5/QtCore'' returned non-zero exit status 1
what should I do , I confuse on this for 4 days.
i'v tried macdeployqt command , but it doesn't work also.