passepartoutvpn / openssl-apple

A script for compiling OpenSSL for Apple Devices.
Apache License 2.0
138 stars 64 forks source link

AppStore Rejection due to openssl dependency ‼️🚨 #63

Open arturdev opened 2 months ago

arturdev commented 2 months ago

In my project, only two packages has a dependency to openssl. Firebase and TunnelKit.

More context here: https://github.com/firebase/firebase-ios-sdk/issues/12888

0xBF90E913 commented 2 months ago

Hey dude. Did you manage to somehow fix this?

arturdev commented 2 months ago

Yes... Had to use another library

0xBF90E913 commented 2 months ago

@keeshux brother, u can fix that?

I have already written a fairly large project based on your repository, and rewriting it for something else is tantamount to suicide((

0xBF90E913 commented 2 months ago

@keeshux As far as I understand, to fix it you need to sign some binary files in your project

keeshux commented 2 months ago

I wonder how people could feel so entitled to demand stufff with such urgency for software they didn’t pay a cent for. I read no single display of gratitude for the work I shared.

The guy commenting above you has leeched and infringed the license of my libraries for years and has the guts to spam GitHub and send me e-mails for free support.

Sorry but this lack of appreciation drives me literally nuts.

I’ll fix this when I’ll be able to, but certainly I owe you guys nothing. Much rather the opposite, yet I fail to see any sincere “thank you” well before asking anything.

Feel free to look for alternatives.

keeshux commented 2 months ago

Moreover, you can just sign it yourself. No big deal.

Setting up code signing for a repo with CI/CD, on the other hand, is very time-consuming.

0xBF90E913 commented 2 months ago

Moreover, you can just sign it yourself. No big deal.

Setting up code signing for a repo with CI/CD, on the other hand, is very time-consuming.

Tell me how to do this? Perhaps you can point me to the right article on Google? I haven't had to do this before

zeeqmir commented 2 months ago

@keeshux I'm new to development and your repo helped me a lot to write my first app, thanks for that. Whenever I submit the app to apple store it declines with message "ITMS-91065: Missing signature - Your app includes Frameworks/openssl.framework/openssl”,"

Could you please guide me (noob guide) how to get this fixed?