I'm currently facing an issue with my Xcode project.
Whenever I try to launch my project the screen goes black and stays there until I decide to close the simulator, I don't get no comments from Xcode on the debug area, BUT I remember seeing some error which stated that there were loads of classes such as: CSOSTransaction, CSRemoteControlClient, etc... implemented in both [path] and [path].
The pods I added into my project were:
This is what my simulator looks like after launching:
I've tried:
- Resetting my simulator
- Checked for duplicate frameworks
- (Command + Shift + K) in Xcode
- Uninstalling and Reinstalling Xcode
- Cleaned DerivedData, CoreSimulator, iOSDeviceSupport
- Resizing Simulator
- Ran
defaults write com.apple.CoreSimulator.IndigoFramebufferServices FramebufferRendererHint 0
on my Terminal to use OpenGL instead of Metal on my Simulator - Ran my app on my physical device
- Uninstalling and Reinstalling all the pods I previously added to my project
Is there anyone who can help me on this one?