Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8537149
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:49:43+00:00 2026-06-11T10:49:43+00:00

I tried following this tutorial from the author’s github repository, but unsuccessfully. When I

  • 0

I tried following this tutorial from the author’s github repository, but unsuccessfully. When I try to build the project I get 6 errors.

5 of them are

Use of undeclared identifier ‘_accessibleElements’

and 1 of them is

Receiver type ‘TKCalendarMonthTiles’ for instance message does not
declare a method with selector ‘rectForCellAtIndex’

All errors are reported inside TKCalendarMonthView.m file

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T10:49:44+00:00Added an answer on June 11, 2026 at 10:49 am

    It appears the class TKCalendarMonthTiles declares a property:

    @property (nonatomic, strong) NSMutableArray *accessibleElements;
    

    which is not synthesized in the class implementation. Since no _accessibleElements ivar is declared, then you get the undeclared identifier error that you mention.

    For this error, you can either build on Xcode 4.4 to autosynthesize declared properties, or add:

    @synthesize accessibleElements = _accessibleElements
    

    in the TKCalendarMonthTiles implementation

    Now, for your second error. This is also due to building on Xcode 4.2 instead of 4.4. As of 4.4 (or maybe 4.3, I can’t recall) you do not need to declare private methods in a class extension. But since you are building with Xcode 4.2, you will need to add the method declaration to a class extension on TKCalendarMonthTiles

    @interface TKCalendarMonthTiles ()
    - (CGRect)rectForCellAtIndex:(int)index;
    @end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I tried following the answer to this question , but could not get xsd.exe
I tried following this http://net.tutsplus.com/tutorials/javascript-ajax/an-introduction-to-the-raphael-js-library/ tutorial, but it does not work exactly with Raphael
I'm trying to open a pop-up menu from a NSToolbarItem. I tried following this
I tried following the gradle manual with their example like this but copyJars is
I have no idea why this wont work but I have tried the following:
I have tried to do this refering to following link. http://skypher.com/index.php/2008/07/28/function-list-for-php/ But no success.
I tried following the instruction s but can't get the plugin to work, the
I am following the tutorial for py2exe from this site http://www.py2exe.org/index.cgi/Tutorial this is the
I tried following this tutorial on PDOs, followed it exactly, yet when trying to
I am following the tutorial from Michael Hartl . I tried the first test

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.