question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

App Crash at Apple Reviewers

See original GitHub issue

This summer I created the first version of an iOS app that reads NDEF formatted tags flawless. This November I did som UI updates, test build on local iPhone 7 and Phone X with iOS 12.1, works perfect so I sent it to App Store Connect for review.

Apple review rejected, they give me only the crash log that says it crashes on startup, from the log:

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Description: DYLD, Library not loaded: /System/Library/Frameworks/CoreNFC.framework/CoreNFC | Referenced from: /var/containers/Bundle/Application/1C2CF502-D05A-408B-AF51-ED10867F5FB4/twICEme.app/twICEme | Reason: image not found
Triggered by Thread:  0

Is this plugin supposed to work with iOS 12.1 ? Thanks!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
mobidev111commented, Feb 22, 2019
-        <framework src="CoreNFC.framework" />
+        <framework src="CoreNFC.framework" weak="true" />

https://github.com/chariotsolutions/phonegap-nfc/blob/master/plugin.xml#L137

3reactions
AtanasChachevcommented, Sep 25, 2019

@maxfahl I’ve managed to fix that by going into the xCode project -> Build Phases -> Link Binary With Libraries -> CoreNFC.framework should be Optional instead of Required. That’s for xCode 11.

Read more comments on GitHub >

github_iconTop Results From Across the Web

app crashes during the review | Apple Developer Forums
During review, your app crashed on iPad running iOS 8.3 and iPhone running iOS 8.3 when we: 1) launch app. 2) tap start...
Read more >
Review team says my app crashes. | Apple Developer Forums
The review team says my app crashes when they try to open it. I have an ad hoc version running on iPhones (5s,...
Read more >
How to review your app's crash logs - Discover
Find your app's crash logs · Open Xcode. · Select Window from the menu bar. · Go to Organizer > Crashes. · Choose...
Read more >
App crashing only when submitting … | Apple Developer Forums
The application is built with Catalyst and reviewers say it crashes on start, while it works flawlessly on my Mac. The stacktrace I...
Read more >
Rejected for crash on simulator | Apple Developer Forums
My iPhone-specific submission was rejected because it (theoretically) crashes on an iPad Air 2. The crash report indicated that the reviewers only tested ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found