Hello!
AIR 51.1.1.4
I'm trying to notarize my game for steam(macos) and get error: bundle format is ambiguous (could be app or framework)
adt -sign -storetype KeyChainStore -alias "Developer ID (12345678)" -target bundle /Users/paulp/Desktop/Not/ShapikTMQ.app
ShapikTMQ.appFailure (1) in codesign request.
ShapikTMQ.app: replacing existing signatureShapikTMQ.app: bundle format is ambiguous (could be app or framework)
In subcomponent: /Users/paulp/ShapikTMQ.app/Contents/Frameworks/GameServices.framework
When I trying to codesign framework
codesign -s "Developer ID (12345678)" --timestamp --options runtime --force /Users/paulp/Desktop/Not/ShapikTMQ.app/Contents/Frameworks/GameServices.framework
/Users/paulp/Desktop/Not/ShapikTMQ.app/Contents/Frameworks/GameServices.framework: bundle format is ambiguous (could be app or framework)