You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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:
The text was updated successfully, but these errors were encountered: