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

iOS Extension process using resources will crash because the bundle can't be found #787

Closed
skytoup opened this issue Dec 3, 2024 · 2 comments
Assignees
Labels
duplicate This issue or pull request already exists
Milestone

Comments

@skytoup
Copy link

skytoup commented Dec 3, 2024

43c0101#diff-74b2961a5d6d48ad53d5ab6e4529f3688bdae02391f7d66628bdb6086a06854eL14

If iOS has App and Extension sharing moko framework, Extension's NSBundle.mainBundle and App's NSBundle.mainBundle paths are not the same, resulting in the App being able to locate the corresponding bundle, while Extension can't locate it and crashes.

I think we should keep the ID Lookup Bundle as a backup, even though it is a bit slow the first time around!

@Alex009
Copy link
Member

Alex009 commented Dec 3, 2024

hi. it will be fixed in #747

@Alex009 Alex009 added this to the 0.24.4 milestone Dec 3, 2024
@Alex009 Alex009 added the duplicate This issue or pull request already exists label Dec 3, 2024
@Alex009 Alex009 closed this as completed Dec 3, 2024
@Alex009
Copy link
Member

Alex009 commented Dec 7, 2024

fix will be released in 0.24.4

@Alex009 Alex009 self-assigned this Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants