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 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 project(A) that references an assembly from an external project(B) class library
I copied this class from a similar class I have in this app that
I have a class that inherits from a base class (this contains a lot
I have a class that is having some dependency problems referencing external library files.
I have a compiled external library that I'm using in my (Objective-C++) code. This
I have a class that inherits from a base class. This base class exposes
I have a problem with getting a class from an external .jar file. I
I have copied class from net which inherits UIImageView. How to put that class
I have a class derived from Dictionary. I need this class to simulate a
I have created a class derived from NSImageView. However, the classes's constructor (init) is

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.