Muhammed Melih Yurt
Muhammed Melih Yurt
> If you need to work around this problem, you can change the following row in the `build.gradle` file of this project > `implementation 'com.google.android.gms:play-services-ads:+'` > to > `implementation 'com.google.android.gms:play-services-ads:19.6.0'`....
> > > If you need to work around this problem, you can change the following row in the `build.gradle` file of this project > > > `implementation 'com.google.android.gms:play-services-ads:+'` >...
>  > I think I wrote it in the wrong place. it turned into a mistake > > * What went wrong: > A problem occurred evaluating root project...
Works like a charm! Thanks!
Since use_frameworks is being used, we have to define these libraries as static. The workaround in Podfile works for me. I've put that just above `use_react_native!` ``` pre_install do |installer|...
> @brynjagr I've tried this, but error persists :/ I had got this error as well and added the script below into post_install ``` installer.pods_project.targets.each do |target| target.build_configurations.each do |config|...
It looks like a generic Apple issue as others mentioned. https://forums.developer.apple.com/forums/thread/765079 You can give it a try with including arm64 architecture (I don't know it is possible now, it wasn't...