uiauto icon indicating copy to clipboard operation
uiauto copied to clipboard

Don't assume default DerivedData location

Open enriquez opened this issue 11 years ago • 0 comments

UIAuto magically finds your app bundle if it is in ~/Library/Developer/Xcode/DerivedData/. This location may be different if it has been customized in Xcode... so we should first parse ~/Library/Preferences/com.apple.dt.Xcode.plist to find out the actual location of DerivedData.

Related code: https://github.com/enriquez/uiauto/blob/master/lib/uiauto/instruments.rb#L86

enriquez avatar Aug 16 '13 20:08 enriquez