8 questions from the last 7 days
1
vote
1
answer
39
views
Library 'FirebaseCore' Not Found – Linker Command Failed with Exit Code 1 in Xcode [closed]
I'm facing an issue while building my iOS project in Xcode. The error message is:
Library 'FirebaseCore' not found.
Linker command failed with exit code 1 (use -v to see invocation).
I have already ...
0
votes
0
answers
51
views
BoringSSL-GRPC Build Error: Unsupported Option '-G' for Target 'x86_64-apple-ios10.0-simulator' After Updating to Xcode 16
I'm working on a Flutter iOS project and facing multiple warnings related to IPHONEOS_DEPLOYMENT_TARGET. Some dependencies (like Firebase) are using 10.0 or 11.0, but the minimum supported version is ...
0
votes
1
answer
32
views
Pod repo update on self hosted pipeline agent
We updated @sentry/react-native in our project from 5.31.0 to 6.7.0
In our self hosted pipeline agent we now receive this error while building:
[!] CocoaPods could not find compatible versions for pod ...
0
votes
0
answers
44
views
Xcode build fails with 'SwiftVerifyEmittedModuleInterface failed with a nonzero exit code' after adding Google-Mobile-Ads-SDK 11.10.0
I'm working on an iOS app using CocoaPods for dependency management. After adding the following pod:
pod 'Google-Mobile-Ads-SDK', '~> 11.10.0'
and running pod install, I get this error when trying ...
-1
votes
0
answers
11
views
flutter - pod install - returns always same error
milosn@MacBookPro ios % pod install
Analyzing dependencies
cloud_firestore: Using Firebase SDK version '10.25.0' defined in 'firebase_core'
cloud_functions: Using Firebase SDK version '10.25.0' ...
0
votes
1
answer
14
views
Error when processing post install hook: undefined method `new_file' for #<Xcodeproj::Project::Object::PBXFileReference:0x0000000154ab6eb8>
Whenever I run pod install on my React Native project I'm getting the following error:
An error occurred while processing the post-install hook of the Podfile.
undefined method `new_file' for #<...
0
votes
0
answers
10
views
BranchSDK 3.9.1 compilation failure: Branch.h file not found
Xcode is failing to compile the latest BranchSDK 3.9.1 included in the project from Cocoapods. Compilation fails to
find the Branch.h header that does exist in Pods/BranchSDK/Sources/BranchSDK/Public/...
0
votes
0
answers
16
views
Type checking error PBXFileReference for attribute: Attribute `files` (type: `to_many`, classes: `["PBXBuildFile"]`, owner class: `AbstractBuildPhase`
We are trying to upgrade our React native version from 0.71.19 to 0.72.17.
We get this error when we run pod install.
Cocoapods version is 1.15.2
We are using the upgrade helper -> https://react-...