Closed jpduckwo closed 6 months ago
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.
It is filled out with the details from the config.xml
The info is missing
The information is in the \<app>-Info.plist, however it seems xcode is expecting it to be in project.pbxproj now.
cordova create hello com.example.hello HelloWorld cordova platform add ios@latest open platforms/ios/HelloWorld.xcworkspace/
MacOS
MacOS 14.4.1 (23E224) Xcode Version 15.3 (15E204a) 12.0.0 (cordova-lib@12.0.1)
I thought this was affecting the ability to distribute my app - however, it wasn't an issue sorry!
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.
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
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