Skip to main content
Visitor II
July 5, 2020
Solved

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.

  • July 5, 2020
  • 26 replies
  • 6927 views

can anyone can help you in this regard?

    This topic has been closed for replies.
    Best answer by victor laraison

    Hi Jneig,

    The writemultipleblock commands has been added in the iOS14 beta release. We have started its integration into the iOS NFC Tap app, but we must wait the iOS14 official release in mid-september before delivering next version.

    So, I strongly suggest you to move on iOS14 for your tests...

    hope it clarifies.

    26 replies

    ST Employee
    July 6, 2020

    ​hi Albert,

    Please, could you tell me what kind of comppilation issue you got ?

    thx and br,

    Vincent

    Visitor II
    July 6, 2020

    Thank for the reply Vincent

    Here is the issue I am facing

    'J2ObjC_header.h' file not found

    Failed to emit precompiled header '/Users/John/Library/Developer/Xcode/DerivedData/NFCTap_-ggvryqjowqjltpagmttuegrowgsc/Build/Intermediates.noindex/PrecompiledHeaders/ST25NFCApp-Bridging-Header-swift_WLJ36XJEPXM5-clang_1GHA8UW4ZC3V7.pch' for bridging header .

    Visitor II
    July 6, 2020

    Screenshot of the issue

    ST Employee
    July 6, 2020

    hi Albert,

    The iOS NFC Tap uses the J2OBJC tool for translating Java into ObjC langage.

    So, you must download then install the j2objc into your environement.

    Download j2objc from https://github.com/google/j2objc/releases

    Go to the project setting of iOS NFC tap, then change J2OBJC_HOME environement variable.

    hope it helps.

    Thx and br,

    Visitor II
    July 6, 2020

    Thanks for your reply, I will check and keep you updated. Thanks Again for your support

    Visitor II
    July 7, 2020

    Hi Vincent, I am facing this error

    Visitor II
    July 7, 2020

    Attached Screenshot for reference

    Visitor II
    July 7, 2020

    We couldn't change the team from Unknown Name (9L4QA9SNQK) and we are blocked in compiling the build to iPhone 11

    ST Employee
    July 7, 2020

    hi albert,

    You have to create your own provisioing profile from your Apple developer account.

    Here, you try to use mine, it is not the right one for you.

    Hope it clarifies.

    Br

    Visitor II
    July 7, 2020

    Thanks fixed the issue.

    we are hitting another compilation issue:

    'openssl/opensslv.h' file not found