```mobile-app/core/data/build/cocoapods/synthetic/...
# compose-ios
j
Copy code
mobile-app/core/data/build/cocoapods/synthetic/ios/Pods
      builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks mobile-app/core/data/build/cocoapods/synthetic/ios/build/Release-iphonesimulator/GoogleSignIn/GoogleSignIn_GoogleSignIn.bundle mobile-app/core/data/build/cocoapods/synthetic/ios/build/Release-iphonesimulator/GoogleSignIn/GoogleSignIn.bundle
  error: mobile-app/core/data/build/cocoapods/synthetic/ios/build/Release-iphonesimulator/GoogleSignIn/GoogleSignIn_GoogleSignIn.bundle: No such file or directory (in target 'GoogleSignIn-GoogleSignIn' from project 'Pods')
I randomly get this error in my app builds, mostly happening when build from Android Studio in my CMP project. When build from XCode usually never triggered. Somtimes help doing a complete rebuild. But as this error also started to happening in Fastlane build, I need to solve this. Is there a way to solve this?