Desdaemon / flutter_rust_bridge_template

Template for Flutter + Rust integration with flutter_rust_bridge.
https://desdaemon.github.io/flutter_rust_bridge_template/
Apache License 2.0
119 stars 63 forks source link

Dynamic linking on M1 Mac doesn't work #17

Closed flutterfromscratch closed 1 year ago

flutterfromscratch commented 1 year ago

After cloning the template, and installing the required destinations etc, this error is thrown

Launching lib/main.dart on macOS in debug mode...
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00006001-000C30891EF8801E }
{ platform:macOS, arch:x86_64, id:00006001-000C30891EF8801E }
clang: error: no such file or directory: 'native.dylib'
Command Ld failed with a nonzero exit code
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner')
** BUILD FAILED **

Building macOS application...                                           
Exception: Build process failed
Desdaemon commented 1 year ago

Not sure how to fix this, but can you try pulling the macos-static branch instead and run it?

flutterfromscratch commented 1 year ago

Switched to that branch, seems to build okay :)

However, a lot of warnings are thrown. Possibly just the result of cached files, here they are:

Launching lib/main.dart on macOS in debug mode...
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00006001-000C30891EF8801E }
{ platform:macOS, arch:x86_64, id:00006001-000C30891EF8801E }
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.168g6u9mfh7dozcc.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.1g59wh3s6z8ese9d.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.1h5luz9yyum3a5jh.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.1hqgtf6feae5yv0m.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.1icf00bjgqo96ltn.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.1igr6sz0wnhcotqv.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.1krruxx2zvjd4yfu.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.1pq17lvayiu016hx.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.1s1l7lrh0cxnawv9.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.1wvnfpodnlafsy13.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.1yc3nas78kysoi0p.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.20a3fst0z5r4b8uj.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.23etn2hfe72k0u7s.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.2r83nasj0r5xd2gq.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.2rwiyvx614rpv1r4.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.2twabarc1dugvrj5.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.2xbhf46mzfwori7z.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.2zgr2wwht29gpuz7.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.31ulkxcmmef0vfnk.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.377que1bwwntadoo.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.39y5fxcumem15jl3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.3barx88vow7i0jh.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.3cnjpbf1ydgd2dh9.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.3ezbw8p0n9jpyz15.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.3gsrjgf76tmpizzv.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.3j2vejmreaxialck.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.3o8ykf9gr3j4buuf.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.3otjoml31f7s1xy1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.3pi77hc5oxu9b46n.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.3t9lek1i9fkj1vzj.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.3uxqazv6cnlhgfhi.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.3w7dg1vrwi86qyh3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.49kn7sjghj6pinrm.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.4hritl6zw9inuvx8.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.4pldsmoc7okhte13.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.4pyo3g52sdwtqazj.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.4qaisqmz7rumzpf1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.51jbyz0vylo2etfk.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.53bgisryazdpwoym.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.57ax7vvw0nztd89o.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.59m7hjtzcbe58mot.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.5ftv1pdw6ya5juxb.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.am33n8mgegqllzs.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.ghog5bjy4u0p22i.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.o7et3af2oxu5s14.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.tp9bz8hne7xqbh1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.xeanqvt9u0u60rg.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(native.1y00w0e3gv81imrk.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.10.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.11.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.12.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.13.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.14.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.15.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.4.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.5.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.6.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.7.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.8.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(flutter_rust_bridge-d20c73bfadf21e2b.flutter_rust_bridge.3aa20496-cgu.9.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(bytemuck-bf5cc2dd8af82e20.bytemuck.0488f114-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(bytemuck-bf5cc2dd8af82e20.bytemuck.0488f114-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(bytemuck-bf5cc2dd8af82e20.bytemuck.0488f114-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(bytemuck-bf5cc2dd8af82e20.bytemuck.0488f114-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.10.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.11.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.12.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.13.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.14.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.15.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.4.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.5.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.6.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.7.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.8.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(threadpool-c78fbd7ddefcf464.threadpool.b18e3c22-cgu.9.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_cpus-890ac4df9e214d9d.num_cpus.d12c5d25-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_cpus-890ac4df9e214d9d.num_cpus.d12c5d25-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_cpus-890ac4df9e214d9d.num_cpus.d12c5d25-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_cpus-890ac4df9e214d9d.num_cpus.d12c5d25-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_cpus-890ac4df9e214d9d.num_cpus.d12c5d25-cgu.4.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_cpus-890ac4df9e214d9d.num_cpus.d12c5d25-cgu.5.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_cpus-890ac4df9e214d9d.num_cpus.d12c5d25-cgu.6.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.10.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.11.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.12.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.13.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.14.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.15.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.4.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.5.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.6.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.7.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.8.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot-48559cc5213e66ab.parking_lot.81b30705-cgu.9.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.10.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.11.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.12.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.13.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.14.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.15.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.4.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.5.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.6.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.7.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.8.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(parking_lot_core-952829a4c863d287.parking_lot_core.d94f4dee-cgu.9.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(cfg_if-5a5916ed6f08adce.cfg_if.3af90011-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(smallvec-b627db06859de2c0.smallvec.11bb27ec-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(smallvec-b627db06859de2c0.smallvec.11bb27ec-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(smallvec-b627db06859de2c0.smallvec.11bb27ec-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(smallvec-b627db06859de2c0.smallvec.11bb27ec-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(lock_api-e437c5ca1c180ce3.lock_api.19a1d084-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(lock_api-e437c5ca1c180ce3.lock_api.19a1d084-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(lock_api-e437c5ca1c180ce3.lock_api.19a1d084-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(scopeguard-ed8d437c89cfafd5.scopeguard.52c158b6-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(lazy_static-0a92c831fa632e04.lazy_static.c48555ee-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.10.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.11.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.12.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.13.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.14.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.15.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.4.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.5.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.6.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.7.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.8.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(allo_isolate-1674a25bd0772d56.allo_isolate.e5614cc4-cgu.9.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.10.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.11.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.12.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.13.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.14.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.15.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.4.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.5.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.6.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.7.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.8.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(chrono-a3ce8ab783bfd7a3.chrono.b0f6bdab-cgu.9.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_integer-f4e6a3435a2bdbb0.num_integer.4be2fc20-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_integer-f4e6a3435a2bdbb0.num_integer.4be2fc20-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_integer-f4e6a3435a2bdbb0.num_integer.4be2fc20-cgu.10.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_integer-f4e6a3435a2bdbb0.num_integer.4be2fc20-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_integer-f4e6a3435a2bdbb0.num_integer.4be2fc20-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_integer-f4e6a3435a2bdbb0.num_integer.4be2fc20-cgu.4.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_integer-f4e6a3435a2bdbb0.num_integer.4be2fc20-cgu.5.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_integer-f4e6a3435a2bdbb0.num_integer.4be2fc20-cgu.6.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_integer-f4e6a3435a2bdbb0.num_integer.4be2fc20-cgu.7.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_integer-f4e6a3435a2bdbb0.num_integer.4be2fc20-cgu.8.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_integer-f4e6a3435a2bdbb0.num_integer.4be2fc20-cgu.9.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.10.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.11.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.12.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.13.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.14.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.15.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.4.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.5.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.6.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.7.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.8.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(num_traits-2ccfa5d9b089cebc.num_traits.a109afcd-cgu.9.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.10.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.11.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.12.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.13.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.14.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.15.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.4.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.5.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.6.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.7.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.8.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(time-f70d885fc730b1d8.time.dfceca95-cgu.9.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(libc-f55a57c465b5f8dc.libc.63d0ec95-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(libc-f55a57c465b5f8dc.libc.63d0ec95-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(libc-f55a57c465b5f8dc.libc.63d0ec95-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(libc-f55a57c465b5f8dc.libc.63d0ec95-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(libc-f55a57c465b5f8dc.libc.63d0ec95-cgu.4.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(libc-f55a57c465b5f8dc.libc.63d0ec95-cgu.5.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(libc-f55a57c465b5f8dc.libc.63d0ec95-cgu.6.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.10.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.11.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.12.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.13.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.14.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.15.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.4.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.5.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.6.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.7.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.8.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(anyhow-818acd183c718147.anyhow.675a644d-cgu.9.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(atomic-28542e5fc75baa85.atomic.593ad1cd-cgu.0.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(atomic-28542e5fc75baa85.atomic.593ad1cd-cgu.1.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(atomic-28542e5fc75baa85.atomic.593ad1cd-cgu.2.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(atomic-28542e5fc75baa85.atomic.593ad1cd-cgu.3.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
ld: warning: object file (/Users/flutterfromscratch/Documents/code/rust/flutter_rust_bridge_template/build/macos/Build/Products/Debug/libnative_static.a(atomic-28542e5fc75baa85.atomic.593ad1cd-cgu.4.rcgu.o)) was built for newer macOS version (12.3) than being linked (11.0)
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner')
team-evy commented 1 year ago

I've been encountering this 'native.dylib' issue as well, though on a 2020 x86 MacBook Air, macOS 12.6. I can confirm that switching to the macos-static branch does allow the application to build and run successfully. I incorporated that branch's changes into my own repo and it works on macOS now!

I also get a similar long pile of warnings while building. They're all like this:

ld: warning: object file (/Users/me/app/build/macos/Build/Products/Debug/libnative_static.a(native.11upx0cgu75qhu6.rcgu.o)) was built for newer macOS version (12.3) than being linked (10.11)
kmueller commented 1 year ago

Hello and thank you for your fantastic work! I highly appreciate it.

I have two questions:

  1. What is different about the macos-static branch compared to the main branch? I noticed that the linking in XCode is different, so on the one hand the static library is used AND the native.xcodeproj was inserted at a different level as a subproject - compared to the documentation (Linking the project). AND of course the changes in lib/ffi*.dart. Are there any other changes?

MacOS XCode linking

  1. Regarding the warnings: If you change the deployment target for macOS from 10.11 to 12.3 in XCode under Build settings, the warnings disappear. Is this recommended?

MacOS XCode Deployment Target

Desdaemon commented 1 year ago
  1. The only significant difference would be linking to libnative.a instead of native.dylib. I'm not sure if other differences affect the final runtime, but feel free to experiment and make a PR if needed.

  2. I believe this setting is part of the Flutter-generated config, so it should be okay to change on a per-project basis.

github-actions[bot] commented 1 year ago

This issue has been marked as stale because it has no activity recently. Please remove the 'stale' label, or comment if the issue persists.

github-actions[bot] commented 1 year ago

This issue has been marked as stale because it has no activity recently. Please remove the 'stale' label, or comment if the issue persists.

github-actions[bot] commented 1 year ago

This issue has been marked as stale because it has no activity recently. Please remove the 'stale' label, or comment if the issue persists.

github-actions[bot] commented 1 year ago

This issue has been marked as stale because it has no activity recently. Please remove the 'stale' label, or comment if the issue persists.

github-actions[bot] commented 1 year ago

This issue has been marked as stale because it has no activity recently. Please remove the 'stale' label, or comment if the issue persists.