spokestack / react-native-spokestack

Spokestack: give your React Native app a voice interface!
https://spokestack.io
Apache License 2.0
56 stars 13 forks source link

Spokestack fails to build #107

Open Dipeshwagle opened 2 years ago

Dipeshwagle commented 2 years ago

Describe the bug

Smokestack fails to build and run and throws this error Could not find module 'TensorFlowLite' for target 'x86_64-apple-ios-simulator'. I'm working on an M1 mac and maybe that is causing the issue.

Your environment

Expected behavior

Should be able to build and run the problem.

Actual behavior

Trows the error react-native-spokestack-tray/example/ios/Pods/Spokestack-iOS/Spokestack/NLUTensorflow.swift:11:8: Could not find module 'TensorFlowLite' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator, at: /Users/dipeshwagle/Library/Developer/Xcode/DerivedData/SpokestackTrayExample-fcswnpbezzwqnidotcgydjqcxxtf/Build/Products/Debug-iphonesimulator/TensorFlowLiteSwift/TensorFlowLite.framework/Modules/TensorFlowLite.swiftmodule

Steps to reproduce

I just cloned the react-native-spokestack-tray repo and tried to run it.