Touchpose icon indicating copy to clipboard operation
Touchpose copied to clipboard

The "QAppDelegate" class is not included in the pod

Open ErwannRobin opened this issue 10 years ago • 2 comments

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

ErwannRobin avatar Feb 10 '15 09:02 ErwannRobin

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

nuthatch avatar Jul 14 '15 20:07 nuthatch

(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 avatar Sep 25 '16 23:09 toddreed