xcode - Crashlytics updated to Fabric: Unable to copy dSYM -


i've updated project crashlytics fabric. i've followed steps in fabric mac app app simple won't build more once without cleaning.

when use product > clean, can build app once. next time try, building fails again.

what can fix issue?

2015-07-17 12:10:58.602 run[10802:603564] fabric.framework/run 1.3.16  2015-07-17 12:10:58.958 run[10802:603564] unable copy dsym @ path /users/username/library/developer/xcode/deriveddata/appname-byhgrsorkjornnaplkksbbzmvfel/build/products/debug-iphonesimulator path /users/username/library/caches/com.crashlytics.mac/5b91b14e832a7b1c29441ec5ba109810/builds/86a88558-0818-40bb-9ef5-b4816707a076/appname dev.app.dsym error domain=nscocoaerrordomain code=4 "the file “dwarf” doesn’t exist." userinfo=0x10010c960 {     nssourcefilepatherrorkey=/users/username/library/developer/xcode/deriveddata/appname-byhgrsorkjornnaplkksbbzmvfel/build/products/debug-iphonesimulator/appname dev.app.dsym/contents/resources/dwarf, nsuserstringvariant=(copy),     nsdestinationfilepath=/users/username/library/caches/com.crashlytics.mac/5b91b14e832a7b1c29441ec5ba109810/builds/86a88558-0818-40bb-9ef5-b4816707a076/appname dev.app.dsym/contents/resources/dwarf, nsfilepath=/users/username/library/developer/xcode/deriveddata/appname-byhgrsorkjornnaplkksbbzmvfel/build/products/debug-iphonesimulator/ticketveiling dev.app.dsym/contents/resources/dwarf,      nsunderlyingerror=0x10010c6a0 "the operation couldn’t completed. no such file or directory" }  command /bin/sh failed exit code 1 

it looks updating fabric/crashlytics solved problem!

pod update 'crashlytics' installing crashlytics 3.1.0 (was 3.0.11) 

update: guess spoke bit soon. issue isn't fixed, @ least have clean lot less before.


Comments