Several frameworks missing
- Dominant language
- Perl
- Stars
- 3.9k
- Forks
- 213
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
I'm trying to build the app following instructions in the readme. On downloading all the frameworks and compiling python, when I try to build the `a-Shell-mini` target for Simulator in Xcode 26, it complaints about following 3 missing frameworks.
```
There is no XCFramework found at '.../a-shell/xcfs/.build/artifacts/xcfs/ssh_cmdA/ssh_cmdA.xcframework'.
There is no XCFramework found at '.../a-shell/xcfs/.build/artifacts/xcfs/ssh_agent/ssh_agent.xcframework'.
There is no XCFramework found at '.../a-shell/xcfs/.build/artifacts/xcfs/blink.xcframework'.
```
On checking the `Package.swift` for xcfs, I see that the above frameworks are indeed not listed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.