Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15887] iOS: Debug UIApplicationDelegate warnings when running the default project in Simulator

GitHub Issuen/a
TypeBug
PriorityHigh
StatusResolved
ResolutionCannot Reproduce
Resolution Date2017-07-08T22:10:55.000+0000
Affected Version/sRelease 3.2.0
Fix Version/sn/a
ComponentsiOS
LabelsSupportTeam
ReporterFokke Zandbergen
AssigneeUnknown
Created2013-11-26T08:58:11.000+0000
Updated2018-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

Comments

  1. Brad White 2014-02-19

    This also occurs on SDK 3.2.1
  2. Neville Dastur 2014-04-27

    And also present in 3.2.2.GA
  3. Hans Knöchel 2017-07-08

    Fixed since a while, resolving issue.

JSON Source