You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when i set my minimum deployment target to iOS 7.1
(null): Object file (/Users/jatin/Library/Developer/Xcode/DerivedData/MyProject/Build/Products/Debug-iphonesimulator/libNYSegmentedControl.a(NYSegmentIndicator.o)) was built for newer iOS version (9.1) than being linked (7.1)
Can you recompile it with minimum target as iOS 7.1? Warnings are not very delightful to see. :(
The text was updated successfully, but these errors were encountered:
I get this error when i set my minimum deployment target to iOS 7.1
(null): Object file (/Users/jatin/Library/Developer/Xcode/DerivedData/MyProject/Build/Products/Debug-iphonesimulator/libNYSegmentedControl.a(NYSegmentIndicator.o)) was built for newer iOS version (9.1) than being linked (7.1)
Can you recompile it with minimum target as iOS 7.1? Warnings are not very delightful to see. :(
The text was updated successfully, but these errors were encountered: