I'm trying to compile my app on release, but I can't do it beacause:
"No valid iOS code signing keys found in keychain. You need to request a codesigning certificate from https://developer.apple.com."
I'm using a Mac Online connecting with VNC Viewer to compile.
Have you followed the instruction first ?
If problem persists , i suggest
Go to Apple Developer Member Center to recreate Certificates ,profiles .
Delete old Certificate in KeyChain Access
on mac .
Select it in visual studio and try again .
Before it you could try to build release version with XCode to check if it works .
Answers
Have you followed the instruction first ?
If problem persists , i suggest
Go to Apple Developer Member Center to recreate Certificates ,profiles .
Delete old Certificate in
KeyChain Access
on mac .Select it in visual studio and try again .
Before it you could try to build release version with XCode to check if it works .