when I run my project, I get errors like this:
It seems that all frameworks in
This happened to my project because I used Admob in my Unity project and then build it for iOS. I did not note that Unity-iPhone.xcworkspace
is created to open instead of Unity-iPhone.xcodeproj
. I was keep opening Unity-iPhone.xcodeproj
and it was giving the error. Opening the project with Unity-iPhone.xcworkspace
fixed the problem for me.