How to Resolve iOS Framework Addition Failed due to cocoaPods Installation Failure in Unity iOS.

preview_player
Показать описание
If you are using M1 Macbook. This video will help you to resolve iOS Framework Addition Failed due to cocoaPods Installation Failure in Unity iOS Xcode project. I will show you what issues are generated due to this and how to resolve them using terminal and cocoapods commands. I was trying to integrate google admob ads when I face this issue. You might face this issue while integrating any 3rd party sdk in unity.

You can also read this video post at :

For more information and unity tutorials visit my website:

M1 Chip Macs CocoaPods Commands:
arch -x86_64 pod install

or
sudo arch -x86_64 gem install ffi
Then
arch -x86_64 pod install
Рекомендации по теме
Комментарии
Автор

this got me past my error... onto a new issue, but still, you have no idea how long I have spent. I rebuilt a Godot app with Unity after running into build issues even after purchasing a brand new computer to see if that would help blah blah I have rebuilt this app twice and also bought a new comp and this finally did the trick thank you so much

ryanfarran
Автор

I hope this message finds you well. May Allah bless you and your family. THANK YOU SO MUCH.

tahirdevlog
Автор

I get the error in terminal: "Can't find pod in PATH". I tried both ways of installing with and without sudo with the same result. I am on an M2 Mac

caligis
Автор

Broo I spend all day to find info about this Now I building my project and hope this works

АндрейОстапович-оц
Автор

Excellent video that solved my problem. Thank you very much!

MrZtapp
Автор

MANNN YOU ARE REALLY GREAT. YOU SAVED MY LIFE WITH THIS VIDEO. I HAVE BEEN SEARCHING FOR A SOLUTION WITH MY FAILURE NOONE COULD BE ABLE TO SOLVE BUT YOU DID!!! GREAT. THANKS THANKS THANKS AGAIN.

piraz
Автор

I did but there is an error "Framework not found FBLPromises, i researched many site but i didn't know the answer could you tell me if you know the answer thank you

anlkarak
Автор

I am using the ironsource while in terminal if run pod install I face issue that Cocoapods is not compatible with iron source sdk while I am using iron source sdk version 7.2.1 and cocoapods 1.11.2.

arslanasghar
Автор

I'm getting this error: zsh: command not found: pod. what should I do? Thanks!

varunsuresh
Автор

Hi @Code-3, nice video. How can we export a .xcworkspace file from Unity (not just the .xcproj file)?

flurinjenal
Автор

Hey, i have a problem when i try to build my unity project in xcode it gives me error on "cant build module foundation" or corefoundation, in my unity project i have ar foundation, facebook sdk, playfab which they all worked on another project i know they works, and i also have photon sdk and bunch of ui packages i imported ftom the asset store, how can i solve this??? I also tried to set allow non-modular framework to yes but nothing, thanks

sanaomer
Автор

Hi, thanks finally I can build project, but maybe you can tell me why I need to do “pod install” command every time I want to build project? The new Xcode work space folder disappeared with every build. Thanks

sarunassleikus
Автор

nope does not work, for some reason i have a similar error but with vungle mediation. I am using this command pod install --repo-update. all mediation adapters work fine but when it comes to vungle...entire process is a dud..!! P.S i am using admob 7.3.0, and firebase is 11.3.0 and and adapter for vungle is 3.9.1. any leads would be helpful. thanx

TerafortLimited
Автор

is not in the sudoers file. This incident will be reported."

theoziingameplays
Автор

arch -x86_64 pod install: arch Can't find pod in PATH. Who know why?
sudo arch -x86_64 gem install ffi: installed

xoorf
Автор

library not loaded: error how to resolve

Not_TheSlayer