tauri-apps / tauri

Build smaller, faster, and more secure desktop applications with a web frontend.
https://tauri.app
Apache License 2.0
77.75k stars 2.29k forks source link

[bug] run ios dev, get E0463 #8608

Open Kirbo opened 3 months ago

Kirbo commented 3 months ago

Describe the bug

Following the setup guides and failing to launch iOS simulator. Desktop and Android works just fine, but iOS has never started.

MacBook Pro - Apple M2 Pro macOS Sonoma 14.2.1 Xcode 15.2 iOS 17.2 PNPM 8.14.0 Turborepo 1.11.3 Node 20.11.0

If missing something critical information, feel free to ask.

Reproduction

No response

Expected behavior

No response

Full tauri info output

kirbo@MBP2023 slan % pn tauri info                

> saunalanit@1.0.0 tauri /Users/kirbo/Projects/kirbo/slan-app/apps/slan
> tauri "info"

WARNING: no lock files found, defaulting to npm

[✔] Environment
    - OS: Mac OS 14.2.1 X64
    ✔ Xcode Command Line Tools: installed
    ✔ rustc: 1.75.0 (82e1608df 2023-12-21)
    ✔ cargo: 1.75.0 (1d8b05cdd 2023-11-20)
    ✔ rustup: 1.26.0 (5af9b9484 2023-04-05)
    ✔ Rust toolchain: stable-aarch64-apple-darwin (default)
    - node: 20.11.0
    - pnpm: 8.14.0
    - npm: 10.2.4

[-] Packages
    - tauri [RUST]: 2.0.0-alpha.20
    - tauri-build [RUST]: 2.0.0-alpha.13
    - wry [RUST]: 0.35.2
    - tao [RUST]: 0.24.0
    - @tauri-apps/api : not installed!
    - @tauri-apps/cli [NPM]: 2.0.0-alpha.20

[-] App
    - build-type: bundle
    - CSP: unset
    - distDir: ../dist
    - devPath: http://localhost:3000/
    - framework: React

[-] iOS
    - Developer Teams: None

Stack trace

kirbo@MBP2023 slan % pn dev:ios

> saunalanit@1.0.0 dev:ios /Users/kirbo/Projects/kirbo/slan-app/apps/slan
> pnpm tauri ios dev

> saunalanit@1.0.0 tauri /Users/kirbo/Projects/kirbo/slan-app/apps/slan
> tauri "ios" "dev"

        Info Using 192.168.64.1 to access the development server.
/opt/homebrew/bin/ios-deploy
        Info package `ios-deploy` present: true
Detected iOS simulators:
  [0] iPad (10th generation)
  [1] iPad Air (5th generation)
  [2] iPad Pro (11-inch) (4th generation)
  [3] iPad Pro (12.9-inch) (6th generation)
  [4] iPad mini (6th generation)
  [5] iPhone 15
  [6] iPhone 15 Plus
  [7] iPhone 15 Pro
  [8] iPhone 15 Pro Max
  [9] iPhone SE (3rd generation)
  Enter an index for a simulator above.
Simulator: 7
        Info Starting simulator iPhone 15 Pro
     Running BeforeDevCommand (`pnpm dev`)
        Warn Invalid target triple: aarch64-apple-ios-sim

> saunalanit@1.0.0 dev /Users/kirbo/Projects/kirbo/slan-app/apps/slan
> next dev

   ▲ Next.js 14.0.4
   - Local:        http://localhost:3000

        Info detected host target triple "aarch64-apple-darwin"
Building app...
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -scheme saunalanit_iOS -workspace /Users/kirbo/Projects/kirbo/slan-app/apps/slan/src-tauri/gen/apple/saunalanit.xcodeproj/project.xcworkspace/ -sdk iphonesimulator -configuration debug -arch arm64-sim -allowProvisioningUpdates build

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    ARCHS = arm64-sim
    SDKROOT = iphonesimulator17.2

 ✓ Ready in 2.7s
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:iOS Simulator, id:44B60D00-4111-40AF-9F1A-5626C87A448C, OS:17.2, name:iPad (10th generation) }
{ platform:iOS Simulator, id:3616075C-A072-460D-A644-3AA7314768B9, OS:17.2, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:82AE63D3-F37C-4971-A71D-61971A7340EA, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:B05F3CAD-E87F-4A37-9368-A506333A7EC2, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:9CEED544-87E4-4612-B7C2-EB76D52E444A, OS:17.2, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:29525700-C31B-41A7-BFB4-47786FE72D1C, OS:17.2, name:iPhone 15 }
{ platform:iOS Simulator, id:D3D4B5D8-6B84-41CE-832D-55298CCABCBF, OS:17.2, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:E5FD4D0F-F9F2-44B3-A874-E62246CC5820, OS:17.2, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:4B27DB38-225E-4684-AF6E-BC218D8F18D2, OS:17.2, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:9A92D62C-833C-4A01-B54C-21614C8508A2, OS:17.2, name:iPhone SE (3rd generation) }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00006020-000E70281EE8C01E }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
Prepare packages

ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'saunalanit_iOS' in project 'saunalanit' (no dependencies)

GatherProvisioningInputs

CreateBuildDescription

ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.2.sdk /Users/kirbo/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.2-21C52-4f2951bfe8f3cd53c99228b0131e163e.sdkstatcache
    cd /Users/kirbo/Projects/kirbo/slan-app/apps/slan/src-tauri/gen/apple/saunalanit.xcodeproj
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.2.sdk -o /Users/kirbo/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.2-21C52-4f2951bfe8f3cd53c99228b0131e163e.sdkstatcache
        Info connection; remote_addr=127.0.0.1:49597 conn_id=0

PhaseScriptExecution Build\ Rust\ Code /Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Script-97E424D212A31BD10319E1DD.sh (in target 'saunalanit_iOS' from project 'saunalanit')
    cd /Users/kirbo/Projects/kirbo/slan-app/apps/slan/src-tauri/gen/apple
    export ACTION\=build
    export AD_HOC_CODE_SIGNING_ALLOWED\=YES
    export AGGREGATE_TRACKED_DOMAINS\=YES
    export ALLOW_TARGET_PLATFORM_SPECIALIZATION\=NO
    export ALTERNATE_GROUP\=staff
    export ALTERNATE_MODE\=u+w,go-w,a+rX
    export ALTERNATE_OWNER\=kirbo
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES\=YES
    export ALWAYS_SEARCH_USER_PATHS\=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS\=NO
    export APPLE_INTERNAL_DEVELOPER_DIR\=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR\=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR\=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR\=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS\=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY\=NO
    export APPLY_RULES_IN_COPY_FILES\=NO
    export APPLY_RULES_IN_COPY_HEADERS\=NO
    export APP_SHORTCUTS_ENABLE_FLEXIBLE_MATCHING\=YES
    export ARCHS\=arm64-sim
    export ARCHS_STANDARD\=arm64\ x86_64
    export ARCHS_STANDARD_32_64_BIT\=arm64\ i386\ x86_64
    export ARCHS_STANDARD_32_BIT\=i386
    export ARCHS_STANDARD_64_BIT\=arm64\ x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT\=arm64\ x86_64
    export ARCHS_UNIVERSAL_IPHONE_OS\=arm64\ i386\ x86_64
    export ASSETCATALOG_COMPILER_APPICON_NAME\=AppIcon
    export ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS\=YES
    export AUTOMATICALLY_MERGE_DEPENDENCIES\=NO
    export AVAILABLE_PLATFORMS\=appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator\ xros\ xrsimulator
    export AppIdentifierPrefix\=SLAN.
    export BITCODE_GENERATION_MODE\=marker
    export BUILD_ACTIVE_RESOURCES_ONLY\=NO
    export BUILD_COMPONENTS\=headers\ build
    export BUILD_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products
    export BUILD_LIBRARY_FOR_DISTRIBUTION\=NO
    export BUILD_ROOT\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products
    export BUILD_STYLE\=
    export BUILD_VARIANTS\=normal
    export BUILT_PRODUCTS_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products/debug-iphonesimulator
    export BUNDLE_CONTENTS_FOLDER_PATH_deep\=Contents/
    export BUNDLE_EXECUTABLE_FOLDER_NAME_deep\=MacOS
    export BUNDLE_EXTENSIONS_FOLDER_PATH\=Extensions
    export BUNDLE_FORMAT\=shallow
    export BUNDLE_FRAMEWORKS_FOLDER_PATH\=Frameworks
    export BUNDLE_PLUGINS_FOLDER_PATH\=PlugIns
    export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH\=PrivateHeaders
    export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH\=Headers
    export CACHE_ROOT\=/var/folders/46/h9ychkfx0xbbhj9v0b153ys40000gn/C/com.apple.DeveloperTools/15.2-15C500b/Xcode
    export CCHROOT\=/var/folders/46/h9ychkfx0xbbhj9v0b153ys40000gn/C/com.apple.DeveloperTools/15.2-15C500b/Xcode
    export CHMOD\=/bin/chmod
    export CHOWN\=/usr/sbin/chown
    export CLANG_ANALYZER_NONNULL\=YES
    export CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION\=YES_AGGRESSIVE
    export CLANG_COMPILE_CACHE_PATH\=/Users/kirbo/Library/Developer/Xcode/DerivedData/CompilationCache.noindex
    export CLANG_CXX_LANGUAGE_STANDARD\=gnu++14
    export CLANG_CXX_LIBRARY\=libc++
    export CLANG_ENABLE_EXPLICIT_MODULES\=NO
    export CLANG_ENABLE_MODULES\=YES
    export CLANG_ENABLE_OBJC_ARC\=YES
    export CLANG_ENABLE_OBJC_WEAK\=YES
    export CLANG_MODULES_BUILD_SESSION_FILE\=/Users/kirbo/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation
    export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING\=YES
    export CLANG_WARN_BOOL_CONVERSION\=YES
    export CLANG_WARN_COMMA\=YES
    export CLANG_WARN_CONSTANT_CONVERSION\=YES
    export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS\=YES
    export CLANG_WARN_DIRECT_OBJC_ISA_USAGE\=YES_ERROR
    export CLANG_WARN_DOCUMENTATION_COMMENTS\=YES
    export CLANG_WARN_EMPTY_BODY\=YES
    export CLANG_WARN_ENUM_CONVERSION\=YES
    export CLANG_WARN_INFINITE_RECURSION\=YES
    export CLANG_WARN_INT_CONVERSION\=YES
    export CLANG_WARN_NON_LITERAL_NULL_CONVERSION\=YES
    export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF\=YES
    export CLANG_WARN_OBJC_LITERAL_CONVERSION\=YES
    export CLANG_WARN_OBJC_ROOT_CLASS\=YES_ERROR
    export CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER\=YES
    export CLANG_WARN_RANGE_LOOP_ANALYSIS\=YES
    export CLANG_WARN_STRICT_PROTOTYPES\=YES
    export CLANG_WARN_SUSPICIOUS_MOVE\=YES
    export CLANG_WARN_UNGUARDED_AVAILABILITY\=YES_AGGRESSIVE
    export CLANG_WARN_UNREACHABLE_CODE\=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH\=YES
    export CLASS_FILE_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/JavaClasses
    export CLEAN_PRECOMPS\=YES
    export CLONE_HEADERS\=NO
    export CODESIGNING_FOLDER_PATH\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products/debug-iphonesimulator/Saunalanit.app
    export CODE_SIGNING_ALLOWED\=YES
    export CODE_SIGNING_REQUIRED\=YES
    export CODE_SIGN_CONTEXT_CLASS\=XCiPhoneSimulatorCodeSignContext
    export CODE_SIGN_ENTITLEMENTS\=saunalanit_iOS/saunalanit_iOS.entitlements
    export CODE_SIGN_IDENTITY\=iPhone\ Developer
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS\=YES
    export COLOR_DIAGNOSTICS\=YES
    export COMBINE_HIDPI_IMAGES\=NO
    export COMPILER_INDEX_STORE_ENABLE\=Default
    export COMPOSITE_SDK_DIRS\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/CompositeSDKs
    export COMPRESS_PNG_FILES\=YES
    export CONFIGURATION\=debug
    export CONFIGURATION_BUILD_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products/debug-iphonesimulator
    export CONFIGURATION_TEMP_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator
    export CONTENTS_FOLDER_PATH\=Saunalanit.app
    export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=Saunalanit.app/Contents
    export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=Saunalanit.app
    export COPYING_PRESERVES_HFS_DATA\=NO
    export COPY_HEADERS_RUN_UNIFDEF\=NO
    export COPY_PHASE_STRIP\=NO
    export CORRESPONDING_DEVICE_PLATFORM_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
    export CORRESPONDING_DEVICE_PLATFORM_NAME\=iphoneos
    export CORRESPONDING_DEVICE_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk
    export CORRESPONDING_DEVICE_SDK_NAME\=iphoneos17.2
    export CP\=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY\=NO
    export CURRENT_ARCH\=undefined_arch
    export CURRENT_VARIANT\=normal
    export DEAD_CODE_STRIPPING\=YES
    export DEBUGGING_SYMBOLS\=YES
    export DEBUG_INFORMATION_FORMAT\=dwarf
    export DEFAULT_COMPILER\=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
    export DEFAULT_KEXT_INSTALL_PATH\=/System/Library/Extensions
    export DEFINES_MODULE\=NO
    export DEPLOYMENT_LOCATION\=NO
    export DEPLOYMENT_POSTPROCESSING\=NO
    export DEPLOYMENT_TARGET_SETTING_NAME\=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES\=12.0\ 12.1\ 12.2\ 12.3\ 12.4\ 13.0\ 13.1\ 13.2\ 13.3\ 13.4\ 13.5\ 13.6\ 14.0\ 14.1\ 14.2\ 14.3\ 14.4\ 14.5\ 14.6\ 14.7\ 15.0\ 15.1\ 15.2\ 15.3\ 15.4\ 15.5\ 15.6\ 16.0\ 16.1\ 16.2\ 16.3\ 16.4\ 16.5\ 16.6\ 17.0\ 17.1\ 17.2
    export DERIVED_FILES_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/DerivedSources
    export DERIVED_FILE_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/DerivedSources
    export DERIVED_SOURCES_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR\=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED\=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR\=/Applications/Xcode.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE\=en
    export DEVELOPMENT_TEAM\=SLAN
    export DIFF\=/usr/bin/diff
    export DOCUMENTATION_FOLDER_PATH\=Saunalanit.app/en.lproj/Documentation
    export DONT_GENERATE_INFOPLIST_FILE\=NO
    export DO_HEADER_SCANNING_IN_JAM\=NO
    export DSTROOT\=/tmp/saunalanit.dst
    export DT_TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME\=Saunalanit.app.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT\=NO
    export DWARF_DSYM_FOLDER_PATH\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products/debug-iphonesimulator
    export DYNAMIC_LIBRARY_EXTENSION\=dylib
    export EAGER_LINKING\=NO
    export EFFECTIVE_PLATFORM_NAME\=-iphonesimulator
    export EMBEDDED_CONTENT_CONTAINS_SWIFT\=NO
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE\=NO
    export ENABLE_APP_SANDBOX\=NO
    export ENABLE_BITCODE\=NO
    export ENABLE_CODE_COVERAGE\=YES
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS\=YES
    export ENABLE_DEFAULT_SEARCH_PATHS\=YES
    export ENABLE_HARDENED_RUNTIME\=NO
    export ENABLE_HEADER_DEPENDENCIES\=YES
    export ENABLE_ON_DEMAND_RESOURCES\=YES
    export ENABLE_PREVIEWS\=NO
    export ENABLE_STRICT_OBJC_MSGSEND\=YES
    export ENABLE_TESTABILITY\=YES
    export ENABLE_TESTING_SEARCH_PATHS\=NO
    export ENABLE_USER_SCRIPT_SANDBOXING\=NO
    export ENABLE_XOJIT_PREVIEWS\=NO
    export ENTITLEMENTS_ALLOWED\=NO
    export ENTITLEMENTS_DESTINATION\=__entitlements
    export ENTITLEMENTS_REQUIRED\=NO
    export EXCLUDED_ARCHS\=arm64
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS\=.DS_Store\ .svn\ .git\ .hg\ CVS
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES\=\*.nib\ \*.lproj\ \*.framework\ \*.gch\ \*.xcode\*\ \*.xcassets\ \(\*\)\ .DS_Store\ CVS\ .svn\ .git\ .hg\ \*.pbproj\ \*.pbxproj
    export EXECUTABLES_FOLDER_PATH\=Saunalanit.app/Executables
    export EXECUTABLE_FOLDER_PATH\=Saunalanit.app
    export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO\=Saunalanit.app/MacOS
    export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES\=Saunalanit.app
    export EXECUTABLE_NAME\=Saunalanit
    export EXECUTABLE_PATH\=Saunalanit.app/Saunalanit
    export EXPANDED_CODE_SIGN_IDENTITY\=-
    export EXPANDED_CODE_SIGN_IDENTITY_NAME\=-
    export EXTENSIONS_FOLDER_PATH\=Saunalanit.app/Extensions
    export FILE_LIST\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Objects/LinkFileList
    export FIXED_FILES_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/FixedFiles
    export FRAMEWORKS_FOLDER_PATH\=Saunalanit.app/Frameworks
    export FRAMEWORK_FLAG_PREFIX\=-framework
    export FRAMEWORK_SEARCH_PATHS\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products/debug-iphonesimulator\ \ \".\"
    export FRAMEWORK_VERSION\=A
    export FULL_PRODUCT_NAME\=Saunalanit.app
    export FUSE_BUILD_PHASES\=YES
    export FUSE_BUILD_SCRIPT_PHASES\=NO
    export GCC3_VERSION\=3.3
    export GCC_C_LANGUAGE_STANDARD\=gnu11
    export GCC_DYNAMIC_NO_PIC\=NO
    export GCC_INLINES_ARE_PRIVATE_EXTERN\=YES
    export GCC_NO_COMMON_BLOCKS\=YES
    export GCC_OBJC_LEGACY_DISPATCH\=YES
    export GCC_OPTIMIZATION_LEVEL\=0
    export GCC_PFE_FILE_C_DIALECTS\=c\ objective-c\ c++\ objective-c++
    export GCC_PREPROCESSOR_DEFINITIONS\=\ DEBUG\=1
    export GCC_SYMBOLS_PRIVATE_EXTERN\=NO
    export GCC_TREAT_WARNINGS_AS_ERRORS\=NO
    export GCC_VERSION\=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER\=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION\=YES
    export GCC_WARN_ABOUT_RETURN_TYPE\=YES_ERROR
    export GCC_WARN_UNDECLARED_SELECTOR\=YES
    export GCC_WARN_UNINITIALIZED_AUTOS\=YES_AGGRESSIVE
    export GCC_WARN_UNUSED_FUNCTION\=YES
    export GCC_WARN_UNUSED_VARIABLE\=YES
    export GENERATED_MODULEMAP_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/GeneratedModuleMaps-iphonesimulator
    export GENERATE_INFOPLIST_FILE\=NO
    export GENERATE_INTERMEDIATE_TEXT_BASED_STUBS\=YES
    export GENERATE_MASTER_OBJECT_FILE\=NO
    export GENERATE_PKGINFO_FILE\=YES
    export GENERATE_PROFILING_CODE\=NO
    export GENERATE_TEXT_BASED_STUBS\=NO
    export GID\=20
    export GROUP\=staff
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT\=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES\=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS\=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS\=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES\=YES
    export HEADERMAP_USES_VFS\=NO
    export HEADER_SEARCH_PATHS\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products/debug-iphonesimulator/include\ 
    export HIDE_BITCODE_SYMBOLS\=YES
    export HOME\=/Users/kirbo
    export HOST_ARCH\=arm64
    export HOST_PLATFORM\=macosx
    export ICONV\=/usr/bin/iconv
    export INFOPLIST_ENABLE_CFBUNDLEICONS_MERGE\=YES
    export INFOPLIST_EXPAND_BUILD_SETTINGS\=YES
    export INFOPLIST_FILE\=saunalanit_iOS/Info.plist
    export INFOPLIST_OUTPUT_FORMAT\=binary
    export INFOPLIST_PATH\=Saunalanit.app/Info.plist
    export INFOPLIST_PREPROCESS\=NO
    export INFOSTRINGS_PATH\=Saunalanit.app/en.lproj/InfoPlist.strings
    export INLINE_PRIVATE_FRAMEWORKS\=NO
    export INSTALLHDRS_COPY_PHASE\=NO
    export INSTALLHDRS_SCRIPT_PHASE\=NO
    export INSTALL_DIR\=/tmp/saunalanit.dst/Applications
    export INSTALL_GROUP\=staff
    export INSTALL_MODE_FLAG\=u+w,go-w,a+rX
    export INSTALL_OWNER\=kirbo
    export INSTALL_PATH\=/Applications
    export INSTALL_ROOT\=/tmp/saunalanit.dst
    export IPHONEOS_DEPLOYMENT_TARGET\=13.0
    export IS_UNOPTIMIZED_BUILD\=YES
    export JAVAC_DEFAULT_FLAGS\=-J-Xms64m\ -J-XX:NewSize\=4M\ -J-Dfile.encoding\=UTF8
    export JAVA_APP_STUB\=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES\=YES
    export JAVA_ARCHIVE_TYPE\=JAR
    export JAVA_COMPILER\=/usr/bin/javac
    export JAVA_FOLDER_PATH\=Saunalanit.app/Java
    export JAVA_FRAMEWORK_RESOURCES_DIRS\=Resources
    export JAVA_JAR_FLAGS\=cv
    export JAVA_SOURCE_SUBDIR\=.
    export JAVA_USE_DEPENDENCIES\=YES
    export JAVA_ZIP_FLAGS\=-urg
    export JIKES_DEFAULT_FLAGS\=+E\ +OLDCSO
    export KEEP_PRIVATE_EXTERNS\=NO
    export LD_DEPENDENCY_INFO_FILE\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Objects-normal/undefined_arch/Saunalanit_dependency_info.dat
    export LD_ENTITLEMENTS_SECTION\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Saunalanit.app-Simulated.xcent
    export LD_ENTITLEMENTS_SECTION_DER\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Saunalanit.app-Simulated.xcent.der
    export LD_EXPORT_SYMBOLS\=YES
    export LD_GENERATE_MAP_FILE\=NO
    export LD_MAP_FILE_PATH\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Saunalanit-LinkMap-normal-undefined_arch.txt
    export LD_NO_PIE\=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER\=YES
    export LD_RUNPATH_SEARCH_PATHS\=\ @executable_path/Frameworks
    export LD_RUNPATH_SEARCH_PATHS_YES\=@loader_path/../Frameworks
    export LEGACY_DEVELOPER_DIR\=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX\=lex
    export LIBRARY_DEXT_INSTALL_PATH\=/Library/DriverExtensions
    export LIBRARY_FLAG_NOSPACE\=YES
    export LIBRARY_FLAG_PREFIX\=-l
    export LIBRARY_KEXT_INSTALL_PATH\=/Library/Extensions
    export LIBRARY_SEARCH_PATHS\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products/debug-iphonesimulator\ 
    export LINKER_DISPLAYS_MANGLED_NAMES\=NO
    export LINK_FILE_LIST_normal_arm64-sim\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Objects-normal/arm64-sim/Saunalanit.LinkFileList
    export LINK_OBJC_RUNTIME\=YES
    export LINK_WITH_STANDARD_LIBRARIES\=YES
    export LLVM_TARGET_TRIPLE_OS_VERSION\=ios13.0
    export LLVM_TARGET_TRIPLE_SUFFIX\=-simulator
    export LLVM_TARGET_TRIPLE_VENDOR\=apple
    export LOCALIZATION_EXPORT_SUPPORTED\=YES
    export LOCALIZATION_PREFERS_STRING_CATALOGS\=NO
    export LOCALIZED_RESOURCES_FOLDER_PATH\=Saunalanit.app/en.lproj
    export LOCALIZED_STRING_MACRO_NAMES\=NSLocalizedString\ CFCopyLocalizedString
    export LOCALIZED_STRING_SWIFTUI_SUPPORT\=YES
    export LOCAL_ADMIN_APPS_DIR\=/Applications/Utilities
    export LOCAL_APPS_DIR\=/Applications
    export LOCAL_DEVELOPER_DIR\=/Library/Developer
    export LOCAL_LIBRARY_DIR\=/Library
    export LOCROOT\=/Users/kirbo/Projects/kirbo/slan-app/apps/slan/src-tauri/gen/apple
    export LOCSYMROOT\=/Users/kirbo/Projects/kirbo/slan-app/apps/slan/src-tauri/gen/apple
    export MACH_O_TYPE\=mh_execute
    export MAC_OS_X_PRODUCT_BUILD_VERSION\=23C71
    export MAC_OS_X_VERSION_ACTUAL\=140201
    export MAC_OS_X_VERSION_MAJOR\=140000
    export MAC_OS_X_VERSION_MINOR\=140200
    export MAKE_MERGEABLE\=NO
    export MERGEABLE_LIBRARY\=NO
    export MERGED_BINARY_TYPE\=none
    export MERGE_LINKED_LIBRARIES\=NO
    export METAL_LIBRARY_FILE_BASE\=default
    export METAL_LIBRARY_OUTPUT_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products/debug-iphonesimulator/Saunalanit.app
    export MODULES_FOLDER_PATH\=Saunalanit.app/Modules
    export MODULE_CACHE_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
    export MTL_ENABLE_DEBUG_INFO\=INCLUDE_SOURCE
    export MTL_FAST_MATH\=YES
    export NATIVE_ARCH\=arm64
    export NATIVE_ARCH_32_BIT\=arm
    export NATIVE_ARCH_64_BIT\=arm64
    export NATIVE_ARCH_ACTUAL\=arm64
    export NO_COMMON\=YES
    export OBJC_ABI_VERSION\=2
    export OBJECT_FILE_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Objects
    export OBJECT_FILE_DIR_normal\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Objects-normal
    export OBJROOT\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex
    export ONLY_ACTIVE_ARCH\=NO
    export OS\=MACOS
    export OSAC\=/usr/bin/osacompile
    export PACKAGE_TYPE\=com.apple.package-type.wrapper.application
    export PASCAL_STRINGS\=YES
    export PATH\=/Applications/Xcode.app/Contents/Developer/Library/Xcode/Plug-ins/XCBSpecifications.ideplugin/Contents/Resources:/Applications/Xcode.app/Contents/Developer/Library/Xcode/Plug-ins/XCBSpecifications.ideplugin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/appleinternal/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/appleinternal/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Users/kirbo/Projects/kirbo/slan-app/apps/slan/node_modules/.bin:/Users/kirbo/.cache/node/corepack/pnpm/8.14.0/dist/node-gyp-bin:/Users/kirbo/Projects/kirbo/slan-app/node_modules/.bin:/Users/kirbo/.local/share/pnpm:/opt/homebrew/share/google-cloud-sdk/bin:/Users/kirbo/.nvm/versions/node/v20.11.0/bin:/Users/kirbo/bash/commands:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:/usr/local/go/bin:/Users/kirbo/.cargo/bin
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES\=/usr/include\ /usr/local/include\ /System/Library/Frameworks\ /System/Library/PrivateFrameworks\ /Applications/Xcode.app/Contents/Developer/Headers\ /Applications/Xcode.app/Contents/Developer/SDKs\ /Applications/Xcode.app/Contents/Developer/Platforms
    export PBDEVELOPMENTPLIST_PATH\=Saunalanit.app/pbdevelopment.plist
    export PER_ARCH_OBJECT_FILE_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Objects-normal
    export PKGINFO_FILE_PATH\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/PkgInfo
    export PKGINFO_PATH\=Saunalanit.app/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
    export PLATFORM_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
    export PLATFORM_DISPLAY_NAME\=iOS\ Simulator
    export PLATFORM_FAMILY_NAME\=iOS
    export PLATFORM_NAME\=iphonesimulator
    export PLATFORM_PREFERRED_ARCH\=x86_64
    export PLATFORM_PRODUCT_BUILD_VERSION\=21C52
    export PLIST_FILE_OUTPUT_FORMAT\=binary
    export PLUGINS_FOLDER_PATH\=Saunalanit.app/PlugIns
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES
    export PRECOMP_DESTINATION_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS\=NO
    export PRIVATE_HEADERS_FOLDER_PATH\=Saunalanit.app/PrivateHeaders
    export PRODUCT_BUNDLE_IDENTIFIER\=com.tauri.saunalanit
    export PRODUCT_BUNDLE_PACKAGE_TYPE\=APPL
    export PRODUCT_MODULE_NAME\=Saunalanit
    export PRODUCT_NAME\=Saunalanit
    export PRODUCT_SETTINGS_PATH\=/Users/kirbo/Projects/kirbo/slan-app/apps/slan/src-tauri/gen/apple/saunalanit_iOS/Info.plist
    export PRODUCT_TYPE\=com.apple.product-type.application
    export PROFILING_CODE\=NO
    export PROJECT\=saunalanit
    export PROJECT_DERIVED_FILE_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/DerivedSources
    export PROJECT_DIR\=/Users/kirbo/Projects/kirbo/slan-app/apps/slan/src-tauri/gen/apple
    export PROJECT_FILE_PATH\=/Users/kirbo/Projects/kirbo/slan-app/apps/slan/src-tauri/gen/apple/saunalanit.xcodeproj
    export PROJECT_NAME\=saunalanit
    export PROJECT_TEMP_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build
    export PROJECT_TEMP_ROOT\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex
    export PROVISIONING_PROFILE_REQUIRED\=NO
    export PROVISIONING_PROFILE_REQUIRED_YES_YES\=YES
    export PROVISIONING_PROFILE_SUPPORTED\=YES
    export PUBLIC_HEADERS_FOLDER_PATH\=Saunalanit.app/Headers
    export RECOMMENDED_IPHONEOS_DEPLOYMENT_TARGET\=12.5
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS\=YES
    export REMOVE_CVS_FROM_RESOURCES\=YES
    export REMOVE_GIT_FROM_RESOURCES\=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES\=YES
    export REMOVE_HG_FROM_RESOURCES\=YES
    export REMOVE_STATIC_EXECUTABLES_FROM_EMBEDDED_BUNDLES\=YES
    export REMOVE_SVN_FROM_RESOURCES\=YES
    export REZ_COLLECTOR_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/ResourceManagerResources
    export REZ_OBJECTS_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products/debug-iphonesimulator\ 
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO
    export SCRIPTS_FOLDER_PATH\=Saunalanit.app/Scripts
    export SCRIPT_INPUT_FILE_COUNT\=0
    export SCRIPT_INPUT_FILE_LIST_COUNT\=0
    export SCRIPT_OUTPUT_FILE_0\=/Users/kirbo/Projects/kirbo/slan-app/apps/slan/src-tauri/gen/apple/target/aarch64-apple-ios/debug/deps/libsaunalanit.a
    export SCRIPT_OUTPUT_FILE_1\=/Users/kirbo/Projects/kirbo/slan-app/apps/slan/src-tauri/gen/apple/target/x86_64-apple-ios/debug/deps/libsaunalanit.a
    export SCRIPT_OUTPUT_FILE_COUNT\=2
    export SCRIPT_OUTPUT_FILE_LIST_COUNT\=0
    export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.2.sdk
    export SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.2.sdk
    export SDK_DIR_iphonesimulator\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.2.sdk
    export SDK_DIR_iphonesimulator17_2\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.2.sdk
    export SDK_NAME\=iphonesimulator17.2
    export SDK_NAMES\=iphonesimulator17.2
    export SDK_PRODUCT_BUILD_VERSION\=21C52
    export SDK_STAT_CACHE_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData
    export SDK_STAT_CACHE_ENABLE\=YES
    export SDK_STAT_CACHE_PATH\=/Users/kirbo/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.2-21C52-4f2951bfe8f3cd53c99228b0131e163e.sdkstatcache
    export SDK_VERSION\=17.2
    export SDK_VERSION_ACTUAL\=170200
    export SDK_VERSION_MAJOR\=170000
    export SDK_VERSION_MINOR\=170200
    export SED\=/usr/bin/sed
    export SEPARATE_STRIP\=NO
    export SEPARATE_SYMBOL_EDIT\=NO
    export SET_DIR_MODE_OWNER_GROUP\=YES
    export SET_FILE_MODE_OWNER_GROUP\=NO
    export SHALLOW_BUNDLE\=YES
    export SHALLOW_BUNDLE_TRIPLE\=ios-simulator
    export SHALLOW_BUNDLE_ios_macabi\=NO
    export SHALLOW_BUNDLE_macos\=NO
    export SHARED_DERIVED_FILE_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products/debug-iphonesimulator/DerivedSources
    export SHARED_FRAMEWORKS_FOLDER_PATH\=Saunalanit.app/SharedFrameworks
    export SHARED_PRECOMPS_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/PrecompiledHeaders
    export SHARED_SUPPORT_FOLDER_PATH\=Saunalanit.app/SharedSupport
    export SKIP_INSTALL\=NO
    export SOURCE_ROOT\=/Users/kirbo/Projects/kirbo/slan-app/apps/slan/src-tauri/gen/apple
    export SRCROOT\=/Users/kirbo/Projects/kirbo/slan-app/apps/slan/src-tauri/gen/apple
    export STRINGSDATA_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Objects-normal/undefined_arch
    export STRINGSDATA_ROOT\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build
    export STRINGS_FILE_INFOPLIST_RENAME\=YES
    export STRINGS_FILE_OUTPUT_ENCODING\=binary
    export STRIP_BITCODE_FROM_COPIED_FILES\=NO
    export STRIP_INSTALLED_PRODUCT\=NO
    export STRIP_STYLE\=all
    export STRIP_SWIFT_SYMBOLS\=YES
    export SUPPORTED_DEVICE_FAMILIES\=1,2
    export SUPPORTED_PLATFORMS\=iphoneos\ iphonesimulator
    export SUPPORTS_MACCATALYST\=NO
    export SUPPORTS_ON_DEMAND_RESOURCES\=YES
    export SUPPORTS_TEXT_BASED_API\=NO
    export SUPPRESS_WARNINGS\=NO
    export SWIFT_ACTIVE_COMPILATION_CONDITIONS\=DEBUG
    export SWIFT_EMIT_LOC_STRINGS\=NO
    export SWIFT_OPTIMIZATION_LEVEL\=-Onone
    export SWIFT_PLATFORM_TARGET_PREFIX\=ios
    export SWIFT_RESPONSE_FILE_PATH_normal_arm64-sim\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Objects-normal/arm64-sim/Saunalanit.SwiftFileList
    export SWIFT_VERSION\=5.0
    export SYMROOT\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products
    export SYSTEM_ADMIN_APPS_DIR\=/Applications/Utilities
    export SYSTEM_APPS_DIR\=/Applications
    export SYSTEM_CORE_SERVICES_DIR\=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR\=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built\ Examples
    export SYSTEM_DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Graphics\ Tools
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Java\ Tools
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Performance\ Tools
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes
    export SYSTEM_DEVELOPER_TOOLS\=/Applications/Xcode.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/documentation/DeveloperTools
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes/DeveloperTools
    export SYSTEM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
    export SYSTEM_DOCUMENTATION_DIR\=/Library/Documentation
    export SYSTEM_EXTENSIONS_FOLDER_PATH\=Saunalanit.app/SystemExtensions
    export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=Saunalanit.app/Library/SystemExtensions
    export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=Saunalanit.app/SystemExtensions
    export SYSTEM_KEXT_INSTALL_PATH\=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR\=/System/Library
    export TAPI_DEMANGLE\=YES
    export TAPI_ENABLE_PROJECT_HEADERS\=NO
    export TAPI_LANGUAGE\=objective-c
    export TAPI_LANGUAGE_STANDARD\=compiler-default
    export TAPI_USE_SRCROOT\=YES
    export TAPI_VERIFY_MODE\=Pedantic
    export TARGETED_DEVICE_FAMILY\=1,2
    export TARGETNAME\=saunalanit_iOS
    export TARGET_BUILD_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products/debug-iphonesimulator
    export TARGET_NAME\=saunalanit_iOS
    export TARGET_TEMP_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build
    export TEMP_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build
    export TEMP_FILES_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build
    export TEMP_FILE_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build
    export TEMP_ROOT\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex
    export TEST_FRAMEWORK_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.2.sdk/Developer/Library/Frameworks
    export TEST_LIBRARY_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib
    export TOOLCHAINS\=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES\=NO
    export TeamIdentifierPrefix\=SLAN.
    export UID\=501
    export UNINSTALLED_PRODUCTS_DIR\=/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/UninstalledProducts
    export UNLOCALIZED_RESOURCES_FOLDER_PATH\=Saunalanit.app
    export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO\=Saunalanit.app/Resources
    export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES\=Saunalanit.app
    export UNSTRIPPED_PRODUCT\=NO
    export USER\=kirbo
    export USER_APPS_DIR\=/Users/kirbo/Applications
    export USER_LIBRARY_DIR\=/Users/kirbo/Library
    export USE_DYNAMIC_NO_PIC\=YES
    export USE_HEADERMAP\=YES
    export USE_HEADER_SYMLINKS\=NO
    export VALIDATE_DEVELOPMENT_ASSET_PATHS\=YES_ERROR
    export VALIDATE_PRODUCT\=NO
    export VALID_ARCHS\=arm64\ \ arm64-sim
    export VERBOSE_PBXCP\=NO
    export VERSIONPLIST_PATH\=Saunalanit.app/version.plist
    export VERSION_INFO_BUILDER\=kirbo
    export VERSION_INFO_FILE\=Saunalanit_vers.c
    export VERSION_INFO_STRING\=\"@\(\#\)PROGRAM:Saunalanit\ \ PROJECT:saunalanit-\"
    export WRAPPER_EXTENSION\=app
    export WRAPPER_NAME\=Saunalanit.app
    export WRAPPER_SUFFIX\=.app
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES\=NO
    export XCODE_APP_SUPPORT_DIR\=/Applications/Xcode.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION\=15C500b
    export XCODE_VERSION_ACTUAL\=1520
    export XCODE_VERSION_MAJOR\=1500
    export XCODE_VERSION_MINOR\=1520
    export XPCSERVICES_FOLDER_PATH\=Saunalanit.app/XPCServices
    export YACC\=yacc
    export _WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO\=/Contents
    export _WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO\=/..
    export _WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO\=/Resources
    export __IS_NOT_MACOS\=YES
    export __IS_NOT_MACOS_macosx\=NO
    export __IS_NOT_SIMULATOR\=NO
    export __IS_NOT_SIMULATOR_simulator\=NO
    export arch\=undefined_arch
    export diagnostic_message_length\=425
    export variant\=normal
    /bin/sh -c /Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Script-97E424D212A31BD10319E1DD.sh

