NCKit v1.2.1
Released: June 2026
What's newโ
ios-arm64_x86_64-simulatorslice โ native simulator support on Apple Silicon and Intel Mac (arm64andx86_64simulator targets)- No Rosetta workaround required for Intel Mac simulators when using 1.2.1+
- Minimum deployment target remains iOS 15.0+
- Recommended release for Swift Package Manager and CocoaPods
- Use Exact Version
1.2.1for all new iOS integrations
Requirementsโ
| Setting | Value |
|---|---|
| iOS deployment target | 15.0+ |
| Xcode | 15.0+ |
| Swift | 5.9+ |
| Device | arm64 |
| Simulator | arm64 and x86_64 via ios-arm64_x86_64-simulator |
Install this versionโ
SPM (Xcode): File โ Add Package Dependencies โ https://github.com/5Exceptions-Mobile-Team/NCKit.git โ Exact Version 1.2.1
CocoaPods:
platform :ios, '15.0'
pod 'NCKit',
:git => 'https://github.com/5Exceptions-Mobile-Team/NCKit.git',
:tag => '1.2.1'
Package.swift:
platforms: [.iOS(.v15)],
dependencies: [
.package(
url: "https://github.com/5Exceptions-Mobile-Team/NCKit.git",
exact: "1.2.1"
)
]
After upgrading from 1.2.0 or older:
- Set SPM to Exact Version
1.2.1 - File โ Packages โ Reset Package Caches
- Product โ Clean Build Folder
- Rebuild on device and simulator (including Intel Mac
x86_64simulator if applicable)
Sample appโ
NCKit_Demo โ NCKitSample.xcodeproj at 1.2.1.
See Requirements for the updated XCFramework layout.