This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
iOS Simulator linking issue (Apple Silicon) #4
Open
Description
Installation bug from building with iOS Simulator hosted by M1 (SoC)
Probably, dylib
for ios-sim on arm64 is missing.
Launching lib/main.dart on iPhone 15 Pro in debug mode...
Running pod install... 1,252ms
Running Xcode build...
└─Compiling, linking and signing... 10.4s
Xcode build done. 35.3s
Failed to build iOS app
Error (Xcode): Building for 'iOS-simulator', but linking in dylib
(../ios/Frameworks/libthorvg.dylib) built for 'iOS'
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
Could not build the application for the simulator.
Error launching application on iPhone 15 Pro.
Activity