Hello Sameer Huddar,
What is the version of the library you have? I recommend you to download the latest library (available here).
The MIFARE Classic example in the library version 04.030.00.011627 works for me with 3 adjustments:
1) In the file ph_NxpBuild_App.h comment out the macro NXPBUILD__PH_OSAL_FREERTOS and enable the macro NXPBUILD__PH_OSAL_NULLOS.
2) Exclude the FreeRTOS files from the build. For this right click on the FreeRTOS folder -> Resource Configurations -> Exclude from Build and select the Debug and Release configurations.

3) Set the optimization as None (-O0) from the project properties (Project -> Properties -> C/C++ Build -> Settings -> MCU C Compiler -> Optimization).

I hope this helps.
Regards!
Jorge Gonzalez