Hi - just before weekend I had robovm-libgdx app ready to send. Today I wanted to create IPA, but somehow robovm doesn't see any identities:

I can see provisioning profiles. I can't also run app on device:
No signing identity found matching '/(?i)iPhone Developer|iOS Development/'
I made sure they didn't expired. In xcode I can see all identities:

And I can run apps without any problems.
I found niklas post in another topic saying:
Did you sort it out? RoboVM runs
security find-identity -v -p codesigning
to list all available code signing certificates and picks the one which starts with 'iPhone Developer'. Please run the command above in Terminal. If you don't see your 'iPhone Developer' cert in the output there's something wrong with your certificates.
This command gives me:
0 valid identities found
But I can see them in xcode.. so what's wrong?
I tried rebooting eclipse, rebooting mac, clearing robovm cache, refreshing gradle, clearing project.