CHCSVParser icon indicating copy to clipboard operation
CHCSVParser copied to clipboard

Four warnings when I build. Xcode 7.3, targeting iOS 8 or later.

Open KitajimaMasaru opened this issue 9 years ago • 4 comments

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?

KitajimaMasaru avatar May 03 '16 05:05 KitajimaMasaru

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?

MSavisko avatar Apr 05 '17 07:04 MSavisko

Please submit a pull request. I do not bother with keeping the podspec updated because I do not use or like CocoaPods. 😃

davedelong avatar Apr 05 '17 13:04 davedelong

I will look in to the build warnings.

davedelong avatar Apr 05 '17 13:04 davedelong

@davedelong pull request for quick fix: https://github.com/davedelong/CHCSVParser/pull/103

MSavisko avatar Apr 07 '17 12:04 MSavisko