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 8410553
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T00:12:28+00:00 2026-06-10T00:12:28+00:00

i am stack in this error use of undeclared identifier vary common error and

  • 0

i am stack in this error use of undeclared identifier vary common error and sometimes very easy to fix but i am anyway stack, probably i am watching in the wrong way.

I am trying to do a log book where people can write what they want and save in plist.

From a tableView, where I will show al the files saved, i will push to a xib view where the person can fill up the fields. I’ve already imported the .h for the new and from the .h where I define my keys.

Here where the error is coming out.

- (void) viewWillAppear:(BOOL)animated {

    [super viewWillAppear:animated];

    name.text = [bookLog objectForKey:NAME_KEY];
    placeTextView.text = [bookLog objectForKey:PLACE_KEY];
    file1TextView.text = [bookLog objectForKey:FILE1_KEY];
    file2TextView.text = [bookLog objectForKey:FILE2_KEY];
 }

4 errors for bookLog 1 for each line and 1 for name.text, placeTextView.text, file1TextView.text, fileTextView.text.

Any idea?

Thanks

  • 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-10T00:12:29+00:00Added an answer on June 10, 2026 at 12:12 am

    The properties you refer to in diveLogTable.m are not members of the diveLogTable class, so the compiler sees them as undefined when you mention them there. They are defined publicly on the diveLogDetails class, so they can be accessed there (or by asking an instance of that class for them).

    The code that’s not compiling can be moved into the diveLogDetails class. It’s what you want to do when that view controller’s view will appear (set up the UIControls). It will compile there, and it seems to make sense there.

    It looks to me like you have some diveLog information held in the diveLog dictionary, and you’d like to present that data to the user and allow edits via the diveLogDetails class (it’s conventional to start class names with a capital letter and name view controllers with that suffix, like this: DiveLogDetailsViewController).

    The diveLog dictionary on the diveLogDetails class is the only property that ought to be public. When you create the diveLogDetails VC, set the dictionary as you have it.

    Let the diveLogDetails read the values from the dictionary, setup it’s UIControls, alter the dictionary values when the user changes the values of the controls (and taps save, or whatever). Upon return to the diveLogTable, the up-to-date values will be in the dictionary.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting this error: integerMultiplication.rb:4:in `untMul': stack level too deep (SystemStackError) in this
I have been looking for an answer to this on Stack Overflow, but I
I use both version on windows and ubuntu. I met this error on both.
This question is a bit specific, but here goes: I'd like to use ZZipLib
I have seen many people here on stack overflow with this error message and
I'm getting this error while trying to use Core Data: *** Terminating app due
I don't know when it happened but I'm getting this error NoMethodError (undefined method
There's a common error that gets thrown by the Visual C Runtime: This application
I am stuck with this error: while trying to use an old DLL in
This error come in log. from='kutbi1@360degree/Smack' to='akash@360degree/Smack' type='error' id='hK1L6-5'> <si xmlns='http://jabber.org/protocol/si' id='jsi_191216212994140179' mime-type='image/png' profile='http://jabber.org/protocol/si/profile/file-transfer'>

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.