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

The "QAppDelegate" class is not included in the pod #13

Open
ErwannRobin opened this issue Feb 10, 2015 · 2 comments
Open

The "QAppDelegate" class is not included in the pod #13

ErwannRobin opened this issue Feb 10, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@ErwannRobin
Copy link

when following the readme, we get the error "Use of undeclared identifier 'QAppDelegate'".
it's working by simply don't using it in main.m :
return UIApplicationMain(argc, argv,
NSStringFromClass([QTouchposeApplication class]),
NSStringFromClass([BBAppDelegate class]));

But I think that either the pod, either the readme file should be corrected

@nuthatch
Copy link

Easy enough to change to AppDelegate ...or whatever yours is. But, yeah, unexpected.

@toddreed toddreed added the bug label Sep 25, 2016
@toddreed
Copy link
Owner

(Sorry a response took sooo long. Haven't been paying attention to this project and must have missed the notification from GitHub.)

The QAppDelegate class is not part of the Touchposé library proper, and any app delegate class can be used. The example in the README will be updated to use a different class name for the app delegate that isn't so misleading.

@toddreed toddreed added this to the 2.0 milestone Sep 25, 2016
@toddreed toddreed self-assigned this Sep 25, 2016
toddreed added a commit that referenced this issue Sep 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants