Xinto
02/24/2026, 2:38 PMCould not find module 'SchedulerKit' for target 'arm64-apple-ios'; found: arm64-apple-ios-simulator, at: /Users/Xinto/AndroidStudioProjects/Scheduler/shared/build/cocoapods/framework/SchedulerKit.framework/Modules/SchedulerKit.swiftmodule. SchedulerKit refers to my Kotlin shared library's baseName. Looking at the generated frameworks, it really is only generating it for the simulator. Every time this error appears Xcode's autocomplete can't resolve some of the functions in my Kotlin classes. Is there anything I can do to fix this? I've tried changing "Build Active Architecture Only" in Xcode to say "NO" in Debug mode but that didn't seem to do much. Running Xcode 16.4 with Kotlin 2.3.10 on macOS 15.7.3.François
02/25/2026, 6:27 PMXinto
02/25/2026, 9:10 PMFrançois
02/26/2026, 5:41 AMXinto
02/26/2026, 1:23 PM