sourcelocation / DebToIPA

Convert .deb apps to .ipa files, on iOS, locally
GNU General Public License v3.0
448 stars 54 forks source link

No symbolic link extraction support. CallLogPro fails to convert. #5

Closed AymenKcm1 closed 2 years ago

AymenKcm1 commented 2 years ago

image

App name : CallLogPro (iOS 14 to 8) Version : 14.2-beta-4

Deb from Here

Created this issue because it gave me the error indicating that it might be an issue with DebToIPA, but it might be an error due to lack of dependencies later if DebToIPA is updated and succeeds in creating the IPA 😅

sourcelocation commented 2 years ago

Hi, thanks for creating this issue. I’ll update the app in a couple of hours, shouldn’t be hard to fix

sourcelocation commented 2 years ago

Fixed in 1.0.2. https://github.com/sourcelocation/DebToIPA/commit/65043c1db968b9bb6e7481415125629754d32eb0

AymenKcm1 commented 2 years ago

Fixed in 1.0.2. https://github.com/sourcelocation/DebToIPA/commit/65043c1db968b9bb6e7481415125629754d32eb0

Thanks for that, but as I predicted now it does convert to IPA and installs but it crashes, nothing to do with DebToIPA, it is most likely dependencies issues.

Thanks again.