macadmins / SplashBuddy

Onboarding splash screen for MDM and Automated Device Enrollment.
Apache License 2.0
403 stars 70 forks source link

SplashBuddy crashes at launch on 10.11.6 #39

Closed ftiff closed 7 years ago

ftiff commented 7 years ago

Since WKWebView introduction in RC5, SplashBuddy crashes at launch on 10.11.6 reported by Emily, howardgmac and Rudy.


Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000439
Exception Note:        EXC_CORPSE_NOTIFY
VM Regions Near 0x439:
--> 
    __TEXT                 0000000107db0000-0000000107dca000 [  104K] r-x/rwx SM=COW  /Users/USER/Downloads/SplashBuddy.app/Contents/MacOS/SplashBuddy
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.WebKit                0x00007fff9601a3e9 WebKit::WebPageProxy::close() + 9```
ftiff commented 7 years ago

Created radar 33659364 sysdiagnose_2017.08.01_21-03-18+0200.tar.gz Crash_Log_from_10_11_6.txt

ftiff commented 7 years ago

I'm not sure we had an impact. but since latest release of Xcode, WKWebView is clearly indicated as not compatible with <10.12: SplashBuddy/SplashBuddy/Base.lproj/SplashBuddy.storyboard:9lx-PG-aVf: error: WKWebView before macOS 10.12 (NSCoding support was broken in previous versions)

→ Won't fix. Dropped support of 10.11 in fa7f9f6a50ffbeaaea6a71826ffae7b1d8b26418 (use RC4 if needed)