###IOS的逆向簽名方法git
curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local –strip 1 brew -v //查看安裝是否成功,若顯示:Error: /usr/local must be writable! ,則更改一下/usr/local的權限:sudo chown -R $(whoami) /usr/local ,再執行:brew update
(若提示: Could not find a valid gem 'sigh' (>= 0), here is why: Unable to download data from https://gems.ruby-china.org/ - bad response Not Found 404 (https://gems.ruby-china.org/specs.4.8.gz)) 則更新一下ruby: gem update —system( ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) bad response Not Found 404 (https://gems.ruby-china.org/specs.4.8.gz) Dordlys-Mac:~ dordly$ gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/)
gem sources -l *** CURRENT SOURCES *** https://gems.ruby-china.org/ https://gems.ruby-china.com/ gem sources --add https://gems.ruby-china.com/ --remove https://gems.ruby-china.org/ gem sources -l *** CURRENT SOURCES *** https://gems.ruby-china.com/ gem install sigh ——能夠了
###實際根據上述方法更改簽名後,安裝仍是會不成功,尷尬,因此,使用簽名工具仍是能夠的(IOS App Signer)github
工具下載連接:https://pan.baidu.com/s/15Mn_UsDIb1PjgIKkLDhCpQ 密碼:c09wruby