I keep getting this warning and errors can anyone help?
ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms /iPhoneOS.p
I had the same issue for the framework Twilio Chat client. And when I went into carthage folder and inside it open the Info.plist file for Twilio Chat client framework the minimum deployment target was set to 11.0 but I was developing application for 10.0 so it was missing those architectures.
How I resolved: I downgraded my Twilio Chat Client framework to earlier versions where deployment target was set to 9.0 and boom it works.