Install problem Fire in MacOS

I download Fire (trial) in my Mac but I get this error log when try install the dmg package:

Process: Fire [896]
Path: /Volumes/VOLUME/Fire.app/Contents/MacOS/Fire
Identifier: com.remobjects.fire
Version: ???
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Fire [896]
User ID: 501

Date/Time: 2017-09-16 13:58:12.589 -0300
OS Version: Mac OS X 10.10.5 (14F2411)
Report Version: 11
Anonymous UUID: 90644F35-188C-D764-9364-DAF4093C8FE6

Time Awake Since Boot: 320 seconds

Crashed Thread: 0

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
Library not loaded: @loader_path/libmono-2.0.dylib
Referenced from: /Volumes/VOLUME/Fire.app/Contents/MacOS/Fire
Reason: no suitable image found. Did find:
/Volumes/Fire 9.2.101.2181/Fire.app/Contents/MacOS/libmono-2.0.dylib: code signature invalid for ‘/Volumes/Fire 9.2.101.2181/Fire.app/Contents/MacOS/libmono-2.0.dylib’

/Volumes/Fire 9.2.101.2181/Fire.app/Contents/MacOS/libmono-2.0.dylib: code signature invalid for '/Volumes/Fire 9.2.101.2181/Fire.app/Contents/MacOS/libmono-2.0.dylib'

Binary Images:
0x7fff6a08e000 - 0x7fff6a0c492f dyld (353.2.4) /usr/lib/dyld
0x7fff836e4000 - 0x7fff836e5ff3 libSystem.B.dylib (1213) <4B24B5BE-45F2-355A-9A35-D438A516D140> /usr/lib/libSystem.B.dylib
0x7fff84735000 - 0x7fff84a66fff com.apple.Foundation (6.9 - 1154.12) <4CAF8528-9861-39D3-9A17-687EDAC62EE6> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff84b24000 - 0x7fff856a5ff7 com.apple.AppKit (6.9 - 1348.17) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff85e05000 - 0x7fff8619dff7 com.apple.CoreFoundation (6.9 - 1153.31) <4151A95B-66CA-3E6F-9FB2-DF1D8F3E606A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff87876000 - 0x7fff87876fff com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff89706000 - 0x7fff89f69fff com.apple.CoreGraphics (1.600.0 - 790) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8d6d1000 - 0x7fff8d8cb46f libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
0x7fff90fa2000 - 0x7fff90fa2fff com.apple.CoreServices (62 - 62) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff91503000 - 0x7fff91779fff com.apple.security (7.0 - 57031.40.9) <8D9CB878-BB71-3CF1-88CE-9E6FAC4043ED> /System/Library/Frameworks/Security.framework/Versions/A/Security

Model: MacBookAir4,2, BootROM MBA41.0077.B15, 2 processors, Intel Core i5, 1.7 GHz, 4 GB, SMC 1.73f66
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.24)
Bluetooth: Version 4.3.6f4 17916, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD TS128C, 121,33 GB
USB Device: FaceTime Camera (Built-in)
USB Device: Hub
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Hub
USB Device: Internal Memory Card Reader
Thunderbolt Bus: MacBook Air, Apple Inc., 8.1

Some directions?

Best regards,
Wanderlan

Curious, it looks like somehow your system has trouble verifying the code signature of that file; this is not an issue i have seen anyone else report, and it verifies fine in all my tests. can you try rung the following terminal command (adjusting the path as necessary)?

Floorshow:Fire mh [stable]+ $ codesign -v --verbose Bin/Build/macOS/Fire.app/Contents/MacOS/libmono-2.0.dylib
Bin/Build/macOS/Fire.app/Contents/MacOS/libmono-2.0.dylib: valid on disk
Bin/Build/macOS/Fire.app/Contents/MacOS/libmono-2.0.dylib: satisfies its Designated Requirement
Floorshow:Fire mh [stable]+ $