Giter VIP home page Giter VIP logo

Comments (6)

jorge3pp avatar jorge3pp commented on July 2, 2024 1

Hello @ferencIOS,

I've also found the same problem.

It's solved by adding the OpenSSL.xcframework to Embed Frameworks and then select Embed & Sign.

I wanted to track the issue and seems like this is something that has been introduced in the last version (1.1.1700).
If you choose "1.1.1501" instead, it works like before. So another workaround would be to downgrade your version.

from openssl.

erdincmaden avatar erdincmaden commented on July 2, 2024

I have the same problem.

from openssl.

nagarro-mohitpadalia avatar nagarro-mohitpadalia commented on July 2, 2024

Looks like issue happens because of an older version of ruby gem used by cocoapods, updating the cocoapods does not update some dependencies. So the steps I performed to resolve this are :

  1. Uninstall ruby gems sudo gem uninstall --all
  2. Remove workspace project, delete Podfile.lock
  3. Deleted the pods directory
  4. Install cocoapods sudo gem install cocoapods
  5. Run pod install

from openssl.

paulosilva8 avatar paulosilva8 commented on July 2, 2024

I opened this issue, possibly related though I am using SPM: #162

from openssl.

ferencIOS avatar ferencIOS commented on July 2, 2024

I switched to 1.1.1900
adding these lines on Podfile

post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
[...]
      config.build_settings["CODE_SIGNING_ALLOWED"] = "NO"
    end
  end
end

from openssl.

krzyzanowskim avatar krzyzanowskim commented on July 2, 2024

it looks like not something I suppose to change. Xcode default value changed between versions

Xcode 13 used to automatically set CODE_SIGNING_ALLOWED to NO by default for resource bundles. But that’s no longer the case in Xcode 14.

from https://blog.codemagic.io/code-signing-issues-in-xcode-14-and-how-to-fix-them/

from openssl.

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.