Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17601] iOS8: Simulator - unexpected behavior before launching the app

GitHub Issuen/a
TypeBug
PriorityHigh
StatusResolved
ResolutionCannot Reproduce
Resolution Date2016-12-23T23:38:05.000+0000
Affected Version/sRelease 3.4.0
Fix Version/sn/a
ComponentsiOS
Labelsios8, qe-3.4.0
ReporterOlga Romero
AssigneeChris Barber
Created2014-09-02T18:28:29.000+0000
Updated2016-12-23T23:38:05.000+0000

Description

Description

When launching the app on iOS8 Simulator, I encountered that as soon as the simulator started, it hanged with the black screen for a while before the splash screen appeared. The simulator displays the home screen with the installed app icon. The second attempt to launch the app is successful. Note: the black screen appears for iOS7 and iOS8 Simulators, the return to the home screen happens on iOS8 Sim only.

To reproduce

1. Create the default app with appcelerator services enabled 2. Run iOS Simulator

Actual result

The black screen for a while, the splash screen and return to the home screen.

Expected result

The application should be launched successfully

Attachments

FileDateSize
ioslib.zip2014-10-21T00:46:07.000+00003690600
ios-sim.txt2014-09-15T19:15:53.000+00003052
ios simulator system log.txt2014-09-15T19:15:35.000+000036249
launchd_bootstrapEHarris.plist2014-09-17T01:22:02.000+00006497
native_splash_screen.png2014-09-22T18:33:52.000+0000832611
SystemLogsEHarris.txt2014-09-17T04:00:43.000+000030289
wluu_titanium.zip2014-09-22T18:35:06.000+000071666

