defold / extension-admob

Defold native extension which provides access to AdMob functionality on Android and iOS
https://www.defold.com/extension-admob/
MIT License
37 stars 12 forks source link

[IOS] Error on build #40

Closed bedryck closed 4 months ago

bedryck commented 4 months ago

Error on build: Defold: 1.6.3, extension-admob: 3.4.1 photo_5343813290985378504_w

[!] The abstract target Pods is not inherited by a concrete target, so the following dependencies won't make it into any targets in your project:

Log.txt - log.txt

Without extension - build successfully

bedryck commented 4 months ago

Also, I am not sure, but I did a successful build with the current extension version. Last time 21 Jan. So I guess problems started after the Defold update

britzl commented 4 months ago

The log shows:

`GoogleAppMeasurement` requires CocoaPods version `>= 1.12.0`, which is not satisfied by your current version, `1.11.3`

We've updated CocoaPods to version 1.12.0.

bedryck commented 4 months ago

Sorry I am not good in IOS development. Thank you for explanation.

bedryck commented 4 months ago

@britzl Sorry to bother you again, but I can't figure this out. I updated CocoaPods to version 1.12.0, and already did a few successful builds. But today when I updated Defold I have such another issue : log (3).txt This is related to the admob, because when I delete it, everything builds successfully.

Also, I a little bit confused what this error means - Errno::ENOENT - No such file or directory @ rb_sysopen - /Users/ec2-user/.cocoapods/repos/jsdelivr-cocoa/all_pods.txt

I don't have user on my Mac with name ec2-user. I tried to reinstall CocoaPods and other solutions from the Internet but it doesn't help.

My current versions of cocoapods:

cocoapods (1.12.0) cocoapods-core (1.12.0) cocoapods-deintegrate (1.0.5) cocoapods-downloader (1.6.3) cocoapods-plugins (1.0.0) cocoapods-search (1.0.1) cocoapods-trunk (1.6.0) cocoapods-try (1.2.0)

britzl commented 4 months ago

@bedryck please try again

bedryck commented 4 months ago

@britzl thank you, it works now!