> saunalanit@1.0.0 tauri /Users/kirbo/Projects/kirbo/slan-app/apps/slan
> tauri "ios" "xcode-script" "-v" "--platform" "iOS" "Simulator" "--sdk-root" "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.2.sdk" "--framework-search-paths" "/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products/debug-iphonesimulator  \".\"" "--header-search-paths" "/Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Products/debug-iphonesimulator/include " "--gcc-preprocessor-definitions" " DEBUG=1" "--configuration" "debug" "arm64-sim"

       Debug [jsonrpsee_client_transport::ws] Connecting to target: Target { sockaddrs: [127.0.0.1:49571], host: "127.0.0.1", host_header: "127.0.0.1:49571", _mode: Plain, path_and_query: "/" }
       Debug [jsonrpsee_client_transport::ws] Connection established to target: Target { sockaddrs: [], host: "127.0.0.1", host_header: "127.0.0.1:49571", _mode: Plain, path_and_query: "/" }
   Compiling proc-macro2 v1.0.76
   Compiling unicode-ident v1.0.12
   Compiling libc v0.2.152
   Compiling cfg-if v1.0.0
   Compiling siphasher v0.3.11
   Compiling ppv-lite86 v0.2.17
   Compiling autocfg v1.1.0
   Compiling serde v1.0.195
   Compiling syn v1.0.109
   Compiling getrandom v0.1.16
   Compiling phf_shared v0.8.0
   Compiling phf_shared v0.10.0
   Compiling parking_lot_core v0.9.9
   Compiling proc-macro-hack v0.5.20+deprecated
