abort_with_payload

After upgrading from Xcode 8.3.2 to Xcode 9.3 I can no longer load the App to my iPhone.

The App previously in Swift 3.1 campiles with Swift 4.1 and rzns ok on the Simulator.

Trying to upload to my iPhone, it builds ok but crashes at runtime with the following msgs in Tread1


0 __abort_with_payload

1 abort_with_payload_wrapper_internal

2 abort_with_payload

3 dyld::halt(char const*)

4 dyld::_main(macho_header const*,unsigned long, int,, char const**,char const**,char const**,unsigned long*)

5 _dyld_start


I am stuck, any help would be greatly appreciazed


Wermuth

Replies

I recommend that you try running your app from outside of Xcode. That should also crash, at which point you’ll get a crash report that should contain some useful diagnostics.

See Technote 2151 Understanding and Analyzing iOS Application Crash Reports for more information about crash reports.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Thank you for your feedback

I went back to basics, i.e. Hello World and loading and running on IPhone and iPad where ok.

The Apps I am trying to load did run on OS 10.12.3, Xcode 8.3.2, Swift 3.1 and iOS 10.3.

I switched off Source control in Xcode and everything behaves as expected. I have no idea why switching of source control would clear up things.

Any thanks for your help.

Best regards Wermuth