Home > Enterprise >  Xamarin project some changes not applied when deployed to App Store
Xamarin project some changes not applied when deployed to App Store

Time:10-14

This has started since we updated Visual Studio and upgraded XCode to 13. Our mobile app builds fine. We can see all out changes in the iPhone Simulator. When we deploy to the App Store and view the app via TestFlight, only some changes appear.

For example:

  1. We removed a tab from a TabbedPage. This removal we can see in the simulator, but not when deployed to TestFlight.
  2. We updated the build number in the info.plist. We can see this change after app is deployed to TestFlight.

We have cleared bin and obj folders.

Any ideas people?

Microsoft Visual Studio Community 2019 Version 16.11.4

XCode 13.0 (13A233)

CodePudding user response:

I was only able to get working again after a full uninstall and re-install of Visual Studio.

  • Related