Exception '-[GIDSignIn setPresentingViewController:] unrecognized selector sent to instance 0x280e898c0' - ios

I am getting error on ios while executing function GoogleSignin.signIn() of react-native-community/google-signin
Any suggestion or help will be highly appreciated, Details and repo for reproducing the issue you can find here.
https://github.com/react-native-community/google-signin/issues/828

At last, I found the problem with react-native-google-signin the problem was with my previous configurations where i was trying to use google sdk and framework and my project was still using these files instead of using newer version and coco pods,
Have a look at this how i solved this issue.

Related

Xamarin Form iOS WebRTC

I'm pretty new to forum and I really appreciate the passion that all of you use to solve the questions.
So I'm here because I'm struggling to integrate the GoogleWebRTC in my Xamarin Form project in the iOS part (I'm been able to make a native objC test app ), I've try to integrate it via CocoaPods with Sharpie Pod and bind it, but I'm not be able to resolve all the errors created in the bind on ApiDefinitions.cs.
After some time I found this project https://github.com/valentingrigorean/apprtc-ios-xamarin that has successfully bind the library and after some bug fix
( editing WebRTCBinding.csproj and remove the -lstdc++.6 linker and removed some errors in code)
but when I try to add that binding library into my project and try to run return me :
Objective-C exception thrown. Name: NSInvalidArgumentException Reason: +[RTCPeerConnectionFactory initializeSSL]: unrecognized selector.
What am I doing wrong?
Thanks in advance.
I was also looking for a solution and spent a lot of time to get it running.
What I did and what helped me with the project you mentioned
- add both projects WebRTC and AppRTC into your project
- link from your project to this both projects
- Deleted lstdc++.6 as you did already
- Add both delegate IARDAppClientDelegate, IRTCEAGLVideoViewDelegate into the class where you want to use it. You can add "RTCPeerConnectionFactory.InitializeSSL();" as test into for example ViewDidLoad and compile it for simulator and device.
Does it work or do you still get erros?

Unresolved identifier 'HTTPMetric' when using Firebase Performance

I'm trying to add FirebasePerformance to my app. For adding monitoring for specific network requests I used the example from here: https://firebase.google.com/docs/perf-mon/get-started-ios
However, I get "Unresolved identifier 'HTTPMetric' ". I do have imports for Firebase & FirebasePerformance in my .swift class.
If anyone had the same issue I would really appreciate some help.
Apparently, running pod update fixes this. I got my answer here:
https://github.com/firebase/firebase-ios-sdk/issues/1071

Cannot read property 'style' of undefined ERROR on Scene.js

I have been working on building react-native apps for a few months now. Recently, I have been getting this error when I run my app for iOS. Looks like an error in the Scene.js file. Has anyone faced a similar issue? Any directions here is much appreciated.
I am using react-native version 0.40.0.
[Update] Did some research and found the root of this issue. The issue has been since the new version of react-native-router-flux version 3.39. There is an issue raised on their github page as well https://github.com/aksonov/react-native-router-flux/issues/1926

ShareKit assert: "ShareKit has been refactored to be used as Xcode subproject."

I'm having trouble getting ShareKit 2.0 to work in my app. I've followed the latest installation instructions, creating a submodule for ShareKit, and tried cleaning and rebuilding, deleting and replacing the submodule, and so on. But when I try to create an SHKActionSheet I get this assert:
2013-03-03 15:48:39.998 Symmetry Lab[4170:907] *** Assertion failure
in NSString *SHKLocalizedStringFormat(NSString *)(),
/Users/lukebradford/Apps/Symmetry
Lab/Submodules/ShareKit/Classes/ShareKit/Core/SHK.m:811 2013-03-03
15:48:40.004 Symmetry Lab[4170:907] *** Terminating app due to
uncaught exception 'NSInternalInconsistencyException', reason:
'ShareKit has been refactored to be used as Xcode subproject. Please
follow the updated installation wiki and re-add it to the project.
Please do not forget to clean project and clean build folder
afterwards. In case you use CocoaPods override - (NSNumber
*)isUsingCocoaPods; method in your configurator subclass and return [NSNumber numberWithBool:YES]'
I've used ShareKit for other apps without issues with both the old and new installation method. Has anyone run into anything similar or have a suspicion as to what could be causing this?
I don't do anything crazy with ShareKit, just set my custom configurator and then launch an action sheet with an image. Thanks for any help you might be able to offer!
Which version of sharekit are you using? Are you using the newest version (which they're calling "2.0") from https://github.com/ShareKit/ ? I recently used that in a project, and had all kinds of pain until I realized that the version most turned up on the web (http://getsharekit.com) is a big bag of hurt with current iOS.

Monotouch spotify binding

I'm trying to bind the spotify api to monotouch. But can't seem to get it working, and i think i'm a little in over my head ;).
What i tried:
I extracted the libspotify.a from the ios libspotify.framework.
I added the libspotify.a to my project.
I followed the explanations mentioned here: http://docs.xamarin.com/ios/advanced_topics/linking_native_libraries to create the binding and added the extra gcc_flags to the project.
Now it all compiles and linkes but when i run it i get the exception: system.dllnotfoundexception: __internal
I have no idea of what i'm doing wrong here. Any help or pointers would be appreciated.
Richard.
It should be __Internal, not __internal.

Resources