Post

Replies

Boosts

Views

Activity

Reply to iOS 26 didRegisterForRemoteNotificationsWithDeviceToken is not being called
I know this is fixed in iOS 26.1, but... what I've seen is that this requires also macOS min version of 26.1 for Tahoe and 15.7.x for Sequoia. Although you use the latest iOS 26.1 version, it's not working with macOS 26.0. Is there any dependence with the underlying macOS that makes this problem (of not receiving a APNS token) again reproducible on non updated macOS? That's a problem we have with our current CI (Bitrise).
4d
Reply to Duplicated Signature when archiving a multi platform project
@alexanderwe Can you confirm you´re using Cocoapods in your project? I found a fix for my demo project based in removing the customization on the CONFIGURATION_BUILD_DIR variable that CP does in the Module.release.xcconfig file. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO # This generates a duplication in the framework generation as you can see in the attached image # CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Library1 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
Aug ’23