I’m engaged on a .NET MAUI utility. The app runs efficiently on each a bodily system and a simulator when deployed instantly from Visible Studio Code on a Mac. Nevertheless, when the app is deployed to TestFlight and put in on a bodily system, it crashes.
Beneath are the steps I adopted to deploy the app to TestFlight from Visible Studio for Mac:
- Switched from Debug mode to Launch mode.
- Verified the challenge settings utilizing the .NET Archive: Settings command.
- Cleaned the challenge utilizing the .NET: Clear command.
- Rebuild the challenge utilizing the .NET: Rebuild command.
- After a profitable rebuild, revealed the app utilizing the .NET Archive: Publish iOS command.
- Throughout this step, I chosen the signing identification and distribution profile.
After publishing, the .IPA file was generated at:
challenge/bin/launch/.net8.0-ios/ios-arm64/publish/AppName.ipa.
- Uploaded the .IPA file to the Transporter app.
- Delivered the file to TestFlight utilizing the Transporter app.
- Managed the construct on TestFlight.
The visible Studio Code for Mac Model: 1.95.3
Xcode Model: 16.2
Transporter Model: 1.3.2
Are you able to counsel an answer for the crashing subject?