nbonamy / trax

macOS Music management application written in Flutter.
6 stars 0 forks source link

support for intel mac, mac not supported... #4

Open l300lvl opened 1 month ago

l300lvl commented 1 month ago

hi i realize this might be beyond your abilities or desire but i was wondering if you are able to maybe help me get this to build on a 2017 mbpro?

i get as far as "flutter run -d macos" and the result is:

Launching lib/main.dart on macOS in debug mode...
Updating project for Xcode compatibility.
Upgrading project.pbxproj
Upgrading Runner.xcscheme
Running pod install...                                             23.9s
2024-07-05 11:26:19.386 xcodebuild[2517:17252] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2024-07-05 11:26:19.810 xcodebuild[2517:17252] Writing error result bundle to /var/folders/sy/jm6fkqgd0dq61dvbpkfvtnmh0000gn/T/ResultBundle_2024-05-07_11-26-0019.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
        { platform:macOS }

    Available destinations for the "Runner" scheme:
        { platform:macOS, name:Any Mac }

    Ineligible destinations for the "Runner" scheme:
        { platform:macOS, arch:x86_64h, id:FB50DF3C-88F4-56B8-8DDD-D059D18087E7, error:My Mac doesn’t support any of trax.app’s architectures. You can set trax.app’s Architectures build setting to Standard Architectures to support My Mac. }
Building macOS application...                                           
Error: Build process failed

if this isnt possible i totally understand, just liked the look of your app and wanted to give it a shot. anyways, keep up the great work! (im sure ill upgrade my mb some day)

nbonamy commented 1 month ago

I see that I excluded x86_64 arch but can't remember why. Will take a look.... EXCLUDED_ARCHS = x86_64;