error[E0463]: can't find crate for `core`
  |
  = note: the `aarch64-apple-ios-sim` target may not be installed
  = help: consider downloading the target with `rustup target add aarch64-apple-ios-sim`

error[E0463]: can't find crate for `compiler_builtins`

For more information about this error, try `rustc --explain E0463`.
error: could not compile `cfg-if` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
       Error [tauri_cli_node] Failed to run `cargo build`: command ["cargo", "build", "--package", "saunalanit", "--manifest-path", "/Users/kirbo/Projects/kirbo/slan-app/apps/slan/src-tauri/Cargo.toml", "--target", "aarch64-apple-ios-sim", "--features", "tauri/rustls-tls", "--lib", "--no-default-features"] exited with code 101
 ELIFECYCLE  Command failed with exit code 1.
Command PhaseScriptExecution failed with a nonzero exit code

note: Run script build phase 'Build Rust Code' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'saunalanit_iOS' from project 'saunalanit')
** BUILD FAILED **

The following build commands failed:
    PhaseScriptExecution Build\ Rust\ Code /Users/kirbo/Library/Developer/Xcode/DerivedData/saunalanit-dcqubvpbltuuwdcxanjwczgizmvw/Build/Intermediates.noindex/saunalanit.build/debug-iphonesimulator/saunalanit_iOS.build/Script-97E424D212A31BD10319E1DD.sh (in target 'saunalanit_iOS' from project 'saunalanit')
(1 failure)
       Error command ["xcodebuild"] exited with code 65

 ELIFECYCLE  Command failed with exit code 1.
 ELIFECYCLE  Command failed with exit code 1.

Additional context

Turborepo root package.json

kirbo@MBP2023 slan % cat ../../package.json 
{
  <REDACTED>
  "devDependencies": {
    "@next/eslint-plugin-next": "14.0.4",
    "@turbo/gen": "1.11.3",
    "@types/eslint": "8.56.1",
    "@types/node": "20.10.6",
    "@types/react-dom": "18.2.18",
    "@types/react": "18.2.46",
    "autoprefixer": "10.4.16",
    "concurrently": "8.2.2",
    "del-cli": "5.1.0",
    "eslint-plugin-simple-import-sort": "10.0.0",
    "eslint": "8.56.0",
    "next-themes": "0.2.1",
    "next": "14.0.4",
    "playwright": "1.40.1",
    "postcss": "8.4.33",
    "prettier-plugin-tailwindcss": "0.5.11",
    "prettier": "3.1.1",
    "react-dom": "18.2.0",
    "react": "18.2.0",
    "sass": "1.69.7",
    "tailwindcss": "3.4.1",
    "turbo": "latest",
    "typescript": "5.3.3"
  }
}

apps/slan/packages.json

kirbo@MBP2023 slan % cat package.json 
{
  "name": "saunalanit",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "clean": "npx del-cli '.next' '.turbo' 'node_modules'",
    "dev:all": "concurrently -k -s first -n 'Desktop,iOS,Android' -c 'magenta,blue,yellow' 'pnpm dev:desktop' 'pnpm dev:ios' 'pnpm dev:android'",
    "dev:desktop": "pnpm tauri dev",
    "dev:android": "pnpm tauri android dev",
    "dev:ios": "pnpm tauri ios dev",
    "init:android": "pnpm tauri android init",
    "init:ios": "pnpm tauri ios init",
    "lint": "eslint . --max-warnings 0",
    "tauri": "tauri",
    "tauri:clean": "rm -rf src-tauri/gen",
    "tauri:init": "pnpm tauri:clean ; pnpm init:android ; pnpm init:ios"
  },
  "dependencies": {
    "@slan/react": "*",
    "@tauri-apps/api": "2.0.0-alpha.13",
    "@tauri-apps/plugin-shell": "2.0.0-alpha.3"
  },
  "devDependencies": {
    "@slan/config": "*",
    "@tauri-apps/cli": "2.0.0-alpha.20",
    "internal-ip": "7.0.0"
  }
}
kirbo@MBP2023 slan % cat src-tauri/Cargo.toml 
[package]
name = "saunalanit"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
crate-type = ["staticlib", "cdylib", "rlib"]

