Problem running MBS EventKit for iOS from Mojave

Hello, everyone.

Have you been able to make EventKit from MBS run properly in the simulator under Mojave and Xcode 10?

The included example in High Sierra and Xcode 9 in a VM seems to work OK but if I run it in Mojave and Xcode 10 it starts OK but crashes when trying to get authorization to read event calendars.

I thought it might be because of iOS 12 but it happens in 11.4.

I can’t find anything in the debug logs explaining what might happen.

I’m ok with using an older version of MacOS, but I thought to ask so I could avoid the VM if I may be missing something simple.

Can you send me a crash log by email?

Done!

Found something in my own testing:

CRASHING_DUE_TO_PRIVACY_VIOLATION

So it’s crash on purpose.

I think I found and fixed this.
I’ll upload newer EventKit to the website.

[quote=413720:@Christian Schmitz]I think I found and fixed this.
I’ll upload newer EventKit to the website.[/quote]

Thanks! Is it something related to Mojave? I was surprised not to get any error or warning anywhere (and actually, the app crashes silently in Xojo but takes several seconds to close in the simulator).

For me it was bug in the build script to not patch info.plist correctly.

Oh. It never occurred to me to look there.