Shahbaz Ali
07/18/2025, 10:30 AMAndrey Yastrebov
07/18/2025, 11:40 AMShahbaz Ali
07/18/2025, 11:46 AMPodfile
as follows:
pod 'Google-Mobile-Ads-SDK'
The pods are being installed successfully, and integration appears fine.
On the Android side, AdMob ads are working perfectly.
However, when I try to build the iOS app through Xcode, I encounter the following error:
Multiple commands produce '/Users/User_Name/Library/Developer/Xcode/DerivedData/iosApp-.../Build/Products/Debug-iphoneos/YourApp.app'
Here’s what I’ve tried so far:
• Cleaned project/invalidate caches in Android Studio
• Deleted DerivedData
folder in Xcode
• Ran pod deintegrate
and pod install
again
• Verified there are no duplicate entries for output paths or targets
But the issue still persists.Jonathan
07/18/2025, 1:13 PMKonstantin Adamov
07/18/2025, 5:37 PMEnol Simón
07/24/2025, 6:38 PM