iPhone SDK

View: New views
4 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

Re: iPhone SDK

by davicente :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have the same error with a simple example:

"#import <UIKit/UIKit.h>
         error: UIKit/UIKit.: No such file or directory "

I have added framework UIkit to the project and it doesn´t work.
Can anybody help us?
Thank you.



Andreas Höschler wrote:
Hi all,

> Well you can use a PPC Mac to run Xcode for iPhone, and debug your
> code using the simulator but it won't create the binaries for the
> iPhone or iPod touch. I am ding that right now, waiting on my new
> Intel Mac to get here. So basically you can't load your code on the
> iphone without an Intel Mac.
>
>
> On Mar 29, 2008, at 11:47 AM, Michael Latta wrote:
>
>> I imagine that 1) using a PPC mac will not be supported, and 2) you
>> may not be able to connect to the iPhone hardware with a PPC mac.  
>> There is a reason they make that a system requirement.  If it works
>> in the mean time have fun, but expect that at a critical point it
>> will fail.  If you are just playing around that may be fine, if you
>> plan to build commercial apps, I would not rely on that long-term.

Just afte rinstalling the iPhone sdk downloaded a few days ago I
realized that there is even a newer SDK with some enhencements. I
downloaded and installed that. Then I downloaded the first demo project
HelloWorldClassic from the Apple page and gave that a shot. The source
code doe snot build. I get

#import <UIKit/UIKit.h>
         error: UIKit/UIKit.: No such file or directory

Now what is that? Is that PowerPC related or am I missing anything
else? At least the demo projects should build, shouldn't they?

Thanks a lot!

Regards,

   Andreas

_______________________________________________
MacOSX-dev mailing list
MacOSX-dev@omnigroup.com
http://www.omnigroup.com/mailman/listinfo/macosx-dev

Re: iPhone SDK is under NDA (was Re: iPhone SDK)

by Markus Hitter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Am 02.04.2008 um 03:21 schrieb Andreas Mayer:
>
> Am 01.04.2008 um 11:04 Uhr schrieb Markus Hitter:
>
>> There's nothing stopping you from creating equally nice software  
>> for other phones/PDAs.
>
> Yes there is. Lack of a decent a) OS  b) language c) SDK d) hardware.

This stuff exists for quite some time now, here are two starting points:

http://www.quantum-step.com/wiki.php?page=About

http://www.etoile-project.org/etoile/mediawiki/index.php?title=PDA

Probably you knew it already ;-)


Markus

- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/




_______________________________________________
MacOSX-dev mailing list
MacOSX-dev@...
http://www.omnigroup.com/mailman/listinfo/macosx-dev

Re: iPhone SDK

by Alastair Houghton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 2 Apr 2008, at 09:50, davicente wrote:

> I have the same error with a simple example:
>
> "#import <UIKit/UIKit.h>
>         error: UIKit/UIKit.: No such file or directory "
>
> I have added framework UIkit to the project and it doesn´t work.
> Can anybody help us?

Since you have difficulty reading, apparently not.

The iPhone Beta SDK license agreement, to which you agreed when  
installing the SDK, includes a *NON-DISCLOSURE AGREEMENT*; the only  
people you are allowed to talk to about the SDK (aside from  
information already made public) are staff who work at Apple.  If you  
have a question about it, you need to ask Apple via one of the various  
e-mail addresses published on the developer.apple.com website.

Kind regards,

Alastair.

--
http://alastairs-place.net


_______________________________________________
MacOSX-dev mailing list
MacOSX-dev@...
http://www.omnigroup.com/mailman/listinfo/macosx-dev

Parent Message unknown Re: iPhone SDK

by Alastair Houghton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 3 Apr 2008, at 14:49, David Vicente wrote:

> Thanks to all answer. I have installed the SDK in a Leopard and I  
> have some problem to build a simple HelloWorld. But I supose to ask  
> about it is against the NDA public.

You can ask Apple.  There are a number of addresses on <http://developer.apple.com 
 > that you can use.

Kind regards,

Alastair.

--
http://alastairs-place.net


_______________________________________________
MacOSX-dev mailing list
MacOSX-dev@...
http://www.omnigroup.com/mailman/listinfo/macosx-dev
< Prev | 1 - 2 | Next >