Daniel Keen
Daniel Keen
Any updates on that? Is it fixed already?
Same problem. Example project for iOS also not working. It seems like the podfile is implemented incorrectly. Not found any working solution yet.
In the end I decided to implement my own call kit extension and connected it to my app using bridging header. perhaps someone might find it helpful.
@nikhil-kumar-160 Thank you for the answer! Indeed, I commented the `use_flipper!({ 'Flipper' => '0.80.0' })` line. I then ran `yarn example ios` command and it worked successfully!
Everything is set to arm64. Unfortunately that didn't help. Is there any other possible solution to the issue?
Cannot read property 'authenticate' of null
Any solution to this?
Solution found: you need to make a unity reference inside of your xcode workspace and make all agora framework usages to be marked as "optional" in the Build Settings.
@ROBYER1 Yep.. aand this is where I stuck too Moreover, I managed to add "android:exported" in every missing place I could find, (that is unity library manifest). Unfortunately I then...
Hi there, I am also unable to make an android build. The build gets failed with the following error: > A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction > 2 files found...