Closed RedenticDev closed 3 years ago
You probably can clear out the problematic SDKs at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/ and try again. I personally use my own set of SDKs, whereas this repo uses ones from theos which might be a problem.
Ah, thats due to THEOS
not being set yet. Try doing export THEOS=/path/to/theos
before trying the install.
Kind of... you have to revert the changes done to SDKSettings.plist
inside iPhoneOS.sdk
, and then its a case of just going backwards through the install script to undo it. Otherwise, just delete Xcode and re-install it.
Ah, yeah, probably should sort that.
README has been updated. Please can you check if installation works with the revised steps?
Thanks for your quick answer! Okay so I try your solution #1, then I export THEOS (again lol) and redo the installation as earlier.
Ok cleaning SDKs makes transfer now working properly and everything else too EXCEPT there is still the Makefile error installing simject, even with your modified 4.
command
For now, try just skipping the simject install procedure. This is done by passing --no-simject
as an argument to the install script.
Okay thanks.
Setup
macOS Big Sur 11.1, Xcode 12.3 (Xcode.app) and Xcode 11.7 (Xcode 11.7.app). Ran install script twice as I forgot
sudo
in the first one.1
Followed the instructions, but initial setup says:
(Same thing for 2 other sdks)
I suppose you added an extra
/
at the end of the firstcp
argument here that makes the copy fail, and probably 2 lines above too (no error concerning that)2
During the same setup, an error occurred while installing simject, saying:
3
Is it possible to revert changes back to stock Xcode? If yes how?
4
/opt
folder requiressudo
for me, so maybe it's worth mentioning it in the instructions?