![]() |
|
xcode compile error - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: xcode compile error (/Thread-xcode-compile-error) |
xcode compile error - stephensworld - 07-05-2020 Hi, I would like to compile dolphinios but I can't get it to work. I have followed the instructions: Use Homebrew to install software: brew install cmake brew install ninja brew install bartycrouch brew install python Install some python stuff: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python get-pip.py /usr/local/bin/python3 -m pip install --upgrade polib Finally, use CocoaPods to install some iOS libraries: cd Source/iOS/DolphiniOS/ pod install In xcode I get the error: ninja: error: loading 'build.ninja': No such file or directory Maybe someone could help me. Thanks Stephan RE: xcode compile error - JosJuice - 07-05-2020 Sorry, we can't help you with forks of Dolphin. You would need to ask the people who made DolphiniOS. |