I am trying to build a new version of an app I am developing that has a previous version on the App Store. I have installed the iOS 13.0 developer beta and Xcode 11.0 beta 5 (11M382q) today, and suddenly I am having issues building my app on my iPhone.
Attempting to install the new version of an app that I have released onto the App Store did not change the app, it is still the latest official release, even though Xcode made the app open on my phone. If I build the app on a simulator my changes are present. I decided to delete the app off of my phone, now it will not reinstall the app, giving the error message Install claimed to have succeeded, but application could not be found on device. bundleid = (my bundle id)
. This question seems to have the same problem as me but no answers fix my issue. I thought it may have to do with the iPhone Distribution/Development certificate I hold not being valid, yet building a different Xcode project works exactly as expected, with the app showing new features.
I don't know much about how Apple manages things like their Certificates, so if you need more information to diagnose my problem please do not hesitate to ask.