tanersener / mobile-ffmpeg

FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
https://tanersener.github.io/mobile-ffmpeg
GNU General Public License v3.0
3.85k stars 787 forks source link

x86_64 architecture issue #557

Closed dancixx closed 3 years ago

dancixx commented 3 years ago

Hi guys,

after updating Xcode, i got this issue:

in /Users/tamaskoller/Desktop/connec-fitness-rn/ios/Pods/mobile-ffmpeg-https/libavcodec.framework/libavcodec(aacencdsp.o), building for iOS Simulator, but linking in object file built for free standing, file '/Users/tamaskoller/Desktop/connec-fitness-rn/ios/Pods/mobile-ffmpeg-https/libavcodec.framework/libavcodec' for architecture x86_64

Do you have any idea what can i do? The app doesnt work only in simulator, i can build on physical iphone via xcode, and can upload to testflight?

Thx, Daniel

love-bk commented 3 years ago

Hi guys,

after updating Xcode, i got this issue:

in /Users/tamaskoller/Desktop/connec-fitness-rn/ios/Pods/mobile-ffmpeg-https/libavcodec.framework/libavcodec(aacencdsp.o), building for iOS Simulator, but linking in object file built for free standing, file '/Users/tamaskoller/Desktop/connec-fitness-rn/ios/Pods/mobile-ffmpeg-https/libavcodec.framework/libavcodec' for architecture x86_64

Do you have any idea what can i do? The app doesnt work only in simulator, i can build on physical iphone via xcode, and can upload to testflight?

Thx, Daniel

I also encountered the same problem