fastlane-community / xcov

Nice code coverage reporting without hassle
MIT License
556 stars 107 forks source link

IDEFoundation could not be loaded #138

Open im-jersh opened 5 years ago

im-jersh commented 5 years ago

Updated to v1.5.0 and am getting an IDEFoundation could not be loaded with Exit status: 66.

screen shot 2018-10-23 at 12 32 22 pm
NarasimhaiahKolli commented 5 years ago

Same issue here. please someone provide solution

thelvis4 commented 5 years ago

Looking at the screenshot above, I think xcov-core doesn't handle paths with spaces properly. As a short-term solution, try renaming Xcode or the directory that contains spaces. Please let us know if this helped. Long-term, xcov-core should escape paths itself.

im-jersh commented 5 years ago

confirmed! renaming the Xcode application to a title that contains a space breaks xcov. oddly enough, trying to rename from Xcode 10.1 to Xcode broke the app entirely, couldn't even open it up. had to delete, redownload, and install again. but this cleared up my issue. thanks @thelvis4