Commit Graph

39 Commits

Author SHA1 Message Date
admin 20b794122c Fix: Restore original modulemap format and remove SWIFT_INCLUDE_PATHS 2026-07-02 22:19:14 +08:00
admin 1cad70e0b2 CI: Add Libbox module diagnostics and improve error logging 2026-07-02 21:50:36 +08:00
admin c4c0cb3a7a Fix: Update Libbox module.modulemap with umbrella header for Xcode 26 compatibility 2026-07-02 20:16:15 +08:00
admin 0703c3aa07 Fix: Add SWIFT_INCLUDE_PATHS for Libbox module discovery 2026-07-02 20:07:50 +08:00
admin 999ee48e6b Fix: Remove bridging header and restore import Libbox - try module import approach 2026-07-02 20:01:59 +08:00
admin 61d17ccbe2 Fix: Use correct framework import syntax in bridging header 2026-07-02 19:37:49 +08:00
admin 882f74100e Fix: Remove import Libbox statements - use bridging header instead 2026-07-02 19:30:28 +08:00
admin 7e267072f3 Fix: Add HEADER_SEARCH_PATHS for Libbox headers in bridging header 2026-07-02 19:26:42 +08:00
admin 1d0acc8f38 Fix: Disable SWIFT_ENABLE_EXPLICIT_MODULES for Xcode 26 compatibility 2026-07-02 19:13:54 +08:00
admin df0aa6b9f9 Fix: Improve bridging header with conditional include 2026-07-02 19:05:23 +08:00
admin b8e2955ebe Fix: Add bridging header for Libbox.xcframework to enable Swift import 2026-07-02 18:53:45 +08:00
admin dc0c6a0e09 Fix: Use local Libbox.xcframework instead of Swift Package dependency 2026-07-02 18:38:53 +08:00
admin 5b044334ee Fix: Add sing-box-lib Swift Package for Libbox (solves 'No Such module Libbox' issue - see GitHub Issue #37) 2026-07-02 17:54:17 +08:00
admin 3a96b19e0c Fix: Add FRAMEWORK_SEARCH_PATHS to Library target to find Libbox.xcframework (complete fix for iOS build) 2026-07-02 16:58:33 +08:00
admin 31a8a2ba06 Fix: Add Libbox.xcframework to Library target's linked frameworks (fixes iOS build issue) 2026-07-02 16:46:59 +08:00
admin c98b5df051 Docs: Add detailed iOS build issue diagnosis report with root cause and fix instructions 2026-07-02 16:39:34 +08:00
admin a0e3b69ac5 Debug: Add detailed verification of Libbox.xcframework binary file before build to diagnose download issue 2026-07-02 16:31:10 +08:00
admin 5b8e815fe6 Fix: Enable Git LFS to download large Libbox.xcframework binary files (60MB) 2026-07-02 13:43:54 +08:00
admin a2523209b8 Debug: Add verification step to check if Libbox.xcframework exists before build 2026-07-02 12:42:12 +08:00
admin f374e2ce3c Fix: Use iOS Simulator OS 26.2 (26.3 not available, only 26.2, 26.4.1, 26.5) 2026-07-02 12:37:54 +08:00
admin f2ef91036a Fix: Use Xcode 26.3 (26.4 does not exist) and matching simulator OS 2026-07-02 12:28:50 +08:00
admin 4c70cd5f12 Fix: Remove invalid xcodebuild options for Xcode 26.4 2026-07-02 12:17:51 +08:00
admin 63ce949edc Fix: Remove continue-on-error to properly detect build failures 2026-07-02 12:00:03 +08:00
admin 2080366d66 Fix: Add detailed build result checking and DerivedData inspection 2026-07-02 11:54:50 +08:00
admin 15e607dfc6 Fix: Disable Android build temporarily, fix iOS simulator app path detection 2026-07-02 11:43:50 +08:00
admin 7ba0cec04f Fix: Improve iOS app file search with multiple fallback methods and verbose output 2026-07-02 11:39:28 +08:00
admin 73a95e2c7a Fix: Use Xcode 26.4 and iPhone Air simulator matching available versions 2026-07-02 11:10:58 +08:00
admin 26c1cd4bcb Fix: Switch to macos-latest runner with Xcode 16.4 for better availability 2026-07-02 10:56:44 +08:00
admin ec225e72bd Fix: Add skip validation flags and list schemes for better error diagnosis 2026-07-02 10:37:27 +08:00
admin eca0f8a08f Fix: Use macOS-13 runner with Xcode 15.0 for better compatibility 2026-07-02 10:27:59 +08:00
admin 1b78c4b61c Fix: Use specific iOS simulator device (iPhone Air, OS 26.5) 2026-07-02 10:13:50 +08:00
admin 4fa894245c Fix: Use latest-stable Xcode and generic iOS simulator 2026-07-02 09:49:50 +08:00
admin 97f69f1a9c Fix: Use iPhone 16 simulator for Xcode 16 2026-07-02 01:47:04 +08:00
admin 839a1627fd Fix: Update Xcode to 16.0 (minimum available on GitHub Actions) 2026-07-02 01:36:33 +08:00
admin 91b6620347 Fix: Use correct Gradle task assembleDebug 2026-07-02 01:00:46 +08:00
admin e954bcc430 Fix: Update JDK to 17 and Xcode to 15.2 2026-07-02 00:00:31 +08:00
admin 51a30184d7 Fix: Update Xcode version to 15.2 2026-07-01 23:59:34 +08:00
admin 267865c61d Add simplified debug build workflow 2026-07-01 23:52:41 +08:00
admin c590135d68 Add CI/CD configuration and API documentation 2026-07-01 21:40:53 +08:00