Integrate face detection through Carthage gives error - ios

The Face detection SDK of firebase does not support Carthage installation. Whenever I am trying to integrate the firebase SDK through Carthage application crashes giving the error:
GTMSessionFetcher library not loaded in the bundle.
I have gone through the git documentation and other sites too where the firebase team said Carthage support is experimental.
Does anyone have a solution over it?
Note: I want to integrate it through Carthage only.

Related

UserCentrics SDK fails on SPM

I am trying to integrate https://bitbucket.org/usercentricscode/usercentrics-ios-sdk to one of my existing iOS Projects over SPM.
SPM could check out the sdk from remote but fails with the following error.
Funnywise that only happens on my computer, the CI device can compile the project.
Anyone had a similar issue with usercentrics or any other framework on SPM ?

Swift Warnings after installing iOS AWS SDK

I am getting the following warnings after installing the iOS AWS SDK, I did some research and it seems this is a common issue.
Wanted to see if any updates on how to fix??

phonegap-plugin-push error 65 upon building: GoogleCloudMessaging.h is deprecated. Can we remove this from the project? Quickfix?

I have an iOS cordova project that we recently updated to platform iOS#5.0.0
Upon compiling the project, we encountered error 65 on phonegap-plugin-push/PlushPlugin.m
Tried doing a pod install on the ios folder as according to the first solution here it would help resolve the problem.. however the problem still persist
Upon reading further here, it says
On April 10, 2018, Google deprecated GCM. The GCM server and client
APIs were removed on May 29, 2019. Migrate GCM apps to Firebase Cloud
Messaging (FCM), which inherits the reliable and scalable GCM
infrastructure, plus many new features. See the migration guide to
learn more
Since I am building the app for iOS, can I just remove this plugin? Is there a quick fix that we can do to immediately resolve the problem?
Removed the component, as it was not necessary to build the app
sudo cordova plugin rm phonegap-plugin-push
was able to build the app without error.
The plugin has also been discontinued

iOS PJSIP library not found when using AWS library with cocoa pods

When i install AWS SDK in my xcode project, the reference of PJSIP libraries removed automatically. Below error comes over on console:
-library not found for -lpj-arm-apple-darwin9
What could be the issue or workaround!!

Conflicting Framework names -- Crashlytics + Fabric

My app crashes whenever I try to build it. It crashes specifically when I change the iOS platform on the Cocoapods. When the Cocoapods platform is iOS 7, I run into no build problems, when I edit the platform to 8.0 I get a build error that tell me there's conflicting frameworks. Specifically the crashlytics and Fabric framework. I can't downgrade cocoapods (unfortunately) so I Was hopging someone could advise me with another to go about this. Please not that I'm not using any swift fraemworks.

Resources