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
Remove CONFIGURATION_BUILD_DIR from macOS Xcode project
If this is set, SPM doesn't work because it tries to build the SPM lib in a /$(CONFIGURATION subfolder.
This change means that the binaries get built in a "Debug/Release" subfolder. Build/Installer scripts are updated accordingly
0 commit comments