xcode - CoreBluetooth entitlements in Mac App -
xcode - CoreBluetooth entitlements in Mac App -
i trying build first mac app here. it's simple app doesn't have ui, relies heavily on corebluetooth. may first time developing os x day job developing ios i'm not stranger issues of development.
up point, app not sandboxed, wanted test without issues. trying release , have had enable sandboxing. rely on corebluetooth have enabled bluetooth entitlement, when archive app , save mac app store bluetooth functionality doesn't work (it work if run straight xcode.).
console shows next logs:
29/10/2014 00:23:10.782 appleeventsd[25]: sandboxed application pid 7652 attempted lookup app:"system events"/"com.apple.systemevents" 7655/0x0:0x92092 sevs1000 sess=100005 bundleid= denied due sandboxing. (___zl13handlemessagep17_xpc_connection_spv_block_invoke272()/appleeventsd.cp #2463) com.apple.root.default-qos 29/10/2014 00:23:10.819 sandboxd[118]: ([7652]) app(7652) deny appleevent-send com.apple.systemevents 29/10/2014 00:23:10.856 appleeventsd[25]: sandboxed application pid 7652 attempted lookup app:"system events"/"com.apple.systemevents" 7655/0x0:0x92092 sevs1010 sess=100005 bundleid= denied due sandboxing. (___zl13handlemessagep17_xpc_connection_spv_block_invoke272()/appleeventsd.cp #2463) com.apple.root.default-qos 29/10/2014 00:23:10.889 sandboxd[118]: ([7652]) app(7652) deny appleevent-send com.apple.systemevents 29/10/2014 00:23:11.004 appleeventsd[25]: sandboxed application pid 7652 attempted lookup app:"system events"/"com.apple.systemevents" 7655/0x0:0x92092 sevs1010 sess=100005 bundleid= denied due sandboxing. (___zl13handlemessagep17_xpc_connection_spv_block_invoke272()/appleeventsd.cp #2463) com.apple.root.default-qos 29/10/2014 00:23:11.021 sandboxd[118]: ([7652]) app(7652) deny appleevent-send com.apple.systemevents 29/10/2014 00:23:11.281 appleeventsd[25]: sandboxed application pid 7652 attempted lookup app:"system events"/"com.apple.systemevents" 7655/0x0:0x92092 sevs1010 sess=100005 bundleid= denied due sandboxing. (___zl13handlemessagep17_xpc_connection_spv_block_invoke272()/appleeventsd.cp #2463) com.apple.root.default-qos 29/10/2014 00:23:11.304 sandboxd[118]: ([7652]) app(7652) deny appleevent-send com.apple.systemevents 29/10/2014 00:23:11.738 appleeventsd[25]: sandboxed application pid 7652 attempted lookup app:"system events"/"com.apple.systemevents" 7655/0x0:0x92092 sevs1010 sess=100005 bundleid= denied due sandboxing. (___zl13handlemessagep17_xpc_connection_spv_block_invoke272()/appleeventsd.cp #2463) com.apple.root.default-qos 29/10/2014 00:23:11.760 sandboxd[118]: ([7652]) app(7652) deny appleevent-send com.apple.systemevents 29/10/2014 00:23:12.659 appleeventsd[25]: sandboxed application pid 7652 attempted lookup app:"system events"/"com.apple.systemevents" 7655/0x0:0x92092 sevs1010 sess=100005 bundleid= denied due sandboxing. (___zl13handlemessagep17_xpc_connection_spv_block_invoke272()/appleeventsd.cp #2463) com.apple.root.default-qos 29/10/2014 00:23:12.681 sandboxd[118]: ([7652]) app(7652) deny appleevent-send com.apple.systemevents 29/10/2014 00:23:14.565 appleeventsd[25]: sandboxed application pid 7652 attempted lookup app:"system events"/"com.apple.systemevents" 7655/0x0:0x92092 sevs1010 sess=100005 bundleid= denied due sandboxing. (___zl13handlemessagep17_xpc_connection_spv_block_invoke272()/appleeventsd.cp #2463) com.apple.root.default-qos 29/10/2014 00:23:14.601 sandboxd[118]: ([7652]) app(7652) deny appleevent-send com.apple.systemevents 29/10/2014 00:23:14.630 sandboxd[118]: ([7652]) app(7652) deny mach-lookup com.apple.blued
so tried entering entitlements under key: com.apple.security.temporary-exception.apple-events
com.apple.blued
, com.apple.systemevents
has not helped. bluetooth entitlement broken in xcode 6.1? or overseeing massive here?
this seems have been resolved changing code signing entitlements correct: used code signing ios apps , seems os x whole other question. had alter code signing automatic , developer. , nail 'mac app store' toggle worked fine :)
xcode osx cocoa core-bluetooth entitlements
Comments
Post a Comment