I am developing react native app on apple macbook air m1 and getting error while setting up firebase for ios in xcode. I followed official documentation here then saw alot of tutorials and questions and done the exact same step but nothing working, I saw somewhere that this has to do something with my firebase version so I tried to update but still no success, I am facing following error in AppDelegate.m
Related
Referring to the question here
ios facebook login sdk 4.28.0 error code 3
I am facing the same issue. Trying to run the app on iOS 9 device, I receive the same error. The problem now is that the required versions are not available as Cocoapods. Tried to update using GitHub link I got the attached error.
Thanks
I’m a beginner developper with swift. My compile is correct if I build with IOS simulator. If I build with Any IOS Device (arm64) or with my iPhone (SE) i’ve the same error :
“Library not found for -lMailCore-ios”
I work with Xcode 12.4 and swift 5.3 (I had the same error with Xcode 12.3).
I’ve tried also to had a Package.swift created with Xcode. And I’ve added a dependency with "https://github.com/MailCore/mailcore2".
I’ve an error :
"https://github.com/MailCore/mailcore2enter image description here has no Package.swift manifest for version 0.6.4"
I’ve looked at GitHub support help and stackoverflow but I’ve not found or not understood about this pb with MailCore2
I join captures of screens.
Thank you for your help
We are trying to make a build of React Native app in iOS and everything goes fine when we run the app on the iOS device whether it is in debug mode or release mode.
But for uploading when we try to make the archive of the app in Xcode then it throws an peculiar error that : Duplicate interface definition for class 'RCTEventEmitter'
We are really struck solving this, if someone could please help us.
React Native version is 0.59.10
https://share.getcloudapp.com/7KuyKmAn This is the error.
Any help regarding this is really appreciated.
I have installed hockey sdk on my native iOS application via cocoapods.
I've installed the default sdk using:
pod 'HockeySDK'
In my appDelegete I added the following lines:
BITHockeyManager.shared().configure(withIdentifier: "myID")
BITHockeyManager.shared().start()
The app Identifier is correct with the one on the hockeyApp dashboard, I'm sure about it because the user is correctly traced.
The problem is that the sdk does not report crashes of the app.
I've installed the application and then disconnected the cable and reopend the app. When the app crashes and when then i reopen the application a prompt does not appear to me.
What could be the problem? Maybe I missing something on the the installation of the Hockey SDK?
Thanks all
I want to code an app with augmented reality support by Wikitude. For that I use the native SDK for iOS from Wikitude. Setup and everything works, like it is described on their website/documentation.
When I run the app from Xcode on my iDevice, the app launches and crashes immediately with the following error:
dyld: Library not loaded: #rpath/libswiftSecurity.dylib
Referenced from:/private/var/mobile/Containers/Bundle/Application/some-number/App.app/Frameworks/WikitudeNativeSDK.framework/WikitudeNativeSDK
Reason: image not found
I have googled my way through the web now, still no solution found about how to fix this problem/bug/whateverthismightbe. I cleaned the whole project, removed the DerivedData-Files, restarted Xcode, nothing works.
My setup is: OS X 10.11, Xcode 7.0.1, iOS 9.0.2
Maybe someone had this problem too and solved it, would be nice to know!
Thanks in advice.