ios - Swift Binary rejected and i cannot reproduce the crash -


apple rejected app because claim crashed on launch. detailed crash logs :

version:             143 (1.1) code type:           arm-64 (native) parent process:      launchd [1]  date/time:           2016-01-12 16:10:55.55 -0800 launch time:         2016-01-12 16:10:54.54 -0800 os version:          ios 9.2 (13c75) report version:      105  filtered syslog: none found  dyld error message: dyld message: library not loaded: @rpath/fbsdkloginkit.framework/fbsdkloginkit   referenced from: /var/mobile/containers/bundle/application/xxx   reason: no suitable image found.  did find:     /private/var/mobile/containers/bundle/application/xxx xxx.app/frameworks/fbsdkloginkit.framework/fbsdkloginkit: mremap_encrypted() => -1, errno=12 /private/var/mobile/containers/bundle/application/xxx xxx.app/frameworks/fbsdkloginkit.framework/fbsdkloginkit  /private/var/mobile/containers/bundle/application/ xxx.app/frameworks/fbsdkloginkit.framework/fbsdkloginkit: mremap_encrypted() => -1, errno=12 /private/var/mobile/containers/bundle/application/ xxx.app/frameworks/fbsdkloginkit.framework/fbsdkloginkit  /private/var/mobile/containers/bundle/application/ dyld version: 370.6 

the app written swift , problem cannot reproduce crash on device. i've tested on iphone 5, 6 , 6s plus. have idea on might have caused problem, how can reproduce problem , how can solve problem there any? other thread here said if resubmit app might accepted, advice valid ? in advance answers

edit 1 forgot mention app got rejected in version 1.1 there no rejection @ version 1.0

edit 2 contacted apple developer support , answer not related fbsdkloginkit framework

i writing today in response inquiry app crashing.

after reviewing case have determined may using resource rules in project’s code signing settings. resource rules no longer supported. please review build settings in xcode , remove resource rules.

after removing resource rules build settings, please clean project selecting clean command project menu while holding down option key. delete intermediate files previous builds. after should able build project successfully.

the problem never used resource rules.

as shared here https://stackoverflow.com/a/35921044/95397:

i think issue matter of running out of memory , ios not dealing in great way , reason app accepted when resubmitted because (new) reviewer’s device not in same situation.

i did write-up of issue on our app’s repo: https://github.com/artsy/eigen/issues/1246


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -