Marko Novina
10/19/2022, 1:05 PM> Task :shared:linkReleaseFrameworkIosSimulatorArm64 FAILED
this task fails and after a bunch of warnings last thing in log before failiure is: ld: symbol(s) not found for architecture arm64
. Did anyone had any similar issues?
App build and run on Simulator completely fine before I added Compose (it used default SwiftUI example implementation).
Other important info:
Compose multiplatform version: 1.3.0-alpha01-dev824
I have M1 mac with BigSur OS 11.6.1 (20G224)
And I added compiler args -Xverify-compiler=false
and -Xdisable-phases=VerifyBitcode
I saw somewhere that it is supported on Intel only (not 100% sure where and for what I saw that), does that mean that currently it is impossible to run Compose on Simulator on M1 MacBooks? 🤔Landry Norris
10/19/2022, 1:08 PMLandry Norris
10/19/2022, 1:09 PMMarko Novina
10/19/2022, 1:32 PMMarko Novina
10/19/2022, 1:32 PMLandry Norris
10/19/2022, 1:33 PMLandry Norris
10/19/2022, 1:33 PMLandry Norris
10/19/2022, 1:34 PMMarko Novina
10/19/2022, 1:35 PMMarko Novina
10/19/2022, 1:35 PMMarko Novina
10/19/2022, 2:30 PM