-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
Apart from what @florentmorin already fixed in his pull request, I still get the following errors during compilation:
- No known class method for selector 'tableCellEditableTextColor'
- Implicit declaration of function 'STLocalizedString' is invalid in C99
- No visible @interface for 'NSString' declares the selector 'isEmailAddress'
- Use of undeclared identifier 'STDefaultNavBarHeight'
I also couldn't find where these are defined. Doing a grep -rn "tableCellEditableTextColor" * returns only the line where it's used. The same applies to others.
Please, would you mind checking if you didn't miss a file during your commits?
FWIW, I generally enable some compiler warnings, and it revealed some warnings regarding implicit conversions and signedness comparisons. If you're willing to take a look, I can push my changes and send you a pull request.
I also introduced some macros to make ARC projects import your code and build seamlessly.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels