• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Unit Testing configuration errors, part III (SUCCESS)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Unit Testing configuration errors, part III (SUCCESS)


  • Subject: Unit Testing configuration errors, part III (SUCCESS)
  • From: Sam Krishna <email@hidden>
  • Date: Fri, 29 Aug 2008 18:42:22 -0400

Alright, I got that one licked. 

I isolated my unit testing problems to the RegexKit framework.

It turns out that for some reason, it's not linking against the pre-built framework that gets installed with the RegexKit package:
---------------------------------------
dyld: Library not loaded: @executable_path/../Frameworks/RegexKit.framework/Versions/A/RegexKit
  Referenced from: /Volumes/elyon/achilles/Projects/Regex/UnitTestApp/build/Debug/UnitTestApp.app/Contents/MacOS/UnitTestApp
  Reason: image not found
-------------------------------------

I had no idea what that's about. Clearly, it's not linking, but I believed I have my search paths set up correctly.

So, I decided to RTFM at this URL:

Adding the RegexKit.framework to your Project

and it looked suspiciously like the @executable_path/../Frameworks/... message was telling me to copy the RegexKit.framework into my app directory. So, I followed the instructions and it worked.

Another three hours of my life gone. <sigh> Back to the job.

Live Playfully,

Sam

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Bookmarks pop-up - current file only?
  • Next by Date: Re: Bookmarks pop-up - current file only?
  • Previous by thread: Re: Bookmarks pop-up - current file only?
  • Next by thread: CFArrayCreateMutable template problems
  • Index(es):
    • Date
    • Thread