Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
KitajimaMasaru opened this issue May 3, 2016 · 4 comments
Open

Comments

@KitajimaMasaru
Copy link

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?

@MSavisko
Copy link

MSavisko commented Apr 5, 2017

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?

@davedelong
Copy link
Owner

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

@davedelong
Copy link
Owner

I will look in to the build warnings.

@MSavisko
Copy link

MSavisko commented Apr 7, 2017

@davedelong pull request for quick fix: #103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants