Swift Warnings after installing iOS AWS SDK - ios

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??

Related

Integrate face detection through Carthage gives error

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.

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

Getting dyld: Symbol not found: _AWSSignatureV4Algorithm

I have updated my AWS SDK to 2.2.5 through Cocoapods and received the following error when the app is launching on the device
dyld: Symbol not found: _AWSSignatureV4Algorithm
I am really not sure where to start to fix, according to the docs this should be handled within the SDK.
I bumped it back down to 2.2.2 and it works fine.
Any help or a point in the right direction would be very much appreciated.
It seems like you updated the service SDK to 2.2.5, but AWSCore is still 2.2.2. See Update the SDK to a Newer Version for more details on how to update the SDK.

Cydia app installation problems

I have been hosting my app on a cydia repository for quite some time, and haven't had any problems hosting the app for iOS 5 or iOS 6. However, when I upgraded one of my devices to iOS 7, and tried to install the app it gave me some errors during the installation.
The erros I am getting are,
subprocess dpkg-deb --fsys-tarfile returned error exit status 2
Sub-process /usr/bin/dpkg returned an error code (1)
I've tried googling the errors, but haven't had much luck, and I just reread saurik's post about building a .deb file and creating a cydia repository, here I am still not sure why the package / .deb file would work in iOS 6 but then stop working in iOS 7.
I even created a simple test app with just button in it using Xcode 5, and that simple test app is giving me the same errors as stated above.
Apparently there's some compatibility issues with dpkg, Cydia, and the homebrew release of dpkg. I ended up finding this, which solved the install problem. :)
this error mostly happen if you are using new SDK that has not been jailbroken yet, if you are using Xcode with new SDK you should download older Xcode with SDK that has been jailbroken, then you can compile an app that will load normally.

Installing Xcode and iOS SDK Issue?

I just recently downloaded Xcode 3.2.6 for my computer. When I got it installed, I opened it up to find that the iOS SDK was not installed. Why? Do I have to download it separately? Is there a place for me to download it instead of re-installing Xcode?
I did some research, and saw this, but can not remember if I saw the iOS SDK to install. I think it only said Xcode Toolset.

Resources