SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.31k stars 743 forks source link

Xcode 10.3: Failed to find or create execution context for description #331

Closed rkittinger closed 5 years ago

rkittinger commented 5 years ago

Hello, I just updated to Xcode 10.3, project is updated to Swift 5, but worked fine before. Now I am getting this error when building:

/Pods/SwiftMessages/SwiftMessages/Resources/CenteredView.xib: Failed to find or create execution context for description '<IBCocoaTouchPlatformToolDescription: 0x7ff80c629740> System content for IBCocoaTouchFramework-NineOneAndLater <IBScaleFactorDeviceTypeDescription: 0x7ff80c668a10> scaleFactor=2x'. These intermediate objects were non-nil: ( CenteredView.xib

/Pods/SwiftMessages/SwiftMessages/Resources/CardView.xib: Failed to find or create execution context for description '<IBCocoaTouchPlatformToolDescription: 0x7ff80c629740> System content for IBCocoaTouchFramework-NineOneAndLater <IBScaleFactorDeviceTypeDescription: 0x7ff80c668a10> scaleFactor=2x'. These intermediate objects were non-nil: ( CardView.xib

rkittinger commented 5 years ago

Solution: sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService