Re: Link to static library
Re: Link to static library
- Subject: Re: Link to static library
- From: "Shawn Erickson" <email@hidden>
- Date: Tue, 7 Oct 2008 14:21:51 -0700
On Tue, Oct 7, 2008 at 2:18 PM, <email@hidden> wrote:
> I've built a static library for a class MyModel. I have this in the build
> settings:
>
> Architectures: Standard (32-bit Universal)
> Base SDK: Mac OS X 10.5
>
> I sent the library (and MyModel.h of course) to someone who wants to use it
> in an app for iPhone. When he tries to build with my library he gets this
> error:
>
> Xcode could not locate source file: MyModel.m
It sounds like he has an Xcode project with a reference to a file
called MyModel.m (likely shows up red in the project). He should
remove that missing file from the project. It is independent of your
library.
-Shawn
_______________________________________________
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