[build-dependencies]
tauri-build = { version = "2.0.0-alpha", features = [] }

[dependencies]
tauri = { version = "2.0.0-alpha", features = [] }
tauri-plugin-shell = "2.0.0-alpha"
serde_json = "1.0"

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!
custom-protocol = ["tauri/custom-protocol"]
kirbo@MBP2023 slan % rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
info: component 'rust-std' for target 'aarch64-linux-android' is up to date
info: component 'rust-std' for target 'armv7-linux-androideabi' is up to date
info: component 'rust-std' for target 'i686-linux-android' is up to date
info: component 'rust-std' for target 'x86_64-linux-android' is up to date
kirbo@MBP2023 slan % rustup target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim
info: component 'rust-std' for target 'aarch64-apple-ios' is up to date
info: component 'rust-std' for target 'x86_64-apple-ios' is up to date
info: component 'rust-std' for target 'aarch64-apple-ios-sim' is up to date
kirbo@MBP2023 slan % cat src-tauri/tauri.conf.json 
{
  "build": {
    "beforeDevCommand": "pnpm dev",
    "beforeBuildCommand": "pnpm build",
    "devPath": "http://localhost:3000",
    "distDir": "../dist"
  },
  "package": {
    "productName": "Saunalanit",
    "version": "0.0.0"
  },
  "tauri": {
    "bundle": {
      "active": true,
      "targets": "all",
      "identifier": "com.tauri.slan-app",
      "iOS": {
        "developmentTeam": "SLAN"
      },
      "icon": [
        "icons/32x32.png",
        "icons/128x128.png",
        "icons/128x128@2x.png",
        "icons/icon.icns",
        "icons/icon.ico"
      ]
    },
    "security": {
      "csp": null
    },
    "windows": [
      {
        "fullscreen": false,
        "resizable": true,
        "title": "Saunalanit",
        "width": 1280,
        "height": 900
      }
    ]
  },
  "plugins": {
    "shell": {
      "open": true
    }
  }
}
pewsheen commented 3 months ago

Hi, could you try running cargo build --target aarch64-apple-ios-sim inside the src-tauri folder and see if it builds successfully?

Kirbo commented 3 months ago

Hi, could you try running cargo build --target aarch64-apple-ios-sim inside the src-tauri folder and see if it builds successfully?

Yes, that seemed to run succesfully:

