You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone
git submodule update --init
cd package && yarn
yarn build-dawn
cd example
cd ios && pod install
cd ..
yarn ios
Error logs
No suitable URL request handler found for file:///private/var/containers/Bundle/Application/1058420F-D467-4C7C-B9CC-6F9F079C43F8/WgpuExample.app/assets/src/assets/Di-3d.png
-[RCTNetworking networkTaskWithRequest:completionBlock:]
RCTNetworking.mm:706
-[RCTNetworking sendRequest:responseType:incrementalUpdates:responseSender:]
__38-[RCTNetworking sendRequest:callback:]_block_invoke_2
__46-[RCTNetworking buildRequest:completionBlock:]_block_invoke_2
81D355DF-266A-3010-BAB8-113B76A206C1
81D355DF-266A-3010-BAB8-113B76A206C1
81D355DF-266A-3010-BAB8-113B76A206C1
81D355DF-266A-3010-BAB8-113B76A206C1
81D355DF-266A-3010-BAB8-113B76A206C1
81D355DF-266A-3010-BAB8-113B76A206C1
_pthread_wqthread
start_wqthread
Screenshot
The text was updated successfully, but these errors were encountered:
wonkyDD
changed the title
No suitable URL request handler found for image file trying to run example
No suitable URL request handler found for image file error when trying to run example
Aug 22, 2024
@wonkyDD thank you for this report. I also get an an error following this steps (a different one however). But building the app seems to work via the WgpuExample.xcworkspace I always open the WgpuExample.xcworkspace file and build it from there.
We are looking to switch to expo dev clients for the example(s) app and I think that will solve this issue.
Thank you for taking an early look at React Native WebGPU :)
After struggling, i have found it works well with iOS simulator instead of the actual device usb connected,
including the method you mentioned building from xcworkspace.
However, on the actual device,
it doesn't work the same way as it does on the simulator, even when following the method you mentioned 🤔
Environment
Reproduce
Error logs
Screenshot
The text was updated successfully, but these errors were encountered: