compiling error: UIKit.h : no such file or directory
152 views
Skip to first unread message
louneas
unread,
Sep 15, 2009, 3:02:45 PM9/15/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phonegap
Hello,
I downloaded phoneGap and tried to compile and I got the following
errors:
* UIKit/UIKit.h : no such file or directory and cp:
* <...>/phonegap/iphone/build/Debug/PhoneGap.app/Contents/www/
phonegap.js: No such file or directory
It seems like for phoneGap, Xcode couldn't find the Frameworks folder.
all the iphone APIs under the folder Frameworks are in red.
note that when I create a new empty project I don't get this problem.
I'm running Xcode3.1
Could you help please?
Louenas :)
louneas
unread,
Sep 15, 2009, 3:45:36 PM9/15/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phonegap
I think I'm running on iphoneos2.0 instead of iphoneos3.0
I'll try and let you know
louneas
unread,
Sep 15, 2009, 5:21:53 PM9/15/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phonegap
Good. I downloaded and installed iphone sdk 3.1 and now the previous
error related to frameworks is gone.
:)