cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot build the iOS source project with Xcode 10.2

TimLau
Associate

I had downloaded the source code and try to build the project with Xcode 10.2. it show that "Checksign.h" is missing. I cannot find this header in any source folder. Is it a external header?

I am new to iOS app development. 😅

1 ACCEPTED SOLUTION

Accepted Solutions
RFox.1
Associate

I ended up commenting out the import for "Checksign.h" and it built w/o any issue. Seems to not be needed any longer.

Thanks, Bob

View solution in original post

3 REPLIES 3
victor laraison
ST Employee

Hi TimLau,

For which target do you compile ? ST24NFCApp or ST25NFCAppla ?

Otherwise, I strongly suggest you to use Xcode 12.4 which is the latest official release for working with iOS14. NFC Tap has been designed for this iOS14 version.

Let us know.

Br,

RFox.1
Associate

I am having the same issue and I am using Xcode 12.4 building target ST25NFCApp. It has taken me a long time to get to this point as the search paths are different between the targets and the project.

Thanks, Bob

RFox.1
Associate

I ended up commenting out the import for "Checksign.h" and it built w/o any issue. Seems to not be needed any longer.

Thanks, Bob