Re: Temperature Converter example
Re: Temperature Converter example
- Subject: Re: Temperature Converter example
- From: Matt Gemmell <email@hidden>
- Date: Fri, 11 Jul 2003 19:02:14 +0100
On 11/7/03 at 5:38 pm, Ankur Goyal said:
>
I had fallow exactly the same instructions given over-there, but when
I
>
build my application it gives me two errors:
>
>
Building target Temperature Converter with build style Development
>
(optimization:level 0, debug-symbols:on) (2 errors)
>
1. Missing file or directory: Temperature
>
2.Missing file or directory: Converter_Prefix.h
It means is that your file called "Temperature Converter_Prefix.h" can't
have a space in its name. Rename the file in the Files listing, and also
change the name in your target settings: in the Project menu, choose
Edit Active Target, then go to Settings -> Expert View. Then clean and
build your project.
You'd be forgiven for thinking that PB would take care to use a valid
filename for an automatically-generated file, but alas not. I'm sure
it'll be fixed in Xcode.
Cheers,
-Matt
--
Matt Gemmell
Irate Scotsman
http://www.scotlandsoftware.com/blog/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.