ios - Xcode 7.2 - during leaks instrumentation, app is not connecting to internet -
when try use leak instruments while profiling app, sever request get
400 bad request
however, if run app in debug mode works fine.
what issue?
guess you've several schemes , set difference urls request.
check target's scheme setting, make sure profile's build configuration 1 want. check screenshot below:
note: @petahchristian pointed out in comment below, it's better set release mode profile, , figure out reason why url incorrect in release mode only, correct then.
Comments
Post a Comment