movila
movila
I got similar error as follow `ld: building for 'iOS-simulator', but linking in object file (/Users/XXX/rn-test/node_modules/react-native-fast-tflite/ios/TensorFlowLiteC.framework/TensorFlowLiteC) built for 'iOS'`
Below are the simplified version of my code, and it's running on Azure function: ```typescript import { ChatOpenAI } from "@langchain/openai"; import { HttpRequest, HttpResponse, InvocationContext, app } from '@azure/functions';...
We're also facing same issue. Is there any updates on this?