Skip to main content
TimLau
Visitor II
January 15, 2021
Solved

Cannot build the iOS source project with Xcode 10.2

  • January 15, 2021
  • 3 replies
  • 866 views

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. :grinning_face_with_sweat:

This topic has been closed for replies.
Best answer by RFox.1

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

3 replies

victor laraison
ST Employee
March 9, 2021

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
Visitor II
April 22, 2021

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
RFox.1Best answer
Visitor II
April 23, 2021

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