Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
0
Question by ViggyMo · Feb 25, 2018 at 05:43 PM · ioscrash log

iOS Crash in UnityUpdateDisplayList (2017.3.0f3) - Rejection by Apple

Hi,

I'm hoping someone can help me figure out this crash that is causing my app to get rejected by Apple. It runs fine when I test it of course, and I'm not sure how to reproduce it.

Here is the symbolicated crash log:

0 squirrel 0x00000001019c27d4 UnityUpdateDisplayList (LibEntryPoint.mm:619)

1 squirrel 0x0000000100fe8cf0 -[DisplayManager updateDisplayListInUnity] (DisplayManager.mm:339)

2 squirrel 0x0000000100fe9094 -[DisplayManager screenDidConnect:] (DisplayManager.mm:378)

3 CoreFoundation 0x00000001822ed13c CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 20 (CFNotificationCenter.c:661)

4 CoreFoundation 0x00000001822ec6dc _CFXRegistrationPost + 420 (CFNotificationCenter.c:163)

5 CoreFoundation 0x00000001822ec440 ___CFXNotificationPost_block_invoke + 60 (CFNotificationCenter.c:1060)

6 CoreFoundation 0x0000000182369e24 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1408 (CFXNotificationRegistrar.m:163)

7 CoreFoundation 0x0000000182222d60 _CFXNotificationPost + 380 (CFNotificationCenter.c:1057)

8 Foundation 0x0000000182c4f348 -[NSNotificationCenter postNotificationName:object:userInfo:] + 68 (NSNotification.m:543)

9 UIKit 0x000000018be50a20 +[UIScreen _FBSDisplayConfigurationConnected:andNotify:] + 280 (UIScreen.m:599)

10 UIKit 0x000000018bb79060 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 292 (UIApplication.m:3094)

11 UIKit 0x000000018bf8edbc -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 364 (UIApplicationSceneClientAgent.m:41)

12 FrontBoardServices 0x0000000184a1e1f0 -[FBSSceneImpl _didCreateWithTransitionContext:completion:] + 364 (FBSSceneImpl.m:460)

13 FrontBoardServices 0x0000000184a26af8 __56-[FBSWorkspace client:handleCreateScene:withCompletion:]_block_invoke_2 + 224 (FBSWorkspace.m:606)

14 libdispatch.dylib 0x0000000181cdaa14 _dispatch_client_callout + 16 (object.m:502)

15 libdispatch.dylib 0x0000000181ce2200 _dispatch_block_invoke_direct$VARIANT$mp + 288 (queue.c:3025)

16 FrontBoardServices 0x0000000184a527f8 FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK + 36 (FBSSerialQueue.m:164)

17 FrontBoardServices 0x0000000184a5249c -[FBSSerialQueue _performNext] + 404 (FBSSerialQueue.m:196)

18 FrontBoardServices 0x0000000184a52a38 -[FBSSerialQueue _performNextFromRunLoopSource] + 56 (FBSSerialQueue.m:232)

19 CoreFoundation 0x000000018230377c CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24 (CFRunLoop.c:1982)

20 CoreFoundation 0x00000001823036fc __CFRunLoopDoSource0 + 88 (CFRunLoop.c:2017)

21 CoreFoundation 0x0000000182302f84 __CFRunLoopDoSources0 + 204 (CFRunLoop.c:2053)

22 CoreFoundation 0x0000000182300b5c __CFRunLoopRun + 1048 (CFRunLoop.c:2920)

23 CoreFoundation 0x0000000182220c58 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245)

24 GraphicsServices 0x00000001840ccf84 GSEventRunModal + 100 (GSEvent.c:2245)

25 UIKit 0x000000018b9795c4 UIApplicationMain + 236 (UIApplication.m:3956)

26 squirrel 0x0000000100fdb440 main (main.mm:33)

27 libdyld.dylib 0x0000000181d4056c start + 4

Anyone have any clues? Thanks!

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image unity_3369001972 · Feb 26, 2018 at 05:58 AM 0
Share

I also encountered the same problem, do you choose bitcode-->yes?

9 Replies

· Add your reply
  • Sort: 
avatar image
5
Best Answer

Answer by rogerly · Mar 07, 2018 at 06:14 PM

