ios - Xcode processing symbol files multiple times for same device -


if haven't installed our app phone in week or two, xcode processes symbol files again. far know, xcode should need once per device.

what can prevent happening?

it wouldn't bother me if quick, takes 10-15 minutes. usually, want test app, give feedback frontend devs, , move on.

xcode version: 8.3.3

ios version: 10.3.3

fyi, reason delay between builds of time use unity cloud build provides ipa. however, during faster iteration periods, cloud build slow.

try use cable or usb port - other usb port fixed me or "rebooting iphone" or

  1. clean project
  2. option + product -> clean build folder
  3. remove folder library/developer/xcode/deriveddata/modulecache
  4. find project folder in library/developer/xcode/deriveddata/ , remove
  5. restart xcode

Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -