The bundle UITests couldn’t be loaded because it is damaged or missing necessary resources. Try reinstalling the bundle

I was able to reproduce this issue with the project generated by Xcode 10.1. I used Swift 4.2 and CocoaPods 1.10.0 as a dependency manager. I had the following Podfile: # Uncomment the next line to define a global platform for your project platform :ios, ‘10.0’ target ‘MyApp’ do # Comment the next line if … Read more

tech