xcode - why my Mac app fails to launch, signing issue? -
i'm developing mac app released outside mac app store.
so, automated build process: builds app , signs .app file mac dev id.
if sign app credentials works expected. either in machine or peers machine.
but, if peer signs credentials (using same scripts), app crashes either in machine or mine. error console:
6/27/14 3:04:39.647 pm taskgated[1807]: none of 1 applicable provisioning profile(s) apply 6/27/14 3:04:39.647 pm taskgated[1807]: killed com.mycompany.myapp[pid 2255] because use of com.apple.developer.team-identifier entitlement not allowed 6/27/14 3:04:39.648 pm com.apple.launchd.peruser.501[286]: ([0x0-0x117117].com.mycompany.myapp[2255]) exited: killed: 9 6/27/14 3:04:39.719 pm coreservicesuiagent[2258]: error: qtn_file_apply_to_path error: read-only file system 6/27/14 3:04:42.021 pm coreservicesuiagent[2258]: unable continue stopped application -- error -600
what doing wrong? , how can solve it?
Comments
Post a Comment