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

  • Home
  • SEARCH
  • 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 3336756
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:10:25+00:00 2026-05-18T00:10:25+00:00

I have a class from an external library that I want to extend with

  • 0

I have a class from an external library that I want to extend with a category. However, this class uses several static variables, such as:

static SomeClass* someClass;

The category method I’m extending must make a call to this class, as in

-(void) categoryMethod
{
   [someClass someMethod];
}

If I do that the compiler will complain:

'someClass' was not declared in this scope

So I figured I probably need to declare the static SomeClass as extern:

extern SomeClass* someClass;

However, that leads to the following linker error:

"_someClass", referenced from:
_someClass$non_lazy_ptr in UsingSomeClass.o
(maybe you meant: _someClass$non_lazy_ptr)
Symbol(s) not found

I think I’m missing something simple and stupid. I can use the static library just fine. I’m guessing that the static variables are local to the class I want to extend, is there any way to tell the linker that those are the static variables I’m meaning to use?

Or is it just not possible to extend an Objective-C class that uses static variables (respectively where my category needs to use these static variables)?

PS: since I’m linking the static library which contains the class I want to extend, I did originally face the problem that needs to be solved with the Other Linker Flags -ObjC and -all_load. But I’ve been past that, it’s not the problem, I can write categories for other classes in that static library just fine.

  • 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-05-18T00:10:25+00:00Added an answer on May 18, 2026 at 12:10 am

    A static variable in C (and, therefore, in Objective-C) cannot be referenced outside the compilation unit that defines it. It’s an internal symbol that you can’t refer to with an “extern”.

    So, no, there isn’t any way your category method can access that static variable.

    Note also that this usage of the word “static” has nothing to do with static vs. dynamic libraries.

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

Sidebar

Related Questions

I have a class Application that my global.asax inherits from. The class has this
I have a class that inherits from ObservableCollection(Of MyObject) and the MyObject class handles
I have a class A and another class that inherits from it, B. I
I have a class (Descendant1) that inherits from a base class (BaseClass). An instance
I have a class that handles events from a WinForms control. Based on what
I have class A: public class ClassA<T> Class B derives from A: public class
I have a class which inherits from QTreeWidgetItem and I intercept the click event.
I have a class called Ship and a class called Lifeboat Lifeboat inherits from
I have a class Animal and an interface it inherits from IAnimal. @MappedSuperclass public
I have a BasePage class which all other pages derive from: public class BasePage

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.