Ive been struggling with getting an app deployed to a device.
It runs in simulator, and I can build.
But when I put it onto an actual iPad, it is greyed out and wont start ‘unable to validate’
I created a new project, totally empty, same Bundle ID
That works fine. (Doesnt do anything, but it installs and it starts)
I copied all my code and resources from ‘bad’ project to this one.
That builds, but gives me the unable to validate message.
Removed a lot of screens and classes, and it installs.
SO:
Something in my code, or the resources, or the MBS plugins, is causing this issue.
Should I see plugins listed inside the .APP bundle, in the way I do for desktop apps?
(because I don’t)
What else could cause this issue?