-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Assets are not added to the bundle #12
Comments
I have the same issue when trying to load a font in my assets folder. It is trying to access the url:
I'm not sure how things work under the hood, but it seems weird to me that the 'assets' is duplicated at the beginning of the url. |
did anyone find a solution to this problem? |
??? |
I did few checks on simulator. Here are my findings:
|
@RobertSasak related to your findings about not supporting gRPC network calls, it looks like this is failing because App Clips don't support background download sessions. The error I see in the logs is |
When compiling an app clip in xcode, some of my assets are not added, or are somehow unavailable in the app:
Error: Unable to download file: Error Domain-NSURLErrorDomain Code=-1002 "unsupported URL" UserInfo-{NSErrorFailingURLStringKey-icomoon.ttf,NSErrorFailingURLKey=icomoon.ttf...
When I switch to the normal app scheme, it does work without problems.
The text was updated successfully, but these errors were encountered: