Skip to content

Commit

Permalink
Fix: Framework 'opus' not found (#1295)
Browse files Browse the repository at this point in the history
<h2>Bug Fix</h2>
Framework 'opus' not found bug <br>
<br>
<img width="559" alt="image"
src="https://github.com/user-attachments/assets/c43a9ec3-e5fd-4cfb-be03-b727f4bf32a4">

<h2>Change made</h2>

- [x] Specified alternative opus_flutter_ios dependency that resolves
the error

[Link to dependency
repository](https://github.com/mdmohsin7/opus_flutter)

<h2>Result</h2>
- Successful build of the application <br>
- App runs on simulator
  • Loading branch information
beastoin authored Nov 12, 2024
2 parents d8e7c27 + e7dc5a1 commit abcb45b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ dependency_overrides:
http: ^1.2.1
uuid: ^4.4.0
js: ^0.7.1
opus_flutter_ios:
git:
url: https://github.com/mdmohsin7/opus_flutter.git
path: opus_flutter_ios
ref: dev
opus_flutter_android:
git:
url: https://github.com/mdmohsin7/opus_flutter.git
Expand Down

0 comments on commit abcb45b

Please sign in to comment.