-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to build iOS app Error (Xcode): Framework not found TensorFlowLiteC #219
Comments
Hi, I also have the same problem. Everything was working, I did an update to flutter 3.7 and I get this error |
Try the workaround with copying framework to .plugins directory. Worked gor
me.
…On Fri, Jan 27, 2023, 03:06 Szymon-Gesicki ***@***.***> wrote:
Hi, I also have the same problem. Everything was working, I did an update
to flutter 3.7 and I get this error
—
Reply to this email directly, view it on GitHub
<#219 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABC7O4MXAQWHBE3BBJEH2UTWUOT3RANCNFSM6AAAAAAUGZDL4U>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Repo is seemingly no longer maintained - please upvote #221 |
Thanks |
Workarounds do not work on M2 :( |
Oh.. didn't know there is a difference for different machine. Just in case, the folder is hidden inside your application directory -> ios ->.symlink(hidden) -> tflite_flutter -> ios (place TensorFlowLiteC.framework here) |
Yes I know. On my Intel Mac it works. On M2 does not. I have no idea why.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: JunHeyy ***@***.***>
Sent: Monday, February 13, 2023 12:50:52 AM
To: am15h/tflite_flutter_plugin ***@***.***>
Cc: Michal Misiaszek ***@***.***>; Comment ***@***.***>
Subject: [EXTMAIL]Re: [am15h/tflite_flutter_plugin] Failed to build iOS app Error (Xcode): Framework not found TensorFlowLiteC (Issue #219)
Workarounds do not work on M2 :(
Oh.. didn't know there is a difference for different machine. Just in case, the folder is hidden inside your application directory -> ios ->.symlink(hidden) -> tflite_flutter -> ios (place TensorFlowLiteC.framework here)
—
Reply to this email directly, view it on GitHub<#219 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVOUUSJJM6BYOYG3FYTRS7DWXHYWZANCNFSM6AAAAAAUGZDL4U>.
You are receiving this because you commented.Message ID: ***@***.***>
|
i tried to run my flutter app on ios but getting error of |
Any sign of a fix for this? I'm Silicon chip Mac too and havent seen any answers still. Thanks |
I have everything working just fine and this morning it stop :( with error:
Failed to build iOS app
Error (Xcode): Framework not found TensorFlowLiteC
I have TensorFlowLiteC in pub-cache as described, what else could break ?
The text was updated successfully, but these errors were encountered: