Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Issue #51

Closed
itsaboutcode opened this issue Jan 25, 2012 · 28 comments
Closed

Build Issue #51

itsaboutcode opened this issue Jan 25, 2012 · 28 comments

Comments

@itsaboutcode
Copy link

Just download this project and when I try to run it, I am getting following error "Property 'tableView' not found on object of type 'LoginController *'" in LoginController.m, line number 29 and 30. Any idea why this problem is coming?

@escoz
Copy link
Owner

escoz commented Jan 25, 2012

Hi thanks! This is caused by a change I made to the project yesterday, I'll fix it soon.

On Jan 25, 2012, at 7:39 AM, Muhammad Adilreply@reply.github.com wrote:

Just download this project and when I try to run it, I am getting following error "Property 'tableView' not found on object of type 'LoginController *'" in LoginController.m, line number 29 and 30. Any idea why this problem is coming?


Reply to this email directly or view it on GitHub:
#51

@itsaboutcode
Copy link
Author

Thanks.

@itsaboutcode
Copy link
Author

I just hit another issue. Now instead of download the master tree, I downloaded 0.2 tag and thought about creating a new project. Everything works fine and I have followed all the instructions given for instillation. But i am getting following error.

/Users/itsaboutcode/Desktop/code/ExampleApplications/HelloQuickForm/HelloQuickForm/HelloQuickForm-Prefix.pch:4:9: fatal error: 'QuickDialog/QuickDialog.h' file not found [2]

here is the image to show that I have followed all the procedures to install it correctly - http://i.imgur.com/5cy04.png

escoz added a commit that referenced this issue Jan 25, 2012
@escoz
Copy link
Owner

escoz commented Jan 25, 2012

Done, thanks!

@escoz escoz closed this as completed Jan 25, 2012
@escoz
Copy link
Owner

escoz commented Jan 25, 2012

Looks like you didn't set up the search path for headers properly.. go to http://escoz.com/open-source/quickdialog and search for "User Header Search Paths".. Double check that everything is fine there.. Try removing quotes if you added them..

@itsaboutcode
Copy link
Author

