Muhammed Melih Yurt

Results 7 comments of 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:+'` >...

> ![Adsız](https://user-images.githubusercontent.com/82276634/114274216-0e0b7a00-9a26-11eb-8e94-003fb4c0d31d.png) > I think I wrote it in the wrong place. it turned into a mistake > > * What went wrong: > A problem occurred evaluating root project...

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...