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
Trying to run the app on Catalyst on XCode yields: /node_modules/react-native-executorch/ios/RnExecutorch.mm:2:9 'LLaMARunner/LLaMARunner.h' file not found
Problem description
Trying to run the app on Catalyst on XCode yields:
/node_modules/react-native-executorch/ios/RnExecutorch.mm:2:9 'LLaMARunner/LLaMARunner.h' file not found
Proposed solution
Adding support in Info.plist like this:
And probably making another slice for maccatalyst aside of ios-arm64.
Not sure of the scope to make this work.
Alternative solutions
No response
Benefits to React Native ExecuTorch
If it's something that can get fixed easily, allowing Mac Catalyst to build the app with Executorch support would be awesome.
Additional context
No response
The text was updated successfully, but these errors were encountered: