I know its been asked so many times, and i have read them all, but i just can't find any solution to my specific problem.
The app is in release mode, it has the distribution and development provisioning
generated , and dragged to Xcode.
In xcode , the code signing
does show me that distribution of that app to choose, so if i choose dev provisioning it works, if i choose distribution (in the "release") and run on device i get :
A valid provisioning profile for this executable was not found.
The app name is good, the bundle identifier also , i just can't do nothing . no idea where to go from here ,or even how to find the problem. what should i see in the organizer ?
Does the com.company.A
, need to be with the exact app name A also ? (app name has space anyway,so i guess they shouldn't even spelled the same)
(its not my first app, so certificates probably ok).
i have read this, and more : A valid provisioning profile for this executable was not found... (again)
nothing helped .