Skip to content
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

There is a problem when adding it to an iOS project with watchOS. #128

Open
FuncLinKrey opened this issue Feb 12, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@FuncLinKrey
Copy link

Hello, I'm an Entry-level independent developer.This is the first time I submit new issue. Please understand if the description is not clear enough. It may not be your problem, but I'd better give you feedback.

I have an iOS project with watchOS that needs to use CodeScanner. If I only import this package into the iOS version, there will be lots of errors when running watchOS preview.
截屏2024-02-12 20 12 08

Xcode automatically adds the package to watchOS.But it's no problem to run on the real Apple Watch and Apple Watch simulator. Please refer to the picture for specific performance.

截屏2024-02-12 20 12 20
截屏2024-02-12 20 12 31

@nathanfallet nathanfallet added the bug Something isn't working label Feb 24, 2024
@saamerm
Copy link

saamerm commented May 21, 2024

@FuncLinKrey that's because "UIViewController" that the package uses, is only available on iOS. Not on any other frameworks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants