Followed instruction on UG10045 released
19 August 2024
on Xcode 16 released
16 September 2024
Added also a step missing in the document:
Build Settings -> Swift Compiler -Search Paths + $(PROJECT_DIR)/TapLinxLibrary
import TapLinxLibrary returns
Compiled module was created by a different version of the compiler '5.10.0.13'; rebuild 'TapLinxLibrary' and try again:
[STRIPPED]/TapLinxLibrary/TapLinxLibrary.swiftmodule/arm64-apple-ios.swiftmodule
Cleaned Build / removed DerivedData directory and then returns:
Cannot load module 'TapLinxLibrary' built with SDK 'iphoneos17.5' when using SDK 'iphoneos18.0': [STRIPPED]/TapLinxLibrary/TapLinxLibrary.swiftmodule/arm64-apple-ios.swiftmodule
Could you please confirm compatibility with Xcode 16?