pablopunk / SwiftShift

Sweet window management for macOS
https://swiftshift.app
MIT License
216 stars 9 forks source link

Local build failure #15

Closed slashbeast closed 7 months ago

slashbeast commented 8 months ago

Hi, thanks for sharing code. Would you consider adding some build instructions to the project?

I've tried to build it with xcodebuild -project 'Swift Shift.xcodeproj' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO but this does not seems to be working, from the look of it, seems like the local dependencies are missing

Copy /Users/piotr/src/SwiftShift/build/Release/Swift\ Shift.app/Contents/Resources/ShortcutRecorder_ShortcutRecorder.bundle /Users/piotr/src/SwiftShift/build/Release/ShortcutRecorder_ShortcutRecorder.bundle (in target 'Swift Shift' from project 'Swift Shift')
    cd /Users/piotr/src/SwiftShift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/piotr/src/SwiftShift/build/Release/ShortcutRecorder_ShortcutRecorder.bundle /Users/piotr/src/SwiftShift/build/Release/Swift\ Shift.app/Contents/Resources
error: /Users/piotr/src/SwiftShift/build/Release/ShortcutRecorder_ShortcutRecorder.bundle: No such file or directory (in target 'Swift Shift' from project 'Swift Shift')
pablopunk commented 7 months ago

Hey! Sorry I'm new to swift/xcode and I have no idea how to build stuff from the terminal. I just use Xcode to build it, does that work for you?

pablopunk commented 7 months ago

Closing this one. Feel free to open it again.

pablopunk commented 7 months ago

@slashbeast in case you're still interested, this works for me:

xcodebuild -workspace Swift\ Shift.xcodeproj/project.xcworkspace -scheme Swift\ Shift