-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Just to let you know that running an iOS app with the Plugin enabled leads to a crash at splash screen with UE 4.27.2 on iPad with iOS 12.5.5.
After hours of testing, it appears it comes from the list of Apple Frameworks added in PublicFrameworks (in MobileNativeCode.Build.cs).
"MobileCoreServices" does not exist anymore, for once.
But removing it is not enough. I didn't have the time to try them all, so I commented out all those I was not using (UIKit, Foundation, CoreLocation, CoreFoundation, MessageUI and AVFoundation) and it run fine.
So if you have the time, you can try to fix the list, otherwise I hope this message will help someone having the same issue.
Metadata
Metadata
Assignees
Labels
No labels