Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we get native aarch64 builds back for iOS? #291

Open
jkelleyrtp opened this issue Mar 16, 2024 · 3 comments
Open

Can we get native aarch64 builds back for iOS? #291

jkelleyrtp opened this issue Mar 16, 2024 · 3 comments

Comments

@jkelleyrtp
Copy link

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
@amrbashir
Copy link
Member

cc @wusyong

@venkr
Copy link

venkr commented Apr 12, 2024

Looks like I'm running into this issue too, here's my experience with it:
tauri-apps/tauri#9292 (comment)

I've tried one fix that seems related (#272) but it hasn't seemed to change it for me.

@venkr
Copy link

venkr commented Apr 12, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants