You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
(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.
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
The text was updated successfully, but these errors were encountered: