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
{{ message }}
This repository has been archived by the owner on May 6, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: