ios - Download dSYM fails "Missing App Version" -
when try download dsym organizer, gives me error :
missing app version
app record “co.**” found matching version “1.0.3” build “10” not.
i have enabled bitcode. it's swift app swift , objective-c pods. xcode version 7.2 (7c68)
when right click on archive , @ it's package contents in finder, see dsyms folder. zipped , uplaoded crashlytics, still shows dsyms missing builds. has app.dsym dsyms uuids , others pods.
is xcode bug?
i see somene has posted similar question tvos on apple developer forum there no answers there. not allowed ask question there reason :p
i haven't added build itunesconnect yet, necessary download dsyms? xcode download dsym from? have fact bundleid of form co.somestring , not co.somestring.someotherstring? guess not, i'm looking anything.
is disabling bitcode way able dsym me?
sounds dsym file doesn't match application binary, if app version number , build number correct. every time build (archive) app, new , different dsym file, too.
you cannot use dsym file archived project, if made no code changes between archives. must correct archive , dsym within it.
here's related info hockeyapp, similar service crashlytics. if diff services, symbolicating crash reports similar problem.
Comments
Post a Comment