Git Product home page Git Product logo

Comments (10)

krzyzanowskim avatar krzyzanowskim commented on May 23, 2024

How do u use it exactly?

from openssl.

i-arun-samui avatar i-arun-samui commented on May 23, 2024

from openssl.

rmaddy avatar rmaddy commented on May 23, 2024

Seeing the same issue. I installed this library using CocoaPods as pod 'OpenSSL-Universal'. No attempt to use the latest. Trying to deploy my iOS app to a simulator results in the error about the missing Info.plist. Running on macOS 10.14.4 using Xcode 11b2.

from openssl.

rmaddy avatar rmaddy commented on May 23, 2024

I just updated my Podfile to use the master branch (pod 'OpenSSL-Universal', :git => 'https://github.com/krzyzanowskim/OpenSSL.git', :branch => :master). This still didn't work. I then went into ${MY_PROJECT)/Pods/OpenSSL-Universal/Frameworks/ios/OpenSSL.framework and did cp Resources/Info.plist .. With the Info.plist in the root of the framework, I was able to install and run my app again.

from openssl.

MikeSpelling avatar MikeSpelling commented on May 23, 2024

Same issue for me installed using cocoaspods 'OpenSSL-Universal'. Having to stick with 1.0.2.17 for now until it's resolved.

Trying to build on device gives: "App installation failed", "Could not inspect the application package"
Trying to build on simulator gives: "This app could not be installed at this time." "Failed to load Info.plist from bundle at path .../Devices/...data/Library/Caches/com.apple.mobile.installd.staging/temp.jE7g46/extracted/Payload/.../Frameworks/OpenSSL.framework"

Stack overflow searches suggest it could be a code-signing or non-latin characters in plist issue?

from openssl.

krzyzanowskim avatar krzyzanowskim commented on May 23, 2024

Looks like I broke it by adding Info.plist to scrip 77ad54f

from openssl.

i-arun-samui avatar i-arun-samui commented on May 23, 2024

from openssl.

krzyzanowskim avatar krzyzanowskim commented on May 23, 2024

Fixed.

from openssl.

rmaddy avatar rmaddy commented on May 23, 2024

Sorry but it's not fixed. At least not under Xcode 11 beta 2 using Cocoapods. The app builds but the app won't install on the simulator or a real iOS device. I tried setting my Podfile to use the latest release and the master branch. Neither works.

When trying to deploy to the simulator, Xcode gives the error:

Could not install at this time. Failed to load Info.plist from bundle at path /Users/me/Library/Developer/CoreSimulator/Devices/long-code/data/Library/Caches/com.apple.mobile.installd.staging/temp/extracted/Payload/MyApp.app/Frameworks/OpenSSL.framework

Looking at the Pods folder in my project, the OpenSSL-Universal folder structure is strange.

  • OpenSSL-Universal
    • Lots of .h files
    • Framework/
      • Frameworks/
        • OpenSSL.framework
          • Headers/
            • Lots of .h files
    • Frameworks/
      • libcrypto.a
      • libssl.a
    • Support Files/
      • OpenSSL-Universal-xcconfig

from openssl.

AndyQ avatar AndyQ commented on May 23, 2024

Yup just downloaded and installed and I'm getting the same issue

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.