RoootTheFox / celeste-ios

hacky ios port of celeste
MIT License
33 stars 6 forks source link

Native Linking Failed errors during compiling #17

Open Kn0tzer opened 3 days ago

Kn0tzer commented 3 days ago

Spent almost the whole day trying to get this to work (I have way too much free time) and finally found something that I have no idea how to fix. This image shows the error messages given. Extra info: Using a MacOS Sonoma kvm, i got celeste from steam and downloaded it using the command download_depot 504230 504233 1505052356460012099. vs code for mac along with all of the workloads needed, and xcode with the ios simulator are installed. a (2)

Kn0tzer commented 3 days ago

More details: No spaces are in any of the file paths needed. Tried rerunning the script from scratch (fully deleting the folder) and it keeps giving the same errors

RoootTheFox commented 3 days ago

can you share the full log?

Kn0tzer commented 3 days ago

can you share the full log?

I will once I get home. Do I just copy all the output in the console or are logs saved as a file somewhere?

I was also planning on trying to compile the project manually in xcode now that most of the patching is done, but we'll see how that goes later.

RoootTheFox commented 3 days ago

just copy the entire output yeah :) put it on something like https://gist.github.com though (and share the link)

Kn0tzer commented 3 days ago

Here's the full error log https://gist.github.com/Kn0tzer/4287870ae3d3c0c87b7bdbb306b68ed0

RoootTheFox commented 3 days ago

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

something seems to be wrong with your Xcode install