Posts

Post not yet marked as solved
0 Replies
583 Views
Hello everyone, Apple has finally released the iOS 17.4 version which also allows you to develop apps with HCE technology. Unfortunately, besides the API (https://developer.apple.com/documentation/corenfc/cardsession), I can't find any example projects. I understand that the update was released recently, but if anyone has already tried to develop an app of this kind, any help is welcome!
Posted
by EDD_HID.
Last updated
.
Post marked as solved
1 Replies
1.5k Views
Problem we faced that we have to create .framework file for each Xcode version as each Xcode has different compiler version 11.0 => 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) 11.1 => 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) 11.2 => 5.1.2 (swiftlang-1100.0.278 clang-1100.0.33.9) 11.3 => 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15) 11.3.1 => 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15) 11.4 => 5.2 (swiftlang-1103.0.32.1 clang-1103.0.32.29) 11.4.1 => 5.2.2 (swiftlang-1103.0.32.6 clang-1103.0.32.51) When we try to import framework build with Xcode 11.4 in Xcode 11.0, it gives error "Module compiled with Swift Version 5.2 compiler cannot be imported in compiler version 5.1 Any Solution for this as we can not ask our clients to change Xcode Versions.
Posted
by EDD_HID.
Last updated
.