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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:49:26+00:00 2026-06-12T09:49:26+00:00

I’ve been happily compiling and going my merry way with Xcode 4.3.2 (IOS5.1). Now

  • 0

I’ve been happily compiling and going my merry way with Xcode 4.3.2 (IOS5.1). Now that I’ve taken the plunge and decided to move to Xcode 4.5 my App fails compilation in a most miserable manner. Now, I’ve not got past the issue with ARMV7 or anything like that yet. No. My issue is probably going to make many of you groan.

But you can blame my basic ANSI C days for that. Everyone likes reusable code and I’ve created lots of it. BUT!!! I’ve not made any of this particular code into object(s) per se. That is, I’ve not taken the steps of the Interface and Implementation to heart.

Sure, I have my classes for my view controllers etc. But, to save having to declare and alloc *init* objects so I can use the methods therein, I’ve simply dumped a load of methods into a .inc file – in other words an include file. E.g, I’d have a method for altering the background colour or background image a of a table cell – and I’d import the file that had the method that did it.

E.g.

-(void)defaultInactiveBackGroundForCell:(UITableViewCell *)cell {

   cell.backgroundView = [[UIImageView alloc] initWithImage:[[UIImage imageNamed:DEFAULT_INACT_CELL_BACKGROUND_IMAGE] stretchableImageWithLeftCapWidth:0.0 topCapHeight:5.0]];

} // defaultInactiveBackGroundForCell

All well and good so far.

And, I’d #import the file (containing the above code) at the top of my class file, my .m file. In my willDisplayCell delegate method, i’d simply call the following method:

[self defaultInactiveBackGroundForCell:cell];

And it’d work.

But under Xcode 4.5 it’s kicking off big time:

Missing contact for method in declaration.

So, my question is: Is there any way at all of #importing code into a class .m fill like we used to do in the old days with ANSI C?

Help ?

  • 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-12T09:49:28+00:00Added an answer on June 12, 2026 at 9:49 am

    I think I know what the problem might be. The methods that I’m importing are fully implemented, that is, they’re not headers. These full methods are #imported after my @implementation line.

    I added the method spec, in the form of a .h file as a private class inbetween my @interface and my @end as part of a private method declaration within the @implementation.

    I’m perhaps not making sense but essentially, Xcode 4.3.2 seemed to be happy to have all of these methods import in between the @implementation and @end. But Xcode 4.5 utterly does not. It requires the headers defined too.

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

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I've got a string that has curly quotes in it. I'd like to replace
I am doing a simple coin flipping experiment for class that involves flipping a
I have a French site that I want to parse, but am running into
I know there's a lot of other questions out there that deal with this

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.