woocommerce-ios
woocommerce-ios copied to clipboard
[Xcode 14] Navigation bar doesn't display on "Inbox" and "Reviews" page
Please note, this is an issue on Xcode 14 beta 4(not sure about previous betas), I'll update this issue once new beta is out.
(Update: still an issue on Xcode 14 beta 5)
Describe the bug When app is launched from Xcode 14 beta 4, the "Inbox" and "Reviews" page (maybe other pages in hub menu page too) don't have a navigation bar.
To Reproduce Steps to reproduce the behavior:
- Launch the app using Xcode 14 beta 4.
- Sign in to a site.
- Go to 'Menu'.
- Click on 'Inbox', or 'Reviews'.
- Navigation bar doesn't display on the Inbox (or Reviews) screen.
Screenshots
Inbox | Reviews |
---|---|
![]() |
![]() |
Expected behavior Navigation bar displays on 'Inbox' and 'Reviews' screen.
Isolating the problem (mark completed items with an [x]): ~- [ ] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active.~ ~- [ ] This bug happens with a default WordPress theme active, or Storefront.~
- [x] I can reproduce this bug consistently using the steps above.
Mobile Environment Please include:
- Device: iOS Simulator
- iOS version: 16.0
- WooCommerce iOS version:
trunk
branch.
WordPress Environment
Hi @iamgabrielma and @jaclync , I thought I'll let you all know about this issue, since you both worked on this screen recently. This might just be an issue in Xcode beta, I'm not sure, but I'll re-visit this issue once next beta is out.
This no longer happens when built with the official Xcode 14 build.
@itsmeichigo I just checked on the trunk branch, this Xcode 14 issue still happens on an iOS 16 simulator. But with this workaround for iOS 16, this issue no longer happens. Not sure if I missed anything.
Yup I was testing on your branch xcode-14-workaround which includes the fix for the navigation bar in the hub menu.