krzyzanowskim / OpenSSL

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

Application crashes on start #147

Closed IgorGalimski closed 2 years ago

IgorGalimski commented 2 years ago

Hi! We used the latest version - 1.1.1700 and it crashes on app launch 100% times Unity 2020.3.34f1, Xcode 13.3, iOS 15.5

Screenshot 2022-07-06 at 13 21 24
krzyzanowskim commented 2 years ago

it looks like not embeded in an app bundle. make surw it's there

IgorGalimski commented 2 years ago

@krzyzanowskim Why it couldn't be included? I've tried different machines- the result the same

krzyzanowskim commented 2 years ago

there's Xcode build step to embed framework or not, check it out. I don't know how it's integrated i. your app.

It's expwcted somewhere here "Blocks.app/Frameworks/OpenSSL.framework/OpenSSL"

IgorGalimski commented 2 years ago

It's not included in an ipa Why did it happen? In the previous version it was included

The new

Screenshot 2022-07-06 at 16 09 27

The previous

Screenshot 2022-07-06 at 16 09 49
krzyzanowskim commented 2 years ago

don't know. check your xcode setup whether it's setup to embed a framework.

I can't do that. It looks like Integration issue to me. verifybthat the package manager works properly (if you use it)

IgorGalimski commented 2 years ago

How can it be an integration issue if we just use cocoa pod?

krzyzanowskim commented 2 years ago

it may be cocoapods. try reintegrate. I can't tell exactly without checking the current state of your xcode project