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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T12:08:37+00:00 2026-05-31T12:08:37+00:00

Just updated from xcode 4.1 to 4.3 because I needed some functions. But now

  • 0

Just updated from xcode 4.1 to 4.3 because I needed some functions. But now one of my old programs is not working any more. It is not complex and didn’t require and additional frameworks in xcode 4.1

Here’s my error:

Ld "/Users/rickvugts/Library/Developer/Xcode/DerivedData/myappname-gzvclbdfiudwvlbjjxtyfixndpkd/Build/Products/Debug-iphonesimulator/xxxx.app/xxxx" normal i386
    cd "/Users/xxxx/Documents/Development/Mobile/xxxx/v2"
    setenv MACOSX_DEPLOYMENT_TARGET 10.6
    setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
-arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk
-L/Users/xxxx/Library/Developer/Xcode/DerivedData/myappname-gzvclbdfiudwvlbjjxtyfixndpkd/Build/Products/Debug-iphonesimulator
-F/Users/xxxx/Library/Developer/Xcode/DerivedData/myappname-gzvclbdfiudwvlbjjxtyfixndpkd/Build/Products/Debug-iphonesimulator
-filelist "/Users/xxx/Library/Developer/Xcode/DerivedData/myappname-gzvclbdfiudwvlbjjxtyfixndpkd/Build/Intermediates/xxx.build/Debug-iphonesimulator/xxxxr.build/Objects-normal/i386/xxxx.LinkFileList"
-mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 -Xlinker -no_implicit_dylibs -D__IPHONE_OS_VERSION_MIN_REQUIRED=40300 -framework UIKit -framework Foundation -framework CoreGraphics -o "/Users/xxxx/Library/Developer/Xcode/DerivedData/myappname-gzvclbdfiudwvlbjjxtyfixndpkd/Build/Products/Debug-iphonesimulator/xxx.app/xxxx"

Undefined symbols for architecture i386:   "_gGeboorteDatum", referenced from:
      -[myappnameAppDelegate application:didFinishLaunchingWithOptions:] in myappnameAppDelegate.o
      -[myappnameAppDelegate dealloc] in myappnameAppDelegate.o
      -[myappnameViewController touchesBegan:withEvent:] in myappnameViewController.o
      -[myResults viewDidLoad] in myResults.o
      -[myappnameAppDelegate application:didFinishLaunchingWithOptions:] in myappnameAppDelegate.o
      -[myappnameAppDelegate dealloc] in myappnameAppDelegate.o
      -[myappnameViewController touchesBegan:withEvent:] in myappnameViewController.o
      -[myResults viewDidLoad] in myResults.o
      -[myappnameAppDelegate application:didFinishLaunchingWithOptions:] in myappnameAppDelegate.o
      -[myappnameAppDelegate dealloc] in myappnameAppDelegate.o
      -[myappnameViewController touchesBegan:withEvent:] in myappnameViewController.o
      -[myResults viewDidLoad] in myResults.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)

-----



"_gGeboorteDatum", referenced from:

-[myappnameAppDelegate application:didFinishLaunchingWithOptions:] in myappnameAppDelegate.o

-[myappnameAppDelegate dealloc] in myappnameAppDelegate.o

-[myappnameViewController touchesBegan:withEvent:] in myappnameViewController.o

-[myResults viewDidLoad] in myResults.o

-[myappnameAppDelegate application:didFinishLaunchingWithOptions:] in myappnameAppDelegate.o

-[myappnameAppDelegate dealloc] in myappnameAppDelegate.o

-[myappnameViewController touchesBegan:withEvent:] in myappnameViewController.o

-[myResults viewDidLoad] in myResults.o

-[myappnameAppDelegate application:didFinishLaunchingWithOptions:] in myappnameAppDelegate.o

-[myappnameAppDelegate dealloc] in myappnameAppDelegate.o

-[myappnameViewController touchesBegan:withEvent:] in myappnameViewController.o

-[myResults viewDidLoad] in myResults.o

Symbol(s) not found for architecture i386

Clang: error: linker command failed with exit code 1 (use -v to see invocation)

Where myappname is the name of the app and myResults is the second screen.

I already set “build active architecture only” to yes, but that didn’t do the trick.

gGeboortedatum is a global NSDate variable. I just changed this from NSString to NSDate.

  • 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-31T12:08:39+00:00Added an answer on May 31, 2026 at 12:08 pm

    It seems to go wrong when I habve a global NSDate variable. Changed it to NSString (and then convert it). This works, but isn’t nice of course.

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

Sidebar

Related Questions

I have just updated my Xcode to X.Y.Z. Now I have a problem with
I just updated from Snow Leopard to Lion, and from Xcode 4.2 for Snow
I have just updated from 4.2 to Xcode 4.3 and Instruments is no longer
I just updated an app from .NET 2.0 to .NET 4.0 and I have
We've just updated ASP.NET from Preview 3 to Preview 5 and we've run into
I just updated PHP 5.2.0 to 5.2.11 and now I am getting loads of
I just updated to Xcode 4.01 or 4.1 (forgot) and I don't see the
I just switched from Xcode 3 to 4. When I attempt to upload an
I have purchased MonoTouch last October from Novell. Now that I updated to MonoDevelop
I was just reading an update from a friend's project, mentioning the use of

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.