-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
Description
Describe the bug
While running a project in Xcode 26 (beta 3, 17A5276g), I have encountered a crash while the app is booting. The project supports iOS 16 and up and I tried to run on iOS 17 and 18. iOS 26 does not have the issue. Beta 4 (17A5276g) also has the issue.
The console shows:
dyld[69490]: Symbol not found: _NSUserActivityTypeBrowsingWeb
Referenced from: <F73BE6AC-8745-3A0F-B915-9F2B68E57FD6> /Users/<user>/Library/Developer/CoreSimulator/Devices/8C47BC92-E2CE-4073-896D-9396AE3C7813/data/Containers/Bundle/Application/9693B6A3-2620-4DEA-A841-2A5DB746E59D/Test Branch IO.app/Frameworks/BranchSDK.framework/BranchSDK
Expected in: <249A90D0-C066-3C75-BA2D-91CF970662A0> /Library/Developer/CoreSimulator/Volumes/iOS_22F77/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.5.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreServices.framework/CoreServices
The app runs fine using Xcode 16.4 on iOS 18.5.
I have minimal project reproducing the issue.
Steps to reproduce
- Add BranchSDK dependency using Swift Package Manager or CocoaPods
- Import BranchSDK (optional)
- Run in Xcode 26
Expected behavior
The app should not crash on boot and should resolve NSUserActivityTypeBrowsingWeb
properly.
SDK Version
3.12.1
XCode Version
26 beta 3
Device
iPhone 16 Pro (simulator) and iPhone 16 (device)
OS
18.5
Additional Information/Context
No response
chengyang1380