libical / XbICalendar

Objective-C Wrapper for the libical library
Other
17 stars 19 forks source link

Need iOS 7.1 Build of libical #38

Closed ahalls closed 9 years ago

ahalls commented 9 years ago

Warnings from builds for ios 9.0 with target SDK iOS 7.1

Getting the following warnings:

ld: warning: object file (/Users/ahalls/Work/Gaggle/ios/Pods/XbICalendar/libical/lib/libical.a(icalderivedparameter.c.o)) was built for newer iOS version (8.4) than being linked (7.1)

ahalls commented 9 years ago

This branch now builds with Xcode 7.1/ios9.1 SDK and sets the MIOS to 7.1 (Minimum iOS). Don't think we need this in the main branch, but the use of MIOS for all targes should be used thoughtfully in the main branch