firebase-ios-sdk icon indicating copy to clipboard operation
firebase-ios-sdk copied to clipboard

Unable to build project with "Enhanced Security" from Xcode26

Open nosferatu500 opened this issue 5 months ago • 11 comments

Description

When I enabled the “Enhanced Security” configuration in Xcode 26, I encountered an issue while attempting to build my project.

Reproducing the issue

  • Open Xcode project settings with Xcode26
  • Signing & Capabilities
  • Click on +Capability
  • Enhanced Security
  • Try to build project

Firebase SDK Version

11.14.0

Xcode Version

26 beta 1

Installation Method

Swift Package Manager

Firebase Product(s)

Messaging

Targeted Platforms

iOS

Relevant Log Output

Undefined symbols for architecture arm64e:
  "_OBJC_CLASS_$_FIRApp", referenced from:
       in AppDelegate.o
  "_OBJC_CLASS_$_FIRMessaging", referenced from:
       in AppDelegate.o

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet

Replace this line with the contents of your Package.resolved.

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet

Replace this line with the contents of your Podfile.lock!

nosferatu500 avatar Jun 19 '25 02:06 nosferatu500