Skip to content

Compilation errors #3

@jweyrich

Description

@jweyrich

Apart from what @florentmorin already fixed in his pull request, I still get the following errors during compilation:

  1. No known class method for selector 'tableCellEditableTextColor'
  2. Implicit declaration of function 'STLocalizedString' is invalid in C99
  3. No visible @interface for 'NSString' declares the selector 'isEmailAddress'
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions