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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T08:27:18+00:00 2026-06-10T08:27:18+00:00

I have a problem when building my Xcode project. I am using Xcode4.3, with

  • 0

I have a problem when building my Xcode project.

I am using Xcode4.3, with Base SDK = 5.0 and deployment target = 4.3

The strange scenario is that, I was able to build the project successfully several days ago without any error. Even for git commit it built successfully.

However, when I tried to build the .xcodeproj in command line, it says something like

Undefined symbols for architecture i386:
"_objc_retain", referenced from:

other undefined symbols are _objc_retainAutoreleasedReturnValue, _objc_release, _objc_autoreleaseReturnValue, _objc_storeStrong and _objc_autorelease.

I reckon that’s something related to ARC…… just that the sudden failure upon building it puzzled me……

I’ve also searched through websites and questions here and some mentioned about the referencing of frameworks…… Yet I’ve checked the connection and it seems that there’s not missing of any required framework.

So can anyone help for I have no idea at all on this sudden failure upon building…

More information:
Within these days, I didn’t change much in my codes but modified some layouts only. One big change would be allowing the application for APNS (which updated the provisioning profile and already fixed the “Code Sign Error: provisioning profile (long string) not found.”)

Edit:

Just find out that this is caused by changing the coding style….
I was using

NSFetchRequest *request = [[NSFetchRequest alloc] initWithEntityName:(NSString *)];

which caused an error looks like — error: no visible @interface for ‘NSFetchRequest’ declares the selector ‘initWithEntityName:’ ”
and then when I changed to use

NSFetchRequest *request = [[NSFetchRequest alloc] init];
NSEntityDescription *entity = [NSEntityDescription entityForName:(NSString *) inManagedObjectContext:(NSManagedObjectContext *)];
[request setEntity:entity];

The error mentioned in my above question appeared….

Need 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-10T08:27:19+00:00Added an answer on June 10, 2026 at 8:27 am

    Turn out it’s just about the accidentally branching during commit to git……

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

Sidebar

Related Questions

I'm trying to automate building process of xcode project. The problem is that I
I have a bit of a problem building my project. I'm getting the bellow
I have an old C++ project and I'm having problem building it. For a
I have a problem that is a little hard to explain. I am building
I have this weird problem.. I'm building an in-house app that should register all
I currently have a single Xcode project for a very large code base, I'll
i have a bit of an odd problem. So building an iOS app that
I am using Xcode 4.2.1 and I have this problem running an existing application
Good Evening, The problem is that i have both xcode 3.2 and xcode 4
I have a problem with building multi level select box. I have category table

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.