Unit Testing configuration errors, part III (SUCCESS)
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:
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.
|
_______________________________________________
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