microsoftconnect / intune-app-wrapping-tool-ios

This is the software for the Intune App Wrapping Tool for iOS.
55 stars 12 forks source link

Intune app wrapped successful whith wrapping tool 17.2.0 but app crash #92

Closed kawarien closed 1 year ago

kawarien commented 1 year ago

Describe the bug: I have MacOS Ventura 13.0.1 and xcode 14, so I used Intune wrapping tool version 17.2.0 and the wrapping is successful done.

if i try to open the app, it crash

Any help please ? thanks.

To Reproduce Steps to reproduce the behavior: I am try to launch App and it crash.

Smartphone (please complete the following information):

Intune app wrapping tool (please complete the following information):

msft-neiljac commented 1 year ago

Hi @kawarien. Can you post the crash logs (.ips file)?

Thanks, Neil

kawarien commented 1 year ago

Hi @neiljac1. here is the crash logs

msft-neiljac commented 1 year ago

Hi @kawarien. Thanks for the crash log. Does your application use MSAL itself? If so, what version does it use? Also, is there anything written to the console log when the app crashes?

Thanks, Neil

kawarien commented 1 year ago

Hello @neiljac1 thanks for your help.

My app use cordova-plugin-msal 2.4.2, and there is nothing in the console.

ps : with wrapping-tool version 15.2.1 it works, my app does not crash.

Thanks.

msft-neiljac commented 1 year ago

Hi @kawarien. What version of MSAL does the cordova-plugin-msal 2.4.2 plugin use?

Thanks, Neil

kawarien commented 1 year ago

Hi @neiljac1. sorry for the late message. i was in holidays.

I used the wrapping tool 17.2.4 , it works fine. thank you for your help.