Comments

  1. Ingo Muschenetz 2014-09-02

    This appears to be prevalent on slower machines.
  2. me@gmail.com 2014-09-05

    affects me too and I am on a latest and greatest fully stocked MBPr
  3. Ewan Harris 2014-09-09

    Issue appears on iPhone 6 simulators also. Environment: Mac OSX 10.9.4 Appcelerator Studio, build: 3.4.0.201409032106 Titanium SDK build: 3.4.0.v20140909144631 Titanium CLI, build: 3.4.0-beta Alloy: 1.5.0-beta2 iOS Simulator iPhone 6 8.0
  4. Ingo Muschenetz 2014-09-12

    [~eharris] to re-reproduce, [~cbarber] to review.
  5. Ewan Harris 2014-09-12

    Attempted to reproduce on: Mac OSX 10.9.4 Appcelerator Studio, build: 3.4.0.201409112242 Titanium SDK build: 3.4.0.v20140912120914 Titanium CLI, build: 3.4.0-rc2 Alloy: 1.5.0-beta2 iOS Simulators iPhone 6 (8.0), iPhone 6 Plus (8.0), iPhone 5s (7.1) Xcode6 GM Seed Saw the issue this morning before being asked to reproduce, I was building a newly created app to an iPhone 6 Simulator and the issue appeared. However since then I have been unable reproduce the issue. The issue exists but appears to be intermittent and can't be reproduced reliably.
  6. Eric Merriman 2014-09-13

    An additional note, we noted similar behavior when running in Xcode alone. It was a titanium-created project, but launched using Xcode on a slower mac. If anyone is able to reproduce, please try a project created by Xcode of similar complexity to see if this issue is exhibited by Xcode as well.
  7. Olga Romero 2014-09-15

    Please, see the attached files.
  8. Chris Barber 2014-09-15

    Analyzing the ios-sim and system.log we see that the app was indeed launched, but the process was killed by iOS.
       [DEBUG] Session started
       [DEBUG] Session did end with error (null)
       
       com.apple.CoreSimulator.SimDevice.8F5608F5-7838-40FD-808A-E3586D669F27.launchd_sim[27274] (UIKitApplication:com.appcelerator.timob17629[0x1dc8][27317]): Service exited due to signal: Killed: 9
       .local SpringBoard[27286]: Application 'UIKitApplication:com.appcelerator.timob17629[0x1dc8]' exited abnormally via signal.
       assertiond[27290]: assertion failed: 13E28 12A365: assertiond + 11619 [03CE1BE5-ACCB-3989-A453-41D167A25E66]: 0x1
       .local SpringBoard[27286]: Unable to deliver -[UIRemoteApplication showTopMostMiniAlertWithSynchronizationPort:] message to port 0: (ipc/send) invalid destination port
       
    Why? No idea. It's not clear yet if this is an SDK issue or a tooling issue.
  9. Matt Langston 2014-09-15

    I am unable to reproduce on MBP Retina, 15-inch, Mid 2014, 16 GB, 512 SSD, OS X 10.9.4, Xcode Version 6.0 (6A313) The two internal engineers that have been able to reproduce the issue have the same software versions but more modest MacBook Pros (one a 15-inch, Mid 2010, the other a 15-inch, Mid 2012). Both have 8 GB and HDD instead of SSD.
  10. Matt Langston 2014-09-15

    To anyone who can reproduce this problem, will you please attach your launchd_bootstrap.plist to this ticket? You can find the path to this file by running this command from Terminal:
        ps aux | grep launchd_sim
        
  11. Matt Langston 2014-09-16

    This log output, from iOS-sim, is normal and indicates the expected shutdown of an app launched from ios-sim when the user launches the app for a subsequent time; it is not an indication of the error:
        [DEBUG] set device to : iPhone 6
        [DEBUG] Session started
        [DEBUG] Session did end with error (null)
        [DEBUG] Removing named pipe at /var/folders/kl/fwvxtxc15dz139jyl51lld_w0000gn/T//ios-sim-stderr-pipe-1410881187'
        [DEBUG] Removing named pipe at /var/folders/kl/fwvxtxc15dz139jyl51lld_w0000gn/T//ios-sim-stdout-pipe-1410881187'
        
    This log output, from the system log, is also normal and not an indication of the error (it occurs at the same time that the user launches the app for a subsequent time under iOS-sim):
        Sep 15 17:59:28 Matts-MacBook-Pro-2.local SpringBoard[23489]: Application 'UIKitApplication:com.foo[0x2ec2]' exited abnormally via signal.
        Sep 15 17:59:28 Matts-MacBook-Pro-2 assertiond[23493]: assertion failed: 13E28 12A365: assertiond + 11619 [03CE1BE5-ACCB-3989-A453-41D167A25E66]: 0x1
        Sep 15 17:59:29 Matts-MacBook-Pro-2 com.apple.CoreSimulator.SimDevice.B637FDF2-8356-4FFE-A3DE-3579D7B8ED95.launchd_sim[23478] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
        Sep 15 17:59:29 Matts-MacBook-Pro-2 foo[25976]: assertion failed: 13E28 12A365: libxpc.dylib + 69090 [A6323EFF-4EA3-3D2B-957D-C71CF8CE4C38]: 0x7d
        
    My suggestion for a workaround to this issue is to modify ios-sim (or its driver ioslib) to look for this log output from the system log as an indication failure to launch the app, and upon detecting this output launch the app again (and repeatedly) using ios-sim:
        Sep 15 12:10:25 Olgas-MacBook-Pro.local SpringBoard[27286]: Unable to deliver -[UIRemoteApplication showTopMostMiniAlertWithSynchronizationPort:] message to port 0: (ipc/send) invalid destination port
        
    Since I cannot reproduce the problem, I cannot be certain that this algorithm is absolutely correct, but it does represent a reasonable algorithm based on the data we have.
  12. Malcolm Hollingsworth 2014-09-17

    Having the same issue since I installed this. http://builds.appcelerator.com/mobile/3_4_X/mobilesdk-3.4.0.v20140916151649-osx.zip
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        	<key>bootstrap</key>
        	<dict>
        		<key>binpref</key>
        		<string>x86_64</string>
        		<key>child</key>
        		<dict>
        			<key>DYLD_ROOT_PATH</key>
        			<string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk</string>
        			<key>DYLD_SHARED_REGION</key>
        			<string>avoid</string>
        			<key>IPHONE_SHARED_RESOURCES_DIRECTORY</key>
        			<string>/Users/Yosemite/Library/Developer/CoreSimulator/Devices/7B5C3339-0865-4304-9CD4-661975A1C6B4/data</string>
        			<key>IPHONE_SIMULATOR_CLASS</key>
        			<string>N56</string>
        			<key>IPHONE_SIMULATOR_DEVICE</key>
        			<string>iPhone</string>
        			<key>IPHONE_SIMULATOR_ROOT</key>
        			<string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk</string>
        			<key>IPHONE_TVOUT_EXTENDED_PROPERTIES</key>
        			<string>/Users/Yosemite/Library/Developer/CoreSimulator/Devices/7B5C3339-0865-4304-9CD4-661975A1C6B4/data/Library/Application Support/iPhone Simulator/com.apple.iphonesimulator/extended_display.plist</string>
        			<key>PATH</key>
        			<string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/sbin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/sbin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/local/bin</string>
        			<key>SIMULATOR_CAPABILITIES</key>
        			<string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/iPhone 6 Plus.simdevicetype/Contents/Resources/capabilities.plist</string>
        			<key>SIMULATOR_DEVICE_NAME</key>
        			<string>iPhone4Simulator</string>
        			<key>SIMULATOR_EXTENDED_DISPLAY_PROPERTIES</key>
        			<string>/Users/Yosemite/Library/Developer/CoreSimulator/Devices/7B5C3339-0865-4304-9CD4-661975A1C6B4/data/Library/Application Support/iPhone Simulator/com.apple.iphonesimulator/extended_display.plist</string>
        			<key>SIMULATOR_HOST_HOME</key>
        			<string>/Users/Yosemite</string>
        			<key>SIMULATOR_LOG_ROOT</key>
        			<string>/Users/Yosemite/Library/Logs/CoreSimulator/7B5C3339-0865-4304-9CD4-661975A1C6B4</string>
        			<key>SIMULATOR_MAINSCREEN_HEIGHT</key>
        			<string>2208</string>
        			<key>SIMULATOR_MAINSCREEN_PITCH</key>
        			<string>461.000000</string>
        			<key>SIMULATOR_MAINSCREEN_SCALE</key>
        			<string>3.000000</string>
        			<key>SIMULATOR_MAINSCREEN_WIDTH</key>
        			<string>1242</string>
        			<key>SIMULATOR_MEMORY_WARNINGS</key>
        			<string>/Users/Yosemite/Library/Developer/CoreSimulator/Devices/7B5C3339-0865-4304-9CD4-661975A1C6B4/data/var/run/memory_warning_simulation</string>
        			<key>SIMULATOR_MODEL_IDENTIFIER</key>
        			<string>iPhone7,1</string>
        			<key>SIMULATOR_PLATFORM_RUNTIME_OVERLAY_ROOT</key>
        			<string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/CoreSimulator/RuntimeOverlay</string>
        			<key>SIMULATOR_ROOT</key>
        			<string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk</string>
        			<key>SIMULATOR_RUNTIME_BUILD_VERSION</key>
        			<string>12A365</string>
        			<key>SIMULATOR_RUNTIME_VERSION</key>
        			<string>8.0</string>
        			<key>SIMULATOR_SHARED_RESOURCES_DIRECTORY</key>
        			<string>/Users/Yosemite/Library/Developer/CoreSimulator/Devices/7B5C3339-0865-4304-9CD4-661975A1C6B4/data</string>
        			<key>SIMULATOR_UDID</key>
        			<string>7B5C3339-0865-4304-9CD4-661975A1C6B4</string>
        			<key>SIMULATOR_VERSION_INFO</key>
        			<string>CoreSimulator 110.2 - Device: iPhone 6 Plus - Runtime: iOS 8.0 (12A365) - DeviceType: iPhone 6 Plus</string>
        			<key>XPC_SIMULATOR_LAUNCHD_NAME</key>
        			<string>com.apple.CoreSimulator.SimDevice.7B5C3339-0865-4304-9CD4-661975A1C6B4.launchd_sim</string>
        		</dict>
        		<key>child-defaults</key>
        		<dict>
        			<key>CFFIXED_USER_HOME</key>
        			<string>/Users/Yosemite/Library/Developer/CoreSimulator/Devices/7B5C3339-0865-4304-9CD4-661975A1C6B4/data</string>
        			<key>DYLD_FALLBACK_FRAMEWORK_PATH</key>
        			<string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks</string>
        			<key>DYLD_FALLBACK_LIBRARY_PATH</key>
        			<string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib</string>
        			<key>HOME</key>
        			<string>/Users/Yosemite/Library/Developer/CoreSimulator/Devices/7B5C3339-0865-4304-9CD4-661975A1C6B4/data</string>
        			<key>TMPDIR</key>
        			<string>/Users/Yosemite/Library/Developer/CoreSimulator/Devices/7B5C3339-0865-4304-9CD4-661975A1C6B4/data/tmp</string>
        		</dict>
        		<key>paths</key>
        		<array>
        			<string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/LaunchDaemons</string>
        			<string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/Developer/Library/LaunchDaemons</string>
        			<string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/CoreSimulator/RuntimeOverlay/System/Library/LaunchDaemons</string>
        		</array>
        		<key>self</key>
        		<dict>
        			<key>DYLD_FALLBACK_FRAMEWORK_PATH</key>
        			<string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks</string>
        			<key>DYLD_FALLBACK_LIBRARY_PATH</key>
        			<string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib</string>
        			<key>DYLD_ROOT_PATH</key>
        			<string>/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk</string>
        			<key>DYLD_SHARED_REGION</key>
        			<string>avoid</string>
        			<key>XPC_SIMULATOR_LAUNCHD_NAME</key>
        			<string>com.apple.CoreSimulator.SimDevice.7B5C3339-0865-4304-9CD4-661975A1C6B4.launchd_sim</string>
        		</dict>
        	</dict>
        	<key>ipc-abort</key>
        	<true/>
        	<key>log-launch-reasons</key>
        	<false/>
        	<key>require-binding</key>
        	<true/>
        	<key>use-libgmalloc</key>
        	<false/>
        </dict>
        </plist>
        
  13. Matt Langston 2014-09-17

    Thank you Malcolm. To any one else who can reproduce this problem, please check to see if your app has a crash log, or if your iOS Simulator itself is crashing (you will find these crash reports under ~/Library/Logs/DiagnosticReports/) and attach them to this ticket.
  14. Ewan Harris 2014-09-17

    [~mlangston] just attached the launchd_boostrap generated after this issue occured. Let me know if you need any other files.
  15. Matt Langston 2014-09-17

    Thank you [~eharris]. Could you also upload the crash logs mentioned above?
  16. Olga Romero 2014-09-17

        9/16/14 7:53:17.040 PM com.apple.launchd.peruser.501[285]: (com.apple.iphonesimulator.520288[60790]) Exited: Killed: 9
        9/16/14 7:53:21.901 PM com.apple.CoreSimulator.CoreSimulatorService[373]: Unable to register service IndigoHIDRegistrationPort in running launchd.  Assuming launchd_sim terminated, and we will register on reboot: 0xfffffecc
        9/16/14 7:53:21.920 PM com.apple.launchd.peruser.501[285]: (com.apple.CoreSimulator.SimDevice.C1558E8A-222B-455F-9C5D-07D2E08A2C50.launchd_sim[60793]) Could not terminate job: 3: No such process
        9/16/14 7:53:21.920 PM com.apple.launchd.peruser.501[285]: (com.apple.CoreSimulator.SimDevice.C1558E8A-222B-455F-9C5D-07D2E08A2C50.launchd_sim[60793]) Using fallback option to terminate job...
        9/16/14 7:53:23.469 PM launchd_sim[85784]: assertion failed: 13E28: libxpc.dylib + 29453 [75E30F22-514B-3A20-B82C-EDA43AF5C35C]: 0x8d
        9/16/14 7:53:23.680 PM com.apple.CoreSimulator.CoreSimulatorService[373]: Could not register service com.apple.coreservices.lsuseractivity.simulatorsupport: Failed to lookup com.apple.coreservices.lsuseractivity.simulatorsupport: 0x44e
        9/16/14 7:55:41.970 PM Safari[326]: CGSCopyDisplayUUID: Invalid display 0x0424d0a3
        9/16/14 7:56:14.301 PM Finder[345]: CGSCopyDisplayUUID: Invalid display 0x0424d0a3
        9/16/14 7:59:58.302 PM Safari[326]: CGSCopyDisplayUUID: Invalid display 0x0424d0a3
        
        
    Tested: Mac osx 10.9.4 Maverics Appcelerator Studio, build: 3.4.0.201409131030 Titanium SDK, build: 3.4.0.v20140916181713 acs@1.0.16 alloy 1.5.0-rc2 install@0.1.7 npm@1.4.23 sudo@1.0.3 titanium 3.4.0-rc4 titanium-code-processor@1.1.1 Xcode6GM iOS 8 Simulator iPhone5s [~mlangston] trying to find useful logs, please check (format.zip-built for ios8 sim) in your email, could not attach due to a large size.

    Test steps

    1. Updated CLI and SDK build 2. Created a default classic project 3. Run> iOS 8 iPhone5s Simulator
  17. Ewan Harris 2014-09-17

    Have attached the logs from a failed build as SystemLogsEHarris, at line 202 the application exits and the console prints
        Sep 16 20:35:09 eharris-MBP com.apple.CoreSimulator.SimDevice.F3FEE889-CA66-4B61-BF3B-5262376A958D.launchd_sim[27395] (UIKitApplication:com.appcelerator.kitchensink[0x4b27][27554]): Service exited due to signal: Killed: 9
        Sep 16 20:35:09 eharris-MBP.local SpringBoard[27406]: Application 'UIKitApplication:com.appcelerator.kitchensink[0x4b27]' exited abnormally via signal.
        
  18. Matt Langston 2014-09-17

    Thank you [~eharris] and [~oromero]. FYI, the line containing
    Service exited due to signal: Killed: 9
    is expected. The problem which both of you can reproduce (and that I cannot reproduce) causes this line in the syslog:
        Unable to deliver -[UIRemoteApplication showTopMostMiniAlertWithSynchronizationPort:] message to port 0: (ipc/send) invalid destination port
        
    You have both confirmed for us that this is symptomatic of the root cause (which is still unknown). We are developing a workaround that looks for this specific datum under the simulator and re-launches the app under this circumstance.
  19. Chris Barber 2014-09-19

    Master: https://github.com/appcelerator/titanium_mobile/pull/6136 3_4_X: https://github.com/appcelerator/titanium_mobile/pull/6137
  20. Amimul Hossain 2014-09-21

    Hello, I have observed similar issue with the new SDK and iOS 8.0 simulator. Sometimes the app doesn't launch on the first try. The simulator hangs in there with a black screen and after some time, the studio console display an error "project failed to build". Then again on the second try it's working fine. Another problem, that happens sometime is , after i run a project. In studio console though "Launching iOS Simulator" appears, but it hangs there and dosen't open the simulator. the only way is to stop the process and re run the project. this time it works. Thanks.
  21. Tim Poulsen 2014-09-22

    I built repeatedly for various iOS7 & 8 simulators and was unable to reproduce the original issue. PRs merged.
  22. Wilson Luu 2014-09-22

    Reopening ticket. Can still reproduce this issue on: Appcelerator Studio, build: 3.4.0.201409161950 SDK build: 3.4.0.v20140922070914 CLI: 3.4.0-rc4 Alloy: 1.5.0-rc3 Xcode: 6.0.1 Devices: iphone 5 simulator (8.0), iphone 5s simulator (7.1) *Steps to reproduce:* 1. Create a titanium project from CLI 2. Launch project to device simulator e.g. ti build -p ios -C "74A48716-6FC7-45DA-982A-81F699A8E1CA"
  23. Wilson Luu 2014-09-22

    Also, I was *not* able to reproduce this in native (Xcode 6.0.1) i.e. created the default two-tabbed default application, launched project in simulator 8.0, and app was able to launch successfully. One thing I noticed when trying to reproduce this issue in native is that Xcode 6.0.1 generated a default splash screen; see native_splash_screen.png attachment. Not sure if it's related to this issue, but in Xcode 5.1.1, no splash screen was generated. Also, will attach my log and crash reports when I was able to reproduce this issue in Titanium; see wluu_titanium.zip
  24. Tim Poulsen 2014-09-25

    PRs to revert: 3_4_X: https://github.com/appcelerator/titanium_mobile/pull/6164 Master: https://github.com/appcelerator/titanium_mobile/pull/6165
  25. Chris Barber 2014-09-26

    Improved handling of timeouts and update the latest version of ioslib. Master: https://github.com/appcelerator/titanium_mobile/pull/6173 3_4_X: https://github.com/appcelerator/titanium_mobile/pull/6184
  26. Tim Poulsen 2014-09-26

    Code looks good. I can't reproduce the issue. Maybe [~wluu] or [~oromero] should try before I merge the PR?
  27. Chris Barber 2014-09-26

    [~skypanther] Technically, [~oromero] already tested it yesterday and the adjusted ios-sim timeout did allow the simulator enough time to launch, but it did still kill the app after 20 seconds.
  28. Dietrich Streifert 2014-09-30

    I'm seeing this on Mavericks 10.9.5, Titanium Studio 3.4.0 GA, Xcode 6.0.1, CPU 2x3 GHz, 8 GByte RAM, Building an existing (since TI 1.8) classic app for IOS8 and iPhone 6 simulator. [INFO] Skipping xcodebuild [INFO] Finished building the application in 4s 344ms [INFO] Launching iOS Simulator [ERROR] Project failed to build after 8s 399ms Build (incremental) from command line is fast in about 4 seconds while simulator shows the home screen after additional 5 seconds. No additional error message then those above. If I use a IOS7 simulator the simulator starts without any problems, running the app. Going into the build directory and opening the build/iphone/App.xcodeproj directly with XCode and building and running it there with the IOS8 simulator for a iPhone 6 device is successfull and shows no problems. If I create a fresh classic app in Titanium and build it without any change for IOS8 and the iPhone 6 simulator, the simulator starts without problems. I see no difference in startup time between IOS7 and IOS8 simulator.
  29. Ingo Muschenetz 2014-09-30

    [~skypanther] I believe you can go ahead and merge at this point, assuming you are okay with the code. I did make one comment on a milliseconds/seconds switch.
  30. Tim Poulsen 2014-10-01

    PRs merged
  31. Muhammad Dadu 2014-10-21

    This is a modified version of ioslib. It uses 'xcrun simctl' provided by xCode 6 to launch the simulator, install and run the project. It was tested on a Core 2 Duo MacBook Pro and the unexpected behavior could not be reproduced.
  32. Chris Barber 2014-10-21

    [~mdadu] Why submit a zip file instead of a pull request? I would prefer to build and test from source.
  33. Ewan Harris 2014-11-19

    Reopening ticket as issue still occurs on: Mac OSX 10.10 Appcelerator Studio, build: 3.4.1.201410281743 Titanium SDK build: 3.4.2.v20141117130125, 3.5.0.v20141117130916 Titanium CLI, build: 3.4.1 Xcode 6.1, 6.1.1 GM Seed, 6.2 Beta iOS Simulator 8.1, 8.2 I have set my ios.simTimeout to 720(12 minutes) and when building to sim I regularly see the original issue where the splash screen would show and then it will fall back to the home screen. In the logs however there are differences, I see the line
        Nov 19 13:27:24 Ewans-MacBook-Pro.local SpringBoard[32460]: Application 'UIKitApplication:com.appc.analyticscap[0x4de6]' exited abnormally via signal.
        
    but I do not see
        Unable to deliver -[UIRemoteApplication showTopMostMiniAlertWithSynchronizationPort:] message to port 0: (ipc/send) invalid destination port
        
  34. Hans Knöchel 2015-10-16

    [~eharris] Can you confirm that on latest SDK's?
  35. Hans Knöchel 2016-12-23

    Resolving as "Cannot Reproduce" with newer versions of our SDK. Confirmation by [~cbarber] welcome!

JSON Source