kirbo@KirboMBP2023 src-tauri % cargo build --target aarch64-apple-ios-sim
   Compiling libc v0.2.152
   Compiling serde v1.0.195
   Compiling siphasher v0.3.11
   Compiling cfg-if v1.0.0
   Compiling once_cell v1.19.0
   Compiling itoa v1.0.10
   Compiling smallvec v1.12.0
   Compiling bitflags v1.3.2
   Compiling fnv v1.0.7
   Compiling ryu v1.0.16
   Compiling log v0.4.20
   Compiling tinyvec_macros v0.1.1
   Compiling serde_json v1.0.111
   Compiling tinyvec v1.6.0
   Compiling parking_lot_core v0.9.9
   Compiling lock_api v0.4.11
   Compiling new_debug_unreachable v1.0.4
   Compiling percent-encoding v2.3.1
   Compiling scopeguard v1.2.0
   Compiling objc_exception v0.1.2
   Compiling phf_shared v0.10.0
   Compiling mac v0.1.1
   Compiling unicode-bidi v0.3.14
   Compiling pin-project-lite v0.2.13
   Compiling form_urlencoded v1.2.1
   Compiling byteorder v1.5.0
   Compiling precomputed-hash v0.1.1
   Compiling malloc_buf v0.0.6
   Compiling futf v0.1.5
   Compiling phf_shared v0.8.0
   Compiling core-foundation-sys v0.8.6
   Compiling utf-8 v0.7.6
   Compiling parking_lot v0.12.1
   Compiling dtoa v1.0.9
   Compiling tendril v0.4.3
   Compiling core-foundation v0.9.4
   Compiling phf v0.8.0
   Compiling dtoa-short v0.3.4
   Compiling phf v0.10.1
   Compiling markup5ever v0.11.0
   Compiling cssparser v0.27.2
   Compiling thiserror v1.0.56
   Compiling nodrop v0.1.14
   Compiling unicode-normalization v0.1.22
   Compiling memchr v2.7.1
   Compiling futures-core v0.3.30
   Compiling stable_deref_trait v1.2.0
   Compiling itoa v0.4.8
   Compiling alloc-no-stdlib v2.0.4
   Compiling matches v0.1.10
   Compiling servo_arc v0.1.1
   Compiling core-graphics-types v0.1.3
   Compiling alloc-stdlib v0.2.2
   Compiling slab v0.4.9
   Compiling fxhash v0.2.1
   Compiling mio v0.8.10
   Compiling socket2 v0.5.5
   Compiling num_cpus v1.16.0
   Compiling tracing-core v0.1.32
   Compiling selectors v0.22.0
   Compiling idna v0.5.0
   Compiling indexmap v1.9.3
   Compiling html5ever v0.26.0
   Compiling foreign-types-shared v0.3.1
   Compiling uuid v1.6.1
   Compiling hashbrown v0.12.3
   Compiling thin-slice v0.1.1
   Compiling cfb v0.7.3
   Compiling crossbeam-utils v0.8.19
   Compiling tracing v0.1.40
   Compiling foreign-types v0.5.0
   Compiling brotli-decompressor v2.5.1
   Compiling bytes v1.5.0
   Compiling url v2.5.0
   Compiling string_cache v0.8.7
   Compiling phf_shared v0.11.2
   Compiling semver v1.0.21
   Compiling futures-sink v0.3.30
   Compiling block v0.1.6
   Compiling same-file v1.0.6
   Compiling http v0.2.11
   Compiling tokio v1.35.1
   Compiling hashbrown v0.14.3
   Compiling futures-task v0.3.30
   Compiling raw-window-handle v0.5.2
   Compiling treediff v4.0.2
   Compiling pin-utils v0.1.0
   Compiling equivalent v1.0.1
   Compiling indexmap v2.1.0
   Compiling futures-util v0.3.30
   Compiling json-patch v1.2.0
   Compiling brotli v3.4.0
   Compiling kuchikiki v0.8.2
   Compiling walkdir v2.4.0
   Compiling httparse v1.8.0
   Compiling phf v0.11.2
   Compiling infer v0.15.0
   Compiling serde_with v3.4.0
   Compiling core-graphics v0.23.1
   Compiling dunce v1.0.4
   Compiling glob v0.3.1
   Compiling try-lock v0.2.5
   Compiling tauri-runtime v1.0.0-alpha.7
   Compiling wry v0.35.2
   Compiling want v0.3.1
   Compiling crossbeam-channel v0.5.11
   Compiling http-body v0.4.6
   Compiling futures-channel v0.3.30
   Compiling instant v0.1.12
   Compiling swift-rs v1.0.6
   Compiling base64 v0.21.7
   Compiling tower-service v0.3.2
   Compiling httpdate v1.0.3
   Compiling lazy_static v1.4.0
   Compiling tauri-runtime-wry v1.0.0-alpha.8
   Compiling tauri v2.0.0-alpha.20
   Compiling serde_urlencoded v0.7.1
   Compiling aho-corasick v1.1.2
   Compiling dirs-sys-next v0.1.2
   Compiling anyhow v1.0.79
   Compiling encoding_rs v0.8.33
   Compiling ipnet v2.9.0
   Compiling regex-syntax v0.8.2
   Compiling mime v0.3.17
   Compiling tokio-util v0.7.10
   Compiling tauri-utils v2.0.0-alpha.12
   Compiling h2 v0.3.23
   Compiling serialize-to-javascript v0.1.1
   Compiling regex-automata v0.4.3
   Compiling dirs-next v2.0.0
   Compiling getrandom v0.2.12
   Compiling hyper v0.14.28
   Compiling pathdiff v0.2.1
   Compiling state v0.6.0
   Compiling heck v0.4.1
   Compiling open v4.2.0
   Compiling regex v1.10.2
   Compiling os_pipe v1.1.5
   Compiling shared_child v1.0.0
   Compiling reqwest v0.11.23
   Compiling objc v0.2.7
   Compiling cocoa-foundation v0.1.2
   Compiling objc_id v0.1.1
   Compiling tao v0.24.0
   Compiling cocoa v0.25.0
   Compiling saunalanit v0.0.0 (/Users/kirbo/Projects/kirbo/slan-app/apps/slan/src-tauri)
   Compiling tauri-plugin-shell v2.0.0-alpha.6
    Finished dev [unoptimized + debuginfo] target(s) in 31.03s
joeyfigaro commented 1 month ago

@pewsheen anything else we can provide on this? I have the same issue as OP, and cargo builds are working for me as well.

pewsheen commented 1 month ago

Could you provide the output of the following binary version?

rustup -v rustc -vV cargo -vV which cargo rustc rustup

Want to make sure they are all installed by the rustup

ljzorz commented 1 month ago

I also have the bug.

Kirbo commented 1 week ago

Could you provide the output of the following binary version?

rustup -v rustc -vV cargo -vV which cargo rustc rustup

Want to make sure they are all installed by the rustup

kirbo@MBP2023 slan % rustup -v
rustup 1.26.0 (5af9b9484 2023-04-05)
The Rust toolchain installer

USAGE:
    rustup [OPTIONS] [+toolchain] <SUBCOMMAND>

ARGS:
    <+toolchain>    release channel (e.g. +stable) or custom toolchain to set override

OPTIONS:
    -v, --verbose    Enable verbose output
    -q, --quiet      Disable progress output
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    show           Show the active and installed toolchains or profiles
    update         Update Rust toolchains and rustup
    check          Check for updates to Rust toolchains and rustup
    default        Set the default toolchain
    toolchain      Modify or query the installed toolchains
    target         Modify a toolchain's supported targets
    component      Modify a toolchain's installed components
    override       Modify directory toolchain overrides
    run            Run a command with an environment configured for a given toolchain
    which          Display which binary will be run for a given command
    doc            Open the documentation for the current toolchain
    man            View the man page for a given command
    self           Modify the rustup installation
    set            Alter rustup settings
    completions    Generate tab-completion scripts for your shell
    help           Print this message or the help of the given subcommand(s)

DISCUSSION:
    Rustup installs The Rust Programming Language from the official
    release channels, enabling you to easily switch between stable,
    beta, and nightly compilers and keep them updated. It makes
    cross-compiling simpler with binary builds of the standard library
    for common platforms.

    If you are new to Rust consider running `rustup doc --book` to
    learn Rust.
kirbo@MBP2023 slan % rustc -vV
rustc 1.75.0 (82e1608df 2023-12-21)
binary: rustc
commit-hash: 82e1608dfa6e0b5569232559e3d385fea5a93112
commit-date: 2023-12-21
host: aarch64-apple-darwin
release: 1.75.0
LLVM version: 17.0.6
kirbo@MBP2023 slan % cargo -vV
cargo 1.75.0 (1d8b05cdd 2023-11-20)
release: 1.75.0
commit-hash: 1d8b05cdd1287c64467306cf3ca2c8ac60c11eb0
commit-date: 2023-11-20
host: aarch64-apple-darwin
libgit2: 1.7.1 (sys:0.18.1 vendored)
libcurl: 8.4.0 (sys:0.4.68+curl-8.4.0 system ssl:(SecureTransport) LibreSSL/3.3.6)
ssl: OpenSSL 1.1.1u  30 May 2023
os: Mac OS 14.4.1 [64-bit]

kirbo@MBP2023 slan % which cargo rustc rustup
/Users/kirbo/.local/share/cargo/bin/cargo
/Users/kirbo/.local/share/cargo/bin/rustc
/Users/kirbo/.local/share/cargo/bin/rustup