iOS and cocoa pod issue

I’m trying to integrate 3rd party frameworks by using pods, and I got a quite weird exception here, I tried the exactly same podfile in an xcode project and it works fine, here are the podfile and the error log


source 'https://cdn.cocoapods.org/'
# Settings
platform :ios, '12.0'
inhibit_all_warnings!
use_frameworks!


#pod 'TPNiOS','6.4.12'
#pod 'TPNVungleSDKAdapter','6.4.12'
#pod 'TPNBigoSDKAdapter','6.4.12'
#pod 'TPNInmobiSDKAdapter','6.4.12'
pod 'TPNChartboostSDKAdapter','6.4.12'
#pod 'TPNFyberSDKAdapter','6.4.12'
pod 'Toast','~> 4.1.1'

log.txt (2.4 KB)

This looks same with your other post, am I wrong?

similar, but different problem, if you check the error log. Now I think it might be the official extender problem, so I’m trying to deploy my local extender server and see

Created an issue Exception while parsing Podspec · Issue #684 · defold/extender · GitHub. Thanks for report.

1 Like