-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Crash at Apple Reviewers #355
Comments
I have this same issue now. Does anyone have a work-around? They removed the library from non-NFC devices in iOS 12. |
It would be helpful to know which calls are crashing the app. If it is crashing on startup, maybe it is the call checking if NFC is available during plugin initialization. Maybe there's a better way to do that with iOS 12? It would help if someone could provide instructions on how to cause crash. |
I do not know more than what I wrote in previous post. The app builds nicely and works as should in my dev env, it is Apple that says it crashes at startup. But, I dropped all iOS development and gave them away to an other company. No more Apple development because they change the gameplan over and over again. |
https://github.com/chariotsolutions/phonegap-nfc/blob/master/plugin.xml#L137 |
Do you think it would be possible to automate this weak linking via cordova config.xml anyhow? |
As written (#355 (comment)): changing this plugin's plugin.xml#L137 will automate this. |
I added the framework as optional to "Linked Frameworks and Libraries", but I still get the same error message:
I have tried cleaning the build folder, no dice. Is there something else I'm missing here? I'm running 12.1 on iPhone SE. |
@maxfahl I've managed to fix that by going into the xCode project -> Build Phases -> Link Binary With Libraries -> CoreNFC.framework should be |
#400 should fix this. Released in 1.1.1. |
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:
Is this plugin supposed to work with iOS 12.1 ? Thanks!
The text was updated successfully, but these errors were encountered: