Can we get native aarch64 builds back for iOS?
We used to be able to build iOS apps directly without having to run XCode under rosetta. Additionally, you can no longer run xcode under rosetta, so the docs there are out of date.
At some point, we used to be able to build for the native aarch64 architecture without having to jump through x86.
It looks like the failure is here:
ld: building for 'iOS', but linking in dylib (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/libobjc.A.tbd) built for 'macOS macCatalyst zippered(macOS/Catalyst
cc @wusyong
Looks like I'm running into this issue too, here's my experience with it: https://github.com/tauri-apps/tauri/issues/9292#issuecomment-2052412147
I've tried one fix that seems related (#272) but it hasn't seemed to change it for me.
@jkelleyrtp Curious what apps you were able to repro this with? Interestingly I'm not able to repro this with the create tauri-app app, but I'm able to repro this on the actual desktop app I'm trying to migrate to mobile.
Makes me wonder if this is a result of specific packages/config being added in.