I have done everything under the following heading "In YOUR project configuration, on the “Build Settings” tab" but still the same problem :(

@escoz
Copy link
Owner

escoz commented Jan 25, 2012

Which value do you have under "user header search paths" ?

On Wed, Jan 25, 2012 at 9:41 AM, Muhammad Adil <
reply@reply.github.com

wrote:

I have done everything under the following heading "In YOUR project
configuration, on the Build Settings tab" but still the same problem :(


Reply to this email directly or view it on GitHub:
#51 (comment)

@itsaboutcode
Copy link
Author

User Header Search Paths & Always Search User Paths
http://i.imgur.com/Q7Ifx.png

Other Linker Flags
http://i.imgur.com/KVYsc.png

Error
QuickDialog/QuickDialog.h' file not found

@escoz
Copy link
Owner

escoz commented Jan 25, 2012

Try removing the quotes in the user header search..

On Wed, Jan 25, 2012 at 10:12 AM, Muhammad Adil <
reply@reply.github.com

wrote:

User Header Search Paths & Always Search User Paths
http://i.imgur.com/Q7Ifx.png

Other Linker Flags
http://i.imgur.com/KVYsc.png

Error
QuickDialog/QuickDialog.h' file not found


Reply to this email directly or view it on GitHub:
#51 (comment)

@itsaboutcode
Copy link
Author

I have but same result, no success and getting the same error :(.

Not sure if this information can be helpful. I am using XCode 4.2 build 4C199 on OS X 10.6.8 and using the "Empty Template"

@escoz
Copy link
Owner

escoz commented Jan 25, 2012

If it's a brand new project, feel free to upload it somewhere and I can
take a look.

On Wed, Jan 25, 2012 at 10:20 AM, Muhammad Adil <
reply@reply.github.com

wrote:

I have but same result, no success and getting the same error :(.

Not sure if this information can be helpful. I am using XCode 4.2 build
4C199 on OS X 10.6.8 and using the "Empty Template"


Reply to this email directly or view it on GitHub:
#51 (comment)

@itsaboutcode
Copy link
Author

@escoz
Copy link
Owner

escoz commented Jan 25, 2012

just to confirm, is this all you have on your project? it's missing the
code for quickdialog.

From the project configuration, it looks like quickdialog is in a different
directory from your project, is that true? For the instructions to work,
you need to have it inside your project structure (the git submodule
commands do that).

So you need:

/helloworld
/helloworld/project.xproj
/helloworld/quickdialog

On Wed, Jan 25, 2012 at 10:47 AM, Muhammad Adil <
reply@reply.github.com

wrote:

http://dl.dropbox.com/u/13019714/HelloQuickForm.zip


Reply to this email directly or view it on GitHub:
#51 (comment)

@itsaboutcode
Copy link
Author

Thanks for your help. Problem solved. I am so stupid.

@escoz
Copy link
Owner

escoz commented Jan 25, 2012

Awesome!

On Wed, Jan 25, 2012 at 11:10 AM, Muhammad Adil <
reply@reply.github.com

wrote:

Thanks for your help. Problem solved. I am so stupid.


Reply to this email directly or view it on GitHub:
#51 (comment)

@scascacha
Copy link

I'm having the same issue above, trying to connect a brand new project with QuickDialogs, I try everything here, but It doesn't work, what can I do?

@escoz
Copy link
Owner

escoz commented Jan 27, 2012

Hey Simon,

Which problem exactly are you having? Muhammad's problem was that
QuickDialog was not located inside his project.

On Thu, Jan 26, 2012 at 10:14 PM, Simon Cascante <
reply@reply.github.com

wrote:

I'm having the same issue above, trying to connect a brand new project
with QuickDialogs, I try everything here, but It doesn't work, what can I
do?


Reply to this email directly or view it on GitHub:
#51 (comment)

@scascacha
Copy link

I'm starting to feel really stupid!

@scascacha
Copy link

I have the QuickDialog folder inside my Project folder:

Project/Project.xproj
Project/QuickDialog

I follow every step in your page, but when I try to compile the error says: 'QuickDialog/QuickDialog.h' file not found

What could be?

@escoz
Copy link
Owner

escoz commented Jan 27, 2012

its' very likely related to User Header Search Paths. Try to change it so
it includes the path with the files.

On Thu, Jan 26, 2012 at 10:34 PM, Simon Cascante <
reply@reply.github.com

wrote:

I have the QuickDialog folder inside my Project folder:

Project/Project.xproj
Project/QuickDialog

I follow every step in your page, but when I try to compile the error
says: 'QuickDialog/QuickDialog.h' file not found

What could be?


Reply to this email directly or view it on GitHub:
#51 (comment)

@scascacha
Copy link

@scascacha
Copy link

I do that already! But still not working :(

With the quotes and without the quotes, the same issue.

@scascacha
Copy link

The error says "Lexical or Preprocessor Issue 'QuickDialog/QuickDialog.h' file not found

@scascacha
Copy link

I change the settings for the Project and for the Target and everything works, but I have to add the MapKit and the CoreLocation Framework

@scascacha
Copy link

Is that ok?

@escoz
Copy link
Owner

escoz commented Jan 27, 2012

Great to hear it worked. Yes, adding the frameworks is fine.

On Jan 26, 2012, at 11:02 PM, Simon Cascantereply@reply.github.com wrote:

Is that ok?


Reply to this email directly or view it on GitHub:
#51 (comment)

@scascacha
Copy link

Thank you so much for your help, one last thing, QuickDialogs works with iOS 4.3 or lower?

@escoz
Copy link
Owner

escoz commented Jan 27, 2012

Not as is, no. It requires iOS5 for now.

There's not a lot of things that would have to be changed to support even
4.0 I think, but I haven't had the time to do it.

On Fri, Jan 27, 2012 at 8:31 AM, Simon Cascante <
reply@reply.github.com

wrote:

Thank you so much for your help, one last thing, QuickDialogs works with
iOS 4.3 or lower?


Reply to this email directly or view it on GitHub:
#51 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants