Arshan Khanifar

Results 16 comments of Arshan Khanifar

Here was the error: ``` Errno::ENOENT - No such file or directory @ rb_check_realpath_internal - /Users/arshankhanifar/ritual/ritual-mlx/example/ios/Pods/mlx-swift/Source/Cmlx/include/mlx ```

I ended up flattening the library, and re-running the build here's the error now: ``` error: Multiple commands produce '/Users/arshankhanifar/Library/Developer/Xcode/DerivedData/RitualMlxExample-cqxikxirjkpdqfeyyjznhtlcwxgq/Build/Products/Debug-iphoneos/mlx-swift/mlx_logo.png' note: Target 'mlx-swift' (project 'Pods') has copy command from '/Users/arshankhanifar/ritual/ritual-mlx/example/ios/Pods/mlx-swift/Source/Cmlx/mlx-c/docs/src/_static/mlx_logo.png'...

[build-log-2.log](https://github.com/ml-explore/mlx-swift/files/14817172/build-log-2.log)

Following [this](https://stackoverflow.com/a/64219824/4990929), might work now

no luck, same errors [build-log-3.log](https://github.com/ml-explore/mlx-swift/files/14817203/build-log-3.log)

I want to create a React Native wrapper for this library, and React Native only works with cocoapods. There's [this issue](https://github.com/react-native-community/discussions-and-proposals/issues/587) to add support for SPM but [they have their...