nathansttt / hog2

Pathfinding and search testbed/visualization suite. Current code is in PDB-refactor branch.
MIT License
111 stars 54 forks source link

Hexagon puzzle work #80

Closed yazeedMohi closed 3 months ago

nathansttt commented 4 months ago

Can you remove the .DS_Store files from the commit? They aren't needed, but are conflicting. (They are in my .gitignore file, but obviously haven't completely been ignored.) If you can remove the other conflicting file (Hexagon.xcscheme) we can merge that on its own, instead of handling it with the other large commit.

yazeedMohi commented 4 months ago

Alright I removed both .DS_Store files and recovered the old xcsheme file which we can update later as you mentioned.

nathansttt commented 3 months ago

@yazeedMohi Can you check the build logs above? Your commit is failing the build stage.

nathansttt commented 3 months ago

Given our conversation I will merge this and see what is causing the compile issues.