I have developed an app and its working fine, I decide to add Unit-Testing to the project while running the test on the device, Xcode throws me an error
-> " Failed to load test bundle from file:///private/var/containers/Bundle/Application/07F796E0-3BCE-4DF9-91E9-4D69E9B94F43/aspas%20dev.app/PlugIns/aspasDevTests.xctest/: Error Domain=NSCocoaErrorDomain Code=3588 "dlopen(/var/containers/Bundle/Application/07F796E0-3BCE-4DF9-91E9-4D69E9B94F43/aspas dev.app/PlugIns/aspasDevTests.xctest/aspasDevTests, 0x0109):"
-> " The bundle “aspasDevTests” couldn’t be loaded. Try reinstalling the bundle."
I tried many things but nothing is working, needed help in the issue, Thanks in advance