krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
896 stars 332 forks source link

Getting ITMS-90482: Invalid Executable from Apple #191

Closed hokyungh closed 5 months ago

hokyungh commented 5 months ago

Hi we are getting rejection from Apple with following - ITMS-90482: Invalid Executable - The executable 'OpenSSL.framework/OpenSSL' contains bitcode.

I also did

otool -l OpenSSL | grep __LLVM

and it does output

  segname __LLVM
   segname __LLVM

Is this expected to have executable instead of static lib?

krzyzanowskim commented 5 months ago

What version do you have? I removed bitcode in 3.1.4000

ps. so annoying. first they require bitcode, then they change their mind at one point and start to reject

hokyungh commented 5 months ago

1.1.2200

krzyzanowskim commented 5 months ago

in that case, I guess you should update. There’s not really a way to re-release old packages

hokyungh commented 5 months ago

Thanks! Will update and test it out. Thanks for prompt response.