skip to Main Content

Issue trying to run app on iOS simulator missing a plist from Firebase

Simulator device failed to install the application. Domain: IXUserPresentableErrorDomain Code: 1 Failure Reason: Please try again later. Recovery Suggestion: Failed to load Info.plist from bundle at path /Users/mbp16/Library/Developer/CoreSimulator/Devices/8D067001-51D4-4A49-8F37-B565387E3A4F/data/Library/Caches/com.apple.mobile.installd.staging/temp.1ezCsM/extracted/MyApp.app/Frameworks/FirebaseFirestoreInternal.framework; Extra info about "/Users/mbp16/Library/Developer/CoreSimulator/Devices/8D067001-51D4-4A49-8F37-B565387E3A4F/data/Library/Caches/com.apple.mobile.installd.staging/temp.1ezCsM/extracted/MyApp.app/Frameworks/FirebaseFirestoreInternal.framework/Info.plist": Couldn't stat /Users/mbp16/Library/Developer/CoreSimulator/Devices/8D067001-51D4-4A49-8F37-B565387E3A4F/data/Library/Caches/com.apple.mobile.installd.staging/temp.1ezCsM/extracted/MyApp.app/Frameworks/FirebaseFirestoreInternal.framework/Info.plist: No such file or directory…

VIEW QUESTION

XCode Simulator is very slow

I'm just starting developing with Xcode, and I tried to do an Hello World. When I run it, Simulator opens, but it is really slow. At first it showed me the loading circle on the iPhone, then a black screen.…

VIEW QUESTION

How to write "Podfile" in flutter(ios)

First code I use the Podfile below platform :ios, '11.0' use_frameworks! target 'RunnerTests' do inherit! :search_paths ## dart: PermissionGroup.camera 'PERMISSION_CAMERA=1' end end And then 'pod install'. The result message is 'Pod installation complete! There are 0 dependencies from the Podfile…

VIEW QUESTION
Back To Top
Search