xcode - Can't release to AppStore with Delphi 10 Seattle and iOS 9 -


i using xcode 7 , delphi 10 seattle.

if try deploy appstore got these messages.

error itms-90507: "missing info.plist valua. value kay dtplatformname in bundle .. required."

error itms-90094: "invalid launch image - app contains launch image size modifier supported apps built ios 6.0 sdk or later."

error itms-90534: "invalid toochain. news , app updates must built public (gm) version of xcode 6 or later, , ios 8 sdk or ...

error itms-90507:

to resolve issue dtplatformname key must added project's plist file correct value. easiest way add under "project->options->version info" "ios 64 bits - release" configuration set. on "key/value list box" right-click anywhere in list of fields , select "add key". put "dtplatformname" key , "iphoneos" value.

enter image description here enter image description here

error itms-90094

try setting ios device 64 bit->configuration 'application store' in project manager.

error itms-90534

i had same problem, turns out 1 of libraries installed via bower includes .sh file, not needed. have deleted file , has been uploaded successfully.

seems apple enforces developers have .sh files in apps signed. cordova/phonegap app don't need of them, can safely delete them.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -