flutter_record_mp3 icon indicating copy to clipboard operation
flutter_record_mp3 copied to clipboard

[Bug report] can not build simulator

Open VinhNguyenTruong opened this issue 1 year ago • 4 comments

Version

3.0.0

Platforms

iOS

Device Model

iphone 14 (ios 16)

flutter info

flutter >= 2.0

How to reproduce?

can not build

Logs

Error (Xcode): In /Users/admin/.pub-cache/hosted/pub.dev/record_mp3-3.0.0/ios/Classes/Fat-Lame/lib/libmp3lame.a(VbrTag.o), building for iOS Simulator, but linking in object file built for
iOS, file '/Users/admin/.pub-cache/hosted/pub.dev/record_mp3-3.0.0/ios/Classes/Fat-Lame/lib/libmp3lame.a' for architecture arm64


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

Example code (optional)

No response

Contact

No response

VinhNguyenTruong avatar Sep 04 '23 04:09 VinhNguyenTruong

@VinhNguyenTruong Facing the same issue, If you found the solution please share here as well.

nitinrgadhiya avatar Oct 20 '23 09:10 nitinrgadhiya

Facing the same issue using the same model. I've tried to change even the excluded architeqture, adding arm64 to the list, but doesnt help neither

Rdani2005 avatar Nov 14 '23 20:11 Rdani2005

Having the same issue, please share the solution if you find it.

Rashad-98 avatar Jan 14 '24 20:01 Rashad-98

@Rashad-98 @nitinrgadhiya @VinhNguyenTruong

you can check the solution here, https://github.com/fluttercandies/flutter_record_mp3/issues/15#issuecomment-1273218272

HamzaSamirAmmar avatar Feb 05 '24 06:02 HamzaSamirAmmar