Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lastest version don't build under xcode - missing info.plist #61

Closed
i-arun-samui opened this issue Jun 23, 2019 · 10 comments
Closed

Lastest version don't build under xcode - missing info.plist #61

i-arun-samui opened this issue Jun 23, 2019 · 10 comments

Comments

@i-arun-samui
Copy link

i-arun-samui commented Jun 23, 2019

Lastest version don't build under xcode - missing info.plist

also the installed package has twice the headers / pod

back to version 1.0.2.13 is the solution for me

@krzyzanowskim
Copy link
Owner

How do u use it exactly?

@i-arun-samui
Copy link
Author

i-arun-samui commented Jun 23, 2019 via email

@rmaddy
Copy link

rmaddy commented Jun 24, 2019

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.

@rmaddy
Copy link

rmaddy commented Jun 24, 2019

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.

@MikeSpelling
Copy link

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?

@krzyzanowskim
Copy link
Owner

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

@i-arun-samui
Copy link
Author

i-arun-samui commented Jun 24, 2019 via email

@krzyzanowskim
Copy link
Owner

Fixed.

@rmaddy
Copy link

rmaddy commented Jun 26, 2019

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

@AndyQ
Copy link

AndyQ commented Jun 26, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants