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
Trying to build the project with Xcode 14.3 (or 14.3.1) as Swift PM module for a watchOS App fails on M1 Max & M2 Pro with the following error:
Ld ModelsR5.o normal armv7k (in target 'ModelsR5' from project 'FHIRModels')
ld: scattered reloc r_address too large for architecture armv7k
Currently, there is no way to control which architectures a module is build for in Xcode SPM, which makes it impossible to use the project for watchOS.
The text was updated successfully, but these errors were encountered:
fritzt0
changed the title
Target Models R5 fails to link for arch armv7k on ARM Macs
Target Models R5 fails to link for watchOS on ARM Macs
May 24, 2023
Trying to build the project with Xcode 14.3 (or 14.3.1) as Swift PM module for a watchOS App fails on M1 Max & M2 Pro with the following error:
Currently, there is no way to control which architectures a module is build for in Xcode SPM, which makes it impossible to use the project for watchOS.
The text was updated successfully, but these errors were encountered: