wcandillon / react-native-webgpu

React Native implementation of WebGPU using Dawn
MIT License
356 stars 15 forks source link

iOS pod install : Unable to install vendored xcframework `libwebgpu_dawn` #93

Closed Yaski closed 2 weeks ago

Yaski commented 2 weeks ago

Hello

I added react-native-webgpu to react native project with yarn add Android build completed succesfully But when I try to do pod install I get this error:

Installing react-native-wgpu (0.1.4)
Generating Pods project
[!] Unable to install vendored xcframework `libwebgpu_dawn` for Pod `react-native-wgpu` because it contains static libraries
with differing binary names: libwebgpu_dawn and libwebgpu_dawn_visionos.
wcandillon commented 2 weeks ago

my apologies for this regression, in the meantime you can safely use 0.1.3

Yaski commented 2 weeks ago

@wcandillon All is fine, thank you for fixing this 👍