woocommerce / woocommerce-ios

WooCommerce iOS app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
299 stars 110 forks source link

Missing tab bar name of Dashboard compiling the app with Xcode 16 on iOS 18 on iPad #13989

Open pmusolino opened 2 weeks ago

pmusolino commented 2 weeks ago

When compiling the app with Xcode 16 for iOS 18 on an iPad, the tab bar name for the Dashboard is missing. This issue affects the user interface and usability of the app, as users are unable to see the label for the Dashboard tab, which can lead to confusion and a poor user experience.

Steps to Reproduce:

  1. Open the project in Xcode 16.
  2. Compile and run the app on an iPad simulator running iOS 18.
  3. Observe that the tab bar on top, have the missing Dashboard name "My store".

Screenshot

dangermattic commented 2 weeks ago

Thanks for reporting! 👍

staskus commented 2 weeks ago

@pmusolino, I'm assigning this to myself right now in the scope of iPadOS 18 Tab Support.

There are more issues, such as missing buttons to create or search Products or Orders. I may find even more while digging deeper.