Ahmed Elzeiny
07/26/2023, 8:03 PMpod("GoogleSignIn")
It didn’t work when I tried to sync my project and I got the following
The following build commands failed:
CopyPNGFile /Users/.../shared/build/cocoapods/synthetic/IOS/build/Release-iphonesimulator/GoogleSignIn/GoogleSignIn.bundle/google@2x.png /Users/.../shared/build/cocoapods/synthetic/IOS/Pods/GoogleSignIn/GoogleSignIn/Sources/Resources/google@2x.png (in target 'GoogleSignIn-GoogleSignIn' from project 'Pods')
CopyPNGFile /Users/.../shared/build/cocoapods/synthetic/IOS/build/Release-iphonesimulator/GoogleSignIn/GoogleSignIn.bundle/google@3x.png /Users/.../shared/build/cocoapods/synthetic/IOS/Pods/GoogleSignIn/GoogleSignIn/Sources/Resources/google@3x.png (in target 'GoogleSignIn-GoogleSignIn' from project 'Pods')
CopyPNGFile /Users/.../shared/build/cocoapods/synthetic/IOS/build/Release-iphonesimulator/GoogleSignIn/GoogleSignIn.bundle/google.png /Users/.../shared/build/cocoapods/synthetic/IOS/Pods/GoogleSignIn/GoogleSignIn/Sources/Resources/google.png (in target 'GoogleSignIn-GoogleSignIn' from project 'Pods')
(3 failures)
but when I tried to run the iOS app directly it works without giving me any issues and I can’t sync on Android studio due to the above error, and when I tried to change pod(“GoogleSignIn”, linkOnly = true) then I can get the project synced but iOS stopped working.
I’m using Kotlin 1.8.22 and Android Studio Flamingo | 2022.2.1 Patch 2
Any thoughts?a-dd
07/27/2023, 10:58 AM