xCode crash when i run app on my iPhone -


hi guys have strange problem.

trying run app on iphone, xcode has sudden crash. happens if use university account develop. if sign application personal account (the 1 signature expires after 7 days) xcode not crash.

why ?!

if start app on emulator university account, not crash.

:o

this crash log:

system integrity protection: enabled  crashed thread:        0  dispatch queue: com.apple.main-thread  exception type:        exc_crash (sigabrt) exception codes:       0x0000000000000000, 0x0000000000000000 exception note:        exc_corpse_notify  application specific information: mainqueue: -[ideprovisioningmanager setdelegate:callbackqueue:]_block_invoke productbuildversion: 8e3004b assertion failure in /library/caches/com.apple.xbs/sources/ideframeworks/ideframeworks-12175.1/idefoundation/provisioning/mechanic/useractions/ideprovisioninguseraction.m:125 details:  method -[ideprovisioninguseraction useractionname] responsibility of subclasses of ideprovisioningpermissionsfailureuseraction object:   <ideprovisioningpermissionsfailureuseraction: 0x7f9f7d82a870> method:   -useractionname thread:   <nsthread: 0x7f9f78e00ce0>{number = 1, name = main} 

this permissions issue, , happens because device udid needs added developer account using.

once udid added account xcode should able create provisioning profiles , shouldn't crash. if you're not administrator of developer account you're trying use device you'll need ask them add udid of apple device it's certificate.


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

javascript - Replicate keyboard event with html button -