-
Notifications
You must be signed in to change notification settings - Fork 141
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
Swift-Nio-SSL podspec issue #492
Comments
It’s likely that the header in question hasn’t been included. Check the source files directives to confirm whether that path is actually included. |
path for |
I would expect it to be included, yes. The next question is whether the include path has been set up appropriately. Do you have the compile invocation that failed? |
@Lukasa i have tried checking in framework headers directory i have tried this already which didn't help me removing error so far : (and this will be applicable on all pod dependency can lead other issue)
cc: @glbrntt |
I'm afraid I'm not sure how to prevent the flattening. The easiest thing to do might be to modify the source code by using |
@Lukasa how to use |
You wouldn't use |
Hi ,
Our project still support Cocoapods and addition of
PrivacyInfo.xcprivacy
will make us to move the latest version of swift nio ssl else it may reject the application . due to that i am trying to create podspec of swift nio ssl with latest version but facing issue while trying to push at private url hosting using pod repo push .After trying so many thing i still facing an error i am posting the podspec and error please help me to create a working podspec.
**ERROR **
CNIOBoringSSL/Sources/CNIOBoringSSL/ssl/ssl_key_share.cc:28:10: fatal error: 'experimental/CNIOBoringSSL_kyber.h' file not found
The text was updated successfully, but these errors were encountered: