Skip to content
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

Framework not found iris_event #141

Closed
Nader2004 opened this issue Jun 11, 2023 · 1 comment
Closed

Framework not found iris_event #141

Nader2004 opened this issue Jun 11, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Nader2004
Copy link

Describe the bug
Hello, I face this issue now for long time and it is that my ios app always crashes and cannot build. Here is the error :

Xcode build done.                                           187.7s
Failed to build iOS app
Error (Xcode): Framework not found iris_event

Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)

Could not build the application for the simulator.
Error launching application on iPhone 14 Pro Max.
Exited

I looked online and i tried multiple solutions but none of them worked out:

1- run pod deintegrate and then pod install.
2- remove the Podfile.lock and Pods folder.
3- also remove the Podfile and then pod init
4- run flutter clean and then flutter pub get
5- remove the Derrived Folder from Xcode and then the run the app again
6- clean Xcode build

7- remove the agora uikit package (so i can reinstall it), but once i build without the package, i get this exception :

Xcode build done.                                           187.6s
Failed to build iOS app
Error (Xcode): Framework not found AgoraAiEchoCancellationExtension

Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)

Could not build the application for the simulator.
Error launching application on iPhone 14 Pro Max.
Exited

but none of the options work.

Here is the doctor:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.10.3, on macOS 13.3 22E252 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.3.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.79.0)
[✓] Connected device (3 available)
[✓] Network resources

• No issues found!

Thanks!

@Nader2004 Nader2004 added the bug Something isn't working label Jun 11, 2023
@Nader2004
Copy link
Author

okay i have managed to solve this issue by removing iris event framework from the other linker flags in build setting in xcode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants