fluttercandies / flutter_record_mp3

flutter record mp3 using the native api
Other
34 stars 30 forks source link

[Bug report] can not build simulator #19

Open VinhNguyenTruong opened 10 months ago

VinhNguyenTruong commented 10 months ago

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

nitinrgadhiya commented 8 months ago

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

Rdani2005 commented 7 months ago

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

Rashad-98 commented 5 months ago

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

HamzaSamirAmmar commented 5 months ago

@Rashad-98 @nitinrgadhiya @VinhNguyenTruong

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