Four warnings when I build. Xcode 7.3, targeting iOS 8 or later.
I installed the CHCSVParser Version 2.1.0 from CocoaPod. Also I use some library which are written in Swift, so I need to write "use_frameworks!" in Podfile.
When I built, CHCSVParser gave me four warnings listed below.
1.Pods/CHCSVParser/CHCSVParser/CHCSVParser/CHCSVParser.m:46:17: Method override for the designated initializer of the superclass '-init' not found; 2.Pods/CHCSVParser/CHCSVParser/CHCSVParser/CHCSVParser.m:566:17: Method override for the designated initializer of the superclass '-init' not found; 3.Pods/CHCSVParser/CHCSVParser/CHCSVParser/CHCSVParser.m:863:18: Designated initializer should only invoke a designated initializer on 'super' 4.Pods/CHCSVParser/CHCSVParser/CHCSVParser/CHCSVParser.m:862:1: Designated initializer missing a 'super' call to a designated initializer of the super class
Is there any good idea to avoid this?
Have the same issue. v2.1.0, target 9.0+, attribute "use_frameworks!" not exist. Warnings appear after update to Xcode 8.3.
Any idea?
Please submit a pull request. I do not bother with keeping the podspec updated because I do not use or like CocoaPods. 😃
I will look in to the build warnings.
@davedelong pull request for quick fix: https://github.com/davedelong/CHCSVParser/pull/103