The appstore's response when i try to upload my new build is this= "no suitable application records were found. Verify your bundle identifier 'com.1234.ubicalapro' is correct.'
but then i've checked the appstore and its the same bundleId im trying to upload with the build.
what can i do?
I had this error in XCode 10.0.
On closer inspection, Apple had truncated my bundle ID.
The only way I could stop XCode from truncating my bundle ID was to ...
After this, no more error.