Fugu14 備忘録 | メモ帳

メモ帳

当ブログに掲載事項を弐次配布・複写・無断転載等は、厳禁。確認次第通報致します。
Any copying, reproduction, or use of any materials in this page is strictly prohibited without my written permission.

xcodeを事前にインストールして、mac OS上のターミナルを開き、

 

 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

 

 brew install usbmuxd ideviceinstaller

の二つを実行。
ターミナルでios_install.pyの保存先に移動し

 

python3 ios_install.py
 

でFugu14実行

 

以下実行log

Welcome to the Fugu14 iOS installer.
This script will build and install Fugu14 on your device.
Before continuing, please read the requirements:
    - You need a supported device running a supported iOS version (see README.md)
    - The device must be connected via USB
    - You need the IPSW for your device, *unzipped*
    - You need to have Xcode installed
    - You need to have iproxy and ideviceinstaller installed (brew install usbmuxd ideviceinstaller)
Press enter to continue or Ctrl+C to abort...
You will now be asked a few questions
Do you want to build jailbreakd? [y/N] y
What is the name of your iOS Signing Certificate? [Apple Dev] 
Patching arm/iOS/jailbreakd/build.sh...
Patched
Compiling jailbreakd...
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: unable to lookup item 'Path' in SDK 'iphoneos'
Failed to build jailbreakd! Exit status: 1