Giter Club home page Giter Club logo

Comments (6)

yycking avatar yycking commented on July 19, 2024 1

This fork [1] fixes the issue and is well maintained!

[1] https://github.com/MaddTheSane/SGPlayer

Could you suggest which version to build?

I try to used least version. But...
clang: error: invalid iOS deployment version '-miphoneos-version-min=12.0', iOS 10 is the maximum deployment target for 32-bit targets [-Winvalid-ios-deployment-target]

version: e8332fb
libcrypto.a(libcrypto-lib-aes_cbc.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file 'SGPlayer/build/build/iOS/universal/lib/libcrypto.a' for architecture arm64

TIP: MaddTheSane/SGPlayer have swift code

from sgplayer.

amorsn avatar amorsn commented on July 19, 2024

./build.sh iOS build arm64
this command completes successfully

from sgplayer.

JordanMcCulloch avatar JordanMcCulloch commented on July 19, 2024

This fork [1] fixes the issue and is well maintained!

[1] https://github.com/MaddTheSane/SGPlayer

from sgplayer.

f-liutao avatar f-liutao commented on July 19, 2024

This fork [1] fixes the issue and is well maintained!
[1] https://github.com/MaddTheSane/SGPlayer

Could you suggest which version to build?
version: e8332fb
libcrypto.a(libcrypto-lib-aes_cbc.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file 'SGPlayer/build/build/iOS/universal/lib/libcrypto.a' for architecture arm64

the same problem with you.
@JordanMcCulloch @yycking Any help would be much appreciated!!

from sgplayer.

f-liutao avatar f-liutao commented on July 19, 2024

This fork [1] fixes the issue and is well maintained!
[1] https://github.com/MaddTheSane/SGPlayer

Could you suggest which version to build?

I try to used least version. But...
clang: error: invalid iOS deployment version '-miphoneos-version-min=12.0', iOS 10 is the maximum deployment target for 32-bit targets [-Winvalid-ios-deployment-target]

I have the same problem, but solved it.
two options you can select if you build iOS.

  1. remove "armv7" at FF_ALL_ARCHS_IOS
  2. change '-miphoneos-version-min=12.0' to '-miphoneos-version-min=8.0' at code block of elif [ "$FF_ARCH" = "armv7" ]; then

from sgplayer.

yycking avatar yycking commented on July 19, 2024

I had update build script on
yycking@fe43a10

But It had Warning
Could not create compact unwind for _ff_cfhd_init_vlcs: stack subq instruction is too different from dwarf stack size

from sgplayer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.