Skip to content

Framework 'DivvunSpell' not found, on Xcode, Simulating on iOS 18 #248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
adamlahbib opened this issue Mar 8, 2025 · 3 comments
Open

Comments

@adamlahbib
Copy link

Just cloned the repo and tried running the application, had to remove Sentry and enhance types in the code a bit, but couldn't figure out this one?

Image
@dylanhand
Copy link
Contributor

There's a commit referenced in the README that'll get it building in Xcode 16.2 by temporarily disabling Sentry and fixing the types.

As for the error you're seeing: those frameworks aren't available in the simulator. Building for a physical device should fix them :)

@adamlahbib
Copy link
Author

@dylanhand Thanks, I managed to replicate what's in the commit with the recent changes to the repo, but I wonder how can I get it working on a simulator or bypass that framework, I don't need spell checking when simulating, I just want to test few things and see them fast in a simulator if possible!

@dylanhand
Copy link
Contributor

I've been meaning to fix this because I agree it's annoying. I don't have an answer for you now but hopefully I can have a look sooner than later. Feel free to make a PR if you find a solution for disabling it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants