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

Xcode 16 OpenSSL 3..3.2000 Unable to install #231

Open
deveeloperuidai opened this issue Dec 4, 2024 · 3 comments
Open

Xcode 16 OpenSSL 3..3.2000 Unable to install #231

deveeloperuidai opened this issue Dec 4, 2024 · 3 comments

Comments

@deveeloperuidai
Copy link

deveeloperuidai commented Dec 4, 2024

XCode 16.1-- while pod installation 'OpenSSL-Universal', '3.3.2000' getting There is no XCFramework. found.. after installing.. kindly suggest

@deveeloperuidai deveeloperuidai changed the title Xcode 16 OpenSSL not working with pod Xcode 16 OpenSSL 3..3.2000 Unable to install Dec 4, 2024
@benoit-dupont-ot
Copy link

I have the same issue.

-> Installing OpenSSL-Universal 3.3.2000 (was 1.0.2.13)
 > Http download
   $ /usr/bin/curl -f -L -o /var/folders/q8/bp4pdwz97xv2nnz50qrqyvh40000gp/T/d20241205-16744-1ulka61/file.tgz https://github.com/krzyzanowskim/OpenSSL/releases/download/3.3.2000/OpenSSL.xcframework.zip --create-dirs
   --netrc-optional --retry 2 -A 'CocoaPods/1.16.2 cocoapods-downloader/2.1' --ssl-no-revoke
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                    Dload  Upload   Total   Spent    Left  Speed
     0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
   100 35.8M  100 35.8M    0     0  18.0M      0  0:00:01  0:00:01 --:--:-- 25.2M
   $ /usr/bin/tar xf /var/folders/q8/bp4pdwz97xv2nnz50qrqyvh40000gp/T/d20241205-16744-1ulka61/file.tgz -C /var/folders/q8/bp4pdwz97xv2nnz50qrqyvh40000gp/T/d20241205-16744-1ulka61
  $ /usr/bin/rsync -a --exclude=.git --delete /var/folders/q8/bp4pdwz97xv2nnz50qrqyvh40000gp/T/d20241205-16744-1ulka61/ /Users/dupontb/Library/Caches/CocoaPods/Pods/Release/OpenSSL-Universal/3.3.2000-22d9c
  > Copying OpenSSL-Universal from `/Users/dupontb/Library/Caches/CocoaPods/Pods/Release/OpenSSL-Universal/3.3.2000-22d9c` to `Pods/OpenSSL-Universal`

What I discovered is that after unziping the file 'OpenSSL.xcframework.zip', the destination folder is empty.

@krzyzanowskim
Copy link
Owner

@benoit-dupont-ot
Copy link

I know it's not empty.
I had to download and extract it myself to the cocoapod cache folder (/Users/dupontb/Library/Caches/CocoaPods/Pods/Release/OpenSSL-Universal/3.3.2000-22d9c).
After these steps, I was able to run pod install.

It looks like something is not going ok when cocoapods is decompressing it I guess.

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

3 participants