react-native-spokestack
react-native-spokestack copied to clipboard
Spokestack fails to build
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
- Version of react-native-spokestack : 6.1.4
- Version of react-native: 0.65.1
- Device and OS version: iOS 15.0 simulator developing on M1
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.