Look at updating your version of Unity to 2017.3.0p2. There was an issue that causes crashes in the app at launch when you ALREADY are connected to an AirPlay device (screen mirroring, etc). It only happens if you ALREADY connect to AirPlay BEFORE you launch your device. I am assuming that some App Store reviewers test things while screen mirroring to to a TV or something, and if they are already connected when they launch your app, it will cause a crash. This crash is 100% reproducible for me.

After updating to the appropriately patched versions (in my case, 2017.1.3p1), I was able to get my app launched properly without the crash.

https://issuetracker.unity3d.com/issues/ios-11-build-crashes-on-remotear-unityupdatedisplaylist-when-launching-app-from-url-with-airplay-connected

According to this issue: Fixed in: 2018.1.0b1 Backported to: 2017.3.0p2, 2017.2.1p2, 2017.1.3p1,Had similar problems and found that it was likely due to testers being ALREADY connected via AirPlay (screen mirroring, etc) BEFORE they launch your app. I was able to 100% reproduce this, and it seems that various versions of Unity were patched to fix it. I've verified that the patched version (in my case 2017.1.3p2) no longer crashes when I try the same steps.

2017.3.0p2 should fix this for you.

https://issuetracker.unity3d.com/issues/ios-11-build-crashes-on-remotear-unityupdatedisplaylist-when-launching-app-from-url-with-airplay-connected

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
1

Answer by Mihai_I · Feb 27, 2018 at 11:28 AM

I have the same problem, but i can't set Bitcode to yes. If someone found another solution pls pm me.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by ViggyMo · Feb 26, 2018 at 03:36 PM

Yes, bitcode=yes. And as far as I can tell, the report seems to indicate that it crashed on an iPad Mini 2 (iPad 4,4). Is that true of your crash as well? Here's the full crash log, can you share yours as well for comparison? link text


fullcrashsym.txt (15.4 kB)
Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image unity_3369001972 · Feb 27, 2018 at 03:51 AM 0
Share

I encountered the same error as you, [Display$$anonymous$$anager updateDisplayListInUnity] started to crash

symbol.txt (78.0 kB)
avatar image rogerly · Mar 07, 2018 at 06:17 PM 0
Share

Check this issue: https://issuetracker.unity3d.com/issues/ios-11-build-crashes-on-remo$$anonymous$$r-unityupdatedisplaylist-when-launching-app-from-url-with-airplay-connected

Likely caused by a device being connected via AirPlay prior to app launching.

avatar image
0

Answer by Hiroalex · Feb 26, 2018 at 10:41 PM

The same happened to me yesterday, my build got rejected by Apple for the same reason as you. iPad4,4 and similar crash log. Were you able to find a solution?

I've cleaned my workspace, fixed a few things and re-submitted a new build this morning, we'll see if it gets approved. This is weird because I've been submitting builds regularly recently and I never got any rejection like that.

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image ViggyMo · Feb 27, 2018 at 05:22 AM 0
Share

I wiped my server database on the off chance that some stale server-side data was the cause, then I resubmitted the exact same build and it got accepted this time. I still worry that there's a crash somewhere, but I can't repro. I did some local testing on the device in question and still no repro. $$anonymous$$aybe it was just a fluke rejection.

avatar image rogerly · Mar 07, 2018 at 06:18 PM 0
Share

https://issuetracker.unity3d.com/issues/ios-11-build-crashes-on-remo$$anonymous$$r-unityupdatedisplaylist-when-launching-app-from-url-with-airplay-connected

Check this issue and update your version of Unity to a supported patch. There seems to be a 100% reproducible crash in older versions if you are ALREADY connected to another device via AirPlay BEFORE you launch your app.

avatar image
0

Answer by unity_3369001972 · Feb 27, 2018 at 05:06 AM

My previous bitcode = no, crash, I changed bitcode = yes, the audit did not crash. Do not know if this is the reason

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
  • 1
  • 2
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

168 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

app store rejected my game ---> 64 bits devices crash... EXC_CRASH (SIGABRT) 0 Answers

Need help with iOS crash log 0 Answers

Game crashes during IAPs only on iPad (Unity 2018.4.19) 0 Answers

Apple Mach-O Linker (ld) 3 Answers

IOS File Path for saving data 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges