/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.Shared.targets(1746,3): error : Could not find a valid Xcode app bundle at '/Library/Developer/CommandLineTools' Please update your Apple SDK location in Visual Studio's preferences (Projects > SDK Locations > Apple > Apple SDK).
Thank you for your hard work @RoootTheFox and @DelofJ !!!
The only thing I'm still struggling with is the touch controls not showing up. Seems like it might be related to this other build error. I'll open a separate GitHub issue for it though.
This PR along with https://github.com/RoootTheFox/fnalibs-ios-builder-celeste/pull/2 fixed (most of the) the building issues for me! The only thing I had to do was run
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
in order to fix this:
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.Shared.targets(1746,3): error : Could not find a valid Xcode app bundle at '/Library/Developer/CommandLineTools' Please update your Apple SDK location in Visual Studio's preferences (Projects > SDK Locations > Apple > Apple SDK).
Thank you for your hard work @RoootTheFox and @DelofJ !!!
The only thing I'm still struggling with is the touch controls not showing up. Seems like it might be related to this other build error. I'll open a separate GitHub issue for it though.