xcode - iOS ipa for Enterprise project does not open app -
i trying launch ios project enterprise account. first thing first, project running fine when run xcode. when download ipa archive(i created) server it appears open app on screen less second , closes it.
i have tried various provisioning profiles:
development -> ios app development
distribution -> in house
distribution -> ad hoc
and combined above possible ways of archiving project:
-> ad hoc deployment
-> enterprise deployment
-> development deployment
only when archive ipa development works on phone, registered development device provisioning profile, not other phones.
am missing out? there setting in xcode should change enterprise launch?
update: device logs says:
dyld error message: dyld message: library not loaded: @rpath/researchkit.framework/researchkit referenced from: /var/containers/bundle/application/6dbb2c29-b1ae-4ae0-aefb-abf4081467a5/beck chestionar.app/beck chestionar reason: no suitable image found. did find: /private/var/containers/bundle/application/6dbb2c29-b1ae-4ae0-aefb-abf4081467a5/beck chestionar.app/frameworks/researchkit.framework/researchkit: mmap() errno=1 validating first page of '/private/var/containers/bundle/application/6dbb2c29-b1ae-4ae0-aefb-abf4081467a5/beck chestionar.app/frameworks/researchkit.framework/researchkit' dyld version: 390.7
binary images: 0x100004000 - 0x100017fff beck chestionar arm64 /var/containers/bundle/application/6dbb2c29-b1ae-4ae0-aefb-abf4081467a5/beck chestionar.app/beck chestionar 0x120050000 - 0x12007ffff dyld arm64 /usr/lib/dyld
you should make sure select proper certificate distribution (in case enterprise certificate) , provision profile, use "automatic":
once set correct info, able export ipa , install on device. if app still crash after installing it, device logs , post here able tell next.
Comments
Post a Comment