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?

1 ACCEPTED SOLUTION

Accepted Solutions
victor laraison
ST Employee

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.

View solution in original post

29 REPLIES 29
victor laraison
ST Employee

​hi Albert,

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

thx and br,

Vincent

AlbertCJohn
Associate II

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 .

AlbertCJohn
Associate II

Screenshot of the issue

victor laraison
ST Employee

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,

AlbertCJohn
Associate II

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

AlbertCJohn
Associate II

Hi Vincent, I am facing this error

AlbertCJohn
Associate II

Attached Screenshot for reference

AlbertCJohn
Associate II

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

victor laraison
ST Employee

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