I'm requesting help with Xcode debugging.

Hello everyone.

I need help!

I'm using Xcode solely to create an archive of a mobile application created with WinDev Mobile.

When everything is working correctly, I simply retrieve the application's generated version from WinDev Mobile, launch the archive creation process, and add a new version to TestFlight!

Then I can test the application on the iPhone.

The current problem is that the application crashes, without any error message, in a specific use case.

Hoping to get some help with this crash, I had the idea to test the application using Xcode.

Once launched, a crash occurs if I follow the same process.

There's an error message, which I'll paste below.

What does this error mean? How can I relate it to my WinDev Mobile code?

Have a good day.

The Thread 1: EXC_BAD_ACCESS error shown in your screenshot says you are accessing a nil pointer, causing the app to crash.

You are going to have a tough time getting a solution on Apple's forums because not many people on these forums use WinDev Mobile. You have a better chance of getting help at the WinDev Mobile forums.

https://forum.pcsoft.fr/en-US/pcsoft.us.windevmobile/page/1.awp

I'm requesting help with Xcode debugging.
 
 
Q