ios - Using XCode 8 with enabled bitcode for exporting appstore deployment ipa then resign -


i'm using xcode 8.3.3, , i've following problem: there project enabled bitcode settings. archived , exported result app store deployment (i left include app symbols , bitcode checkboxes checked). testing purposes resigned ipa ad-hoc distribution profile. installed app phone killed right after launch. here log:

aug 18 12:08:54 test-iphone-5s amfid[179] : sectrustevaluate [leaf criticalextensions issuercommonname]

aug 18 12:08:54 test-iphone-5s securityd[80] : cfreadstream posix: connection refused

aug 18 12:08:54 test-iphone-5s com.apple.xpc.launchd[1] (uikitapplication:..testapp[0x830a][1472]) : service exited due signal: killed: 9

aug 18 12:08:54 test-iphone-5s assertiond[60] : unable obtain task name port right pid 1472: (os/kern) failure (5)

aug 18 12:08:54 test-iphone-5s springboard[50] : unable register exec notifications: no such process

aug 18 12:08:54 test-iphone-5s springboard[50] : unable obtain task name port right pid 1472: (os/kern) failure (5)

aug 18 12:08:54 test-iphone-5s springboard[50] : unable obtain task name port right

aug 18 12:08:54 test-iphone-5s springboard[50] : unable short bsd proc info 1472: no such process

aug 18 12:08:54 test-iphone-5s springboard[50] : unable proc info 1472: no such process

aug 18 12:08:54 test-iphone-5s springboard[50] : unable register exec notifications: no such process

aug 18 12:08:54 test-iphone-5s assertiond[60] : not set priority of 1, priority: no such process

aug 18 12:08:54 test-iphone-5s springboard[50] : unable obtain task name port right pid 1472: (os/kern) failure (5)

aug 18 12:08:54 test-iphone-5s springboard[50] : unable obtain task name port right

aug 18 12:08:54 test-iphone-5s assertiond[60] : not set priority of 0, priority: no such process

aug 18 12:08:54 test-iphone-5s springboard[50] : unable short bsd proc info 1472: no such process

aug 18 12:08:54 test-iphone-5s springboard[50] : unable proc info 1472: no such process

aug 18 12:08:54 test-iphone-5s locationd[57] : gesture enabledfortopclient: 0, enabledindaemonsettings: 0

aug 18 12:08:54 test-iphone-5s springboard[50] : application 'uikitapplication:..testapp[0x830a]' exited abnormally via signal.

aug 18 12:08:54 test-iphone-5s locationd[57] : gesture enabledfortopclient: 0, enabledindaemonsettings: 0

aug 18 12:09:00 test-iphone-5s locationd[57] : gesture enabledfortopclient: 0, enabledindaemonsettings: 0

the interesting thing method worked few days ago. tried process above brand new, simple project. registered new app id , created new profiles. result same.

i tried xcode 8.2 , fresh install of 8.3.3, same result.

i tried using command line (with xcodebuild exportarchive export options plist), same result.

if disable bitcode, works fine, need enabled bitcode. appreciated!


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -