I found the Xcode11 bug

Hello. I'm student in korea and I'm studying iOS development.

I updated new Xcode11 and I was developing my app

I tried to test my app on my iPhone.

When i first install the app, the code I built is work in my app in iPhone.

But since the second build, the code I built is not reflect in my app in iPhone.

But if I remove the app and install it again, the code I built is reflected.

Please fix the this bug as soon as possible.


ps. I updated my iPhone to iOS13

Accepted Reply

The forum is not the place to report a bug to Apple.


Use bug report (link at the bottom of this screen).


What happensis that when you just upgrage the app, some data remain in cache.

If you erase and reload (but you loose all data), then cache is flushed.


Could try to do an option-clean-build folder before recompiling the app.

Replies

The forum is not the place to report a bug to Apple.


Use bug report (link at the bottom of this screen).


What happensis that when you just upgrage the app, some data remain in cache.

If you erase and reload (but you loose all data), then cache is flushed.


Could try to do an option-clean-build folder before recompiling the app.