after some trial and error i managed to solve it easily with the following command in terminal find . -name "*.bundle" -execdir sudo codesign -f -s - {} \;.
確定! 回上一頁