tauri-apps/tauri

[bug] ld: warning: object file (/Users/vivo/Desktop/code/fun-family/app/mobile/src-tauri/gen/apple/Externals/arm64/release/libfunproxy.a[5](lib.swift.o)) was built for newer 'iOS' version (15.6) than being linked (14.0)

Closed this issue · 0 comments

Describe the bug

warning : was built for newer 'iOS' version (15.6) than being linked (14.0)

Reproduction

No response

Expected behavior

No response

Full tauri info output

❯ cargo tauri info                    

[✔] Environment
    - OS: Mac OS 15.0.0 arm64 (X64)
    ✔ Xcode Command Line Tools: installed
    ✔ rustc: 1.80.1 (3f5fd8dd4 2024-08-06)
    ✔ cargo: 1.80.1 (376290515 2024-07-16)
    ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
    ✔ Rust toolchain: stable-aarch64-apple-darwin (environment override by RUSTUP_TOOLCHAIN)
    - node: 20.16.0
    - pnpm: 9.4.0
    - npm: 10.8.1
    - bun: 1.1.24

[-] Packages
    - tauri 🦀: 2.0.0-rc.15
    - tauri-build 🦀: 2.0.0-rc.12
    - wry 🦀: 0.43.1
    - tao 🦀: 0.30.2
    - tauri-cli 🦀: 2.0.0-rc.12
    - @tauri-apps/api : 2.0.0-rc.2
    - @tauri-apps/cli : 2.0.0-rc.13

[-] Plugins
    - tauri-plugin-store 🦀: 2.0.0-rc.3
    - @tauri-apps/plugin-store : 2.0.0-rc.1
    - tauri-plugin-shell 🦀: 2.0.0-rc.3
    - @tauri-apps/plugin-shell : 2.0.0-rc.1
    - tauri-plugin-updater 🦀: 2.0.0-rc.3
    - @tauri-apps/plugin-updater : not installed!
    - tauri-plugin-log 🦀: 2.0.0-rc.2
    - @tauri-apps/plugin-log : not installed!
    - tauri-plugin-dialog 🦀: 2.0.0-rc.7
    - @tauri-apps/plugin-dialog : 2.0.0-rc.1
    - tauri-plugin-single-instance 🦀: 2.0.0-rc.4
    - @tauri-apps/plugin-single-instance : not installed!
    - tauri-plugin-deep-link 🦀: 2.0.0-rc.6
    - @tauri-apps/plugin-deep-link : not installed!
    - tauri-plugin-http 🦀: 2.0.0-rc.5
    - @tauri-apps/plugin-http : 2.0.0-rc.2
    - tauri-plugin-global-shortcut 🦀: 2.0.0-rc.2
    - @tauri-apps/plugin-global-shortcut : not installed!
    - tauri-plugin-barcode-scanner 🦀: 2.0.0-rc.4
    - @tauri-apps/plugin-barcode-scanner : 2.0.0-rc.2
    - tauri-plugin-autostart 🦀: 2.0.0-rc.1
    - @tauri-apps/plugin-autostart : not installed!
    - tauri-plugin-notification 🦀: 2.0.0-rc.5
    - @tauri-apps/plugin-notification : not installed!
    - tauri-plugin-cli 🦀: 2.0.0-rc.1
    - @tauri-apps/plugin-cli : not installed!
    - tauri-plugin-os 🦀: 2.0.0-rc.1
    - @tauri-apps/plugin-os : 2.0.0-rc.1
    - tauri-plugin-process 🦀: 2.0.0-rc.1
    - @tauri-apps/plugin-process : not installed!
    - tauri-plugin-fs 🦀: 2.0.0-rc.5
    - @tauri-apps/plugin-fs : not installed!

[-] App
    - build-type: bundle
    - CSP: unset
    - frontendDist: ../dist
    - devUrl: http://localhost:1430/
    - framework: Vue.js
    - bundler: Vite

[-] iOS
    - Developer Teams: Guangdong Tianchen Network Technology Co., Ltd. (ID: S89XFNZFCN), jiachao song (ID: 7H73645CGG)

Stack trace

No response

Additional context

No response