cancel
Showing results for 
Search instead for 
Did you mean: 

I have downloaded the iOS source code from https://www.st.com/en/embedded-software/stsw-st25ios001.html?icmp=tt12997_gl_****_oct2019 Part Number: STSW-ST25IOS002 But when I am compiling the code, I am facing compilation issue in the source code.

AlbertCJohn
Associate II

can anyone can help you in this regard?

29 REPLIES 29
AlbertCJohn
Associate II

Thanks fixed the issue.

we are hitting another compilation issue:

'openssl/opensslv.h' file not found

victor laraison
ST Employee

What are the values of Header Library path and Library search path into your build settings ?

AlbertCJohn
Associate II

Thanks Vincent. The compilation issues are addressed.

Now we are facing error: Library not found for -lST25SDK

victor laraison
ST Employee

Please, check value of Library Path into build setting, and verify that libST25SDK.a exists in NFCTap/st25sdklib

Let me know

AlbertCJohn
Associate II

Hi Vincent, we are able to fix the library issue as per your advice.

Here we are facing another issue in the process of building the app:

Command Ld failed with a nonzero exit code

AlbertCJohn
Associate II

Hi Vincent, Do you have any suggestion to fix this issue?

Issue: Command Ld failed with a nonzero exit code

victor laraison
ST Employee

sorry , I was on leave yesterday...

Sometimes , this issue happens in Xcode env for unknown reason..

Please, Try the following :

  • Closing & Reopening Xcode
  • Cleaning Build Folder

AlbertCJohn
Associate II

Hi Vincent,

Yes, Thanks for the advise.

we are able to compile & test the App.

Thanks,

Albert John

AlbertCJohn
Associate II

Hi Vincent

We are facing issue while writing "Multiple Blocks"

Facing error lie "Invalid Handle".

This error is coming up in the ST25 iOS App which is in Apple Store.

Do you have any suggestions to fix this issue?

Thanks,

Albert John

victor laraison
ST Employee

hi albert,

This is an error in buildtime or runtime ?

Please, could you give me the test case sequence in order to be able to reproduce issue ?

ex : select tag memory => Write => Write multiple block => @ start + Data to write...

I know that depending on tag type, or area configuration, you cannot write too much multiple blocks.

Let me know.

Br,