Environment
- macOS 10.13.6
- Xcode 10.1
- react-native-splash-screen 3.2.0
Issue
After a fresh install of react-native-splash-screen following the manual install instructions and a Build in Xcode, signing errors are reported in the Report Navigator of Xcode.
screenshot

The errors occur during "Repair target SplashScreen":
No "iOS Development" signing certificate matching team ID "Y3MLDMF5L7" with a private key was found.
That team ID is in the SplashScreen project here
I'm not sure yet if this is causing any issues with building to a devices, but wondering if there's any fix or workaround for it?
Environment
Issue
After a fresh install of
react-native-splash-screenfollowing the manual install instructions and a Build in Xcode, signing errors are reported in the Report Navigator of Xcode.screenshot

The errors occur during "Repair target SplashScreen":
That team ID is in the SplashScreen project here
I'm not sure yet if this is causing any issues with building to a devices, but wondering if there's any fix or workaround for it?