jamf / aftermath

Aftermath is a free macOS IR framework
MIT License
460 stars 33 forks source link

fresh git clone and xcodebuild with errors #48

Closed paulgagliardi closed 1 year ago

paulgagliardi commented 1 year ago

I get a aftermath/aftermath/CaseFiles.swift:9:8: error: no such module 'ZIPFoundation' import ZipFoundation error after git clone and xcodebuild on Ventura 13.2

It does seem to resolve the dependency and build fine in full xcode but wondering what I'm doing wrong in the normal CLI here. It's always the damn dependency management and swift dep management is not something quick googling was able to help with here.

stuartjash commented 1 year ago

do you mind pasting what other parameters you're passing to xcodebuild? Or are you just running > xcodebuild out of the project root directory?

paulgagliardi commented 1 year ago

yes - exactly. just following the directions on the build part of the readme.md

stuartjash commented 1 year ago

if you run xcodebuild -scheme "aftermath" does that resolve it?

paulgagliardi commented 1 year ago

it sure does! thank you

stuartjash commented 1 year ago

Thanks for bringing this to my attention. I’ll get the README updated. 🙏

mattbenyo commented 1 year ago

resolved and updated