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

Warnings in debug log #3

Open
SimonFairbairn opened this issue Mar 21, 2017 · 2 comments
Open

Warnings in debug log #3

SimonFairbairn opened this issue Mar 21, 2017 · 2 comments

Comments

@SimonFairbairn
Copy link
Contributor

Great idea, really helps with organisation. I am seeing these warnings pop up in the debug log, however:

You've implemented -[<UIApplicationDelegate> application:performFetchWithCompletionHandler:], but you still need to add "fetch" to the list of your supported UIBackgroundModes in your Info.plist.

You've implemented -[<UIApplicationDelegate> application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plist.

I'm pretty sure these messages can be safely ignored so this is more just FYI.

@bonyadmitr
Copy link

Also there is warning "Warning: Unable to create restoration in progress marker file"

@markusfassbender
Copy link

I think this can be resolved only through an compiler flag to remove those methods from the run time...

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