Open Kejiasir opened 1 year ago
Could you try updating to the lates version of CocoaPods and Ruby? For instance, I am on:
thomasso@Thomas-So-MacBookPro ~> pod --version
1.11.3
thomasso@Thomas-So-MacBookPro ~> ruby --version
ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.x86_64-darwin21]
Hello! I have the same issue. Updating to the latest version does not help
dmitrys-macbook-pro:mine-master dshestel$ pod --version
1.12.0
dmitrys-macbook-pro:mine-master dshestel$ ruby --version
ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.x86_64-darwin22]
@dshestel - Could you ensure that you are on Xcode 14.1+?
@dshestel - Could you ensure that you are on Xcode 14.1+?
yes, Xcode version 14.3
@dshestel Can you try explicitly updating to the latest version of the AppLovinMediationByteDanceAdapter
(5.1.0.8.0) like this?
pod 'AppLovinMediationByteDanceAdapter' , '5.1.0.8.0'
Actually, it might be an issue with Gems 3.2.0. It seems to have deprecated some methods. You might have to downgrade it. See this issue for reference -> https://github.com/CocoaPods/CocoaPods/issues/11788#issuecomment-1500305355
@dshestel Can you try explicitly updating to the latest version of the
AppLovinMediationByteDanceAdapter
(5.1.0.8.0) like this?
pod 'AppLovinMediationByteDanceAdapter' , '5.1.0.8.0'
Got this error.
[!] Unknown command:
AppLovinMediationByteDanceAdapter`
Did you mean: deintegrate?
Usage:
$ pod COMMAND
CocoaPods, the Cocoa library package manager.
Commands:
+ cache Manipulate the CocoaPods cache
+ deintegrate Deintegrate CocoaPods from your project
+ env Display pod environment
+ init Generate a Podfile for the current directory
+ install Install project dependencies according to versions from a
Podfile.lock
+ ipc Inter-process communication
+ lib Develop pods
+ list List pods
+ outdated Show outdated project dependencies
+ plugins Show available CocoaPods plugins
+ repo Manage spec-repositories
+ search Search for pods
+ setup Set up the CocoaPods environment
+ spec Manage pod specs
+ trunk Interact with the CocoaPods API (e.g. publishing new specs)
+ try Try a Pod!
+ update Update outdated project dependencies and create new Podfile.lock
Options:
--allow-root Allows CocoaPods to run as root
--silent Show nothing
--version Show the version of the tool
--verbose Show more debugging information
--no-ansi Show output without ANSI codes
--help Show help banner of specified command`
@dshestel The error seems to be thrown when you run that line as a command in the terminal. Can you instead update your Podfile with that line?
So instead of having pod 'AppLovinMediationByteDanceAdapter'
in the Podfile, you will have this line
pod 'AppLovinMediationByteDanceAdapter', '5.1.0.8.0'
@Vedant-Mehta39 did not help
` Analyzing dependencies Downloading dependencies Installing Ads-Global (5.1.0.8) Installing AppLovinMediationByteDanceAdapter (5.1.0.8.0)
[!] Error installing AppLovinMediationByteDanceAdapter [!] /usr/bin/curl -f -L -o /var/folders/g8/_2t_5l5s4k50q20d4tjj0rfm0000gn/T/d20230420-67404-1ll3sd/file.zip https://artifacts.applovin.com/ios/com/applovin/mediation/bytedance-adapter/AppLovinMediationByteDanceAdapter-5.1.0.8.0.zip --create-dirs --netrc-optional --retry 2 -A 'CocoaPods/1.12.1 cocoapods-downloader/1.6.3'
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: artifacts.applovin.com Warning: Problem : timeout. Will retry in 1 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: artifacts.applovin.com Warning: Problem : timeout. Will retry in 2 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: artifacts.applovin.com `
Also have errors after install pod AppLovinMediationByteDanceAdapter, even with specifying version (5.1.0.8.0)
@tGulevich What error are you seeing? Can you provide a log of those errors?
This issue is stale because it has been open for 30 days with no activity.
MAX SDK Version
11.7.1
Device/Platform Info
all
Current Behavior
pod install
Analyzing dependencies Downloading dependencies Installing Ads-CN (4.9.0.7) Installing Ads-Global (4.8.1.0) Installing AppLovinMediationByteDanceAdapter (4.8.1.0.3) Installing AppLovinSDK (11.7.1) Installing BUAdSDK (0.1.0.26) Installing BURelyFoundation (0.0.3.21) Installing BURelyFoundation_Global (0.0.3.24) Installing OneKit-Pangle (1.3.11) Installing RARegisterKit-Pangle (0.0.7) Installing RangersAPM-Pangle (3.0.2) Generating Pods project
――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Command
Report
What did you do?
What did you expect to happen?
What happened instead?
Stack
Plugins
Podfile
Error
――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
[!] Oh no, an error occurred.
Search for existing GitHub issues similar to yours: https://github.com/CocoaPods/CocoaPods/search?q=undefined+method+%60%3D~%27+for+%5B%22-fno-c%2B%2B-static-destructors%22%2C+%22-fno-unwind-tables%22%2C+%22-fno-asynchronous-unwind-tables%22%5D%3AArray&type=Issues
If none exists, create a ticket, with the template displayed above, on: https://github.com/CocoaPods/CocoaPods/issues/new
Be sure to first read the contributing guide for details on how to properly submit a ticket: https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md
Don't forget to anonymize any private data!
Looking for related issues on cocoapods/cocoapods...
Expected Behavior
No response
How to Reproduce
pod install or update
Additional Info
No response