[TIMOB-15887] iOS: Debug UIApplicationDelegate warnings when running the default project in Simulator
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2017-07-08T22:10:55.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | SupportTeam |
Reporter | Fokke Zandbergen |
Assignee | Unknown |
Created | 2013-11-26T08:58:11.000+0000 |
Updated | 2018-02-28T20:03:57.000+0000 |
Description
After creating a default project and running it in Simulator, the log shows the following (debug) warnings:
-- Start simulator log -------------------------------------------------------
[INFO] Application started
[DEBUG] Reading stylesheet from: /Users/zandbergen/Library/Application Support/iPhone Simulator/7.0.3/Applications/8EDCF2FE-F415-4E94-AF2A-025546D7EE58/warnings.app/stylesheet.plist
[DEBUG] 2013-11-26 09:57:48.706 warnings[3392:80b] You've implemented -[<UIApplicationDelegate> application:performFetchWithCompletionHandler:], but you still need to add "fetch" to the list of your supported UIBackgroundModes in your Info.plist.
[DEBUG] 2013-11-26 09:57:48.709 warnings[3392:80b] 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.
[INFO] warnings/1.0 (3.2.0.v20131122172908.d075998)
To reproduce
ti create -p ios -n warnings --id test.warnings -d . && cd warnings && ti build -p ios
This also occurs on SDK 3.2.1
And also present in 3.2.2.GA
Fixed since a while, resolving issue.