Issue with launch screen with iPad multitasking enabled

Hey all, I'm working on enabling multitasking for iPad and when I made a few adjustments to my LaunchScreen_iPad.storyboard file (which is also defined in the Info.plist under UILaunchStoryboardName~ipad), when I launch the app in Regular|Regular size class, the app is launched with a cached version of my storyboard and the updated constraints on the imageview are not applied. I even tried renaming the storyboard to LaunchScreenV2_iPad and the constraints still are not updated. I then deleted the image view altogether and when I launch the app in Regular | Regular size class, the cached version still displays. Has anyone else run into this issue?