does anyone know how to fix this? I've checked my pod file as well as my pod deployment target, both are set to 9.0 as well. I'm really new to Xcode and I want this app to be available at 9.0 and later. The whole project was initially at 10.3. Thank you in advance for helping me.
Asked
Active
Viewed 1,743 times
0
-
You're missing some pertinent details. First, I'll assume you've tested things to a point that you pod file isn't needed *and* it works on a IOS 9 device. So, next, what does this pod file actually do? And looking at your question, third, does it work in 10.3? Have you backed it down to 10.0, 9.x, etc.? – Sep 13 '17 at 18:30
-
I think this is answered in this other question: https://stackoverflow.com/questions/31843900/xcode-7-warnings-object-file-was-built-for-newer-ios-version-than-being-linked – Alberto Garcia Aug 30 '18 at 12:49