You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on macOS version 13.5 (22G74) and I had the same error. I managed to get it working with these steps:
First, replace the target version in Xi-Editor with your version of macOS (or the latest supported by ArgumentParser): perl -p -i -e "s/MACOSX_DEPLOYMENT_TARGET = \d*\.\d*/MACOSX_DEPLOYMENT_TARGET = 13.3/g" XiEditor.xcodeproj/project.pbxproj
Then, open the project in Xcode: open XiEditor.xcodeproj
Then, build the project using Xcode (either with command+B or via Product -> Build)
If it has built successfully, the app should be in ~/Library/Developer/Xcode/DerivedData/XiEditor-[letters]/Build/Products/Release/
Xi-Mac Issue Template
Details
If your issue is a build or runtime error, please include the following:
#3a2405b
)Expected vs Actual
xcodebuild
fails instead of making the mac os app.The text was updated successfully, but these errors were encountered: