apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.15k stars 986 forks source link

Target Identity info missing Display Name, Version, Build #1433

Closed jpduckwo closed 2 weeks ago

jpduckwo commented 2 weeks ago

Bug Report

Problem

The Display Name, Version, and Build info are missing from the Identity section of the Target. I suspect this is todo with the latest Xcode version.

image

What is expected to happen?

It is filled out with the details from the config.xml

What does actually happen?

The info is missing

Information

The information is in the \<app>-Info.plist, however it seems xcode is expecting it to be in project.pbxproj now.

Command or Code

cordova create hello com.example.hello HelloWorld
cordova platform add ios@latest
open platforms/ios/HelloWorld.xcworkspace/

Environment, Platform, Device

MacOS

Version information

MacOS 14.4.1 (23E224) Xcode Version 15.3 (15E204a) 12.0.0 (cordova-lib@12.0.1)

Checklist

jpduckwo commented 2 weeks ago

I thought this was affecting the ability to distribute my app - however, it wasn't an issue sorry!