The Bundle Uitests Couldn't Be Loaded Because It Is Damaged or Missing Necessary Resources. Try Reinstalling the Bundle

Test bundle could not be loaded because an unanticipated error

I found the answer by myself.

Your Build Settings -> Architectures should be same for Library and Test Project

Architectures -> Architectures = Standrad Architectures (armv7 ,armv7s ,
arm64)$(ARCHS_STANDARD)

Your Test Project's Linking -> Mach-O Type should be Bundle

Linking -> Mach-O Type = Bundle

Do Build and Run Tests. Thats it

Reason: image not found when running UI tests using a development pod

Re-setting the simulator & device fixed it for me.

None of the steps at the link provided by Paul were able to resolve it.



Related Topics



Leave a reply



Submit