Hi all. We are use ci\cd for build application bundle. Build and codesign have same process each time. Couple day ago we started getting errors "can`t be opened because the identity of the developer..." on some bundle. But, we can star build tow pipline one verson. One build will be work is fine, second is not. If i check
codesign -dvvv ./Application.app
on both build get success result. Problem on mac os version < 10.15.4. Our sdk 10.15.4. Reason may be in sdk, but why one build work, second none. Both get success on apple sign site.
What could be the problem?