Firebase Stuck on `Run your app to verify installation` for iOSiPhone app signing: A valid signing identity matching this profile could not be found in your keychainHow can I make a UITextField move up when the keyboard is present - on starting to edit?How to navigate through textfields (Next / Done Buttons)Symbolicating iPhone App Crash ReportsPassing Data between View ControllersXcode stuck at “Your application is being uploaded”iOS app with framework crashed on device, dyld: Library not loaded, Xcode 6 BetaiOS app 'The application could not be verified' only on one deviceUpdate Firebase Crash report to Firebase Crashlytics: still on old dashboardI cannot view crash detail of Firebase Crashlytics for android and got stuck on “Build and run your app”
Failed to fetch jessie backports repository
Valid Badminton Score?
There is only s̶i̶x̶t̶y one place he can be
How will losing mobility of one hand affect my career as a programmer?
Do I need a multiple entry visa for a trip UK -> Sweden -> UK?
What would be the benefits of having both a state and local currencies?
Using parameter substitution on a Bash array
Everything Bob says is false. How does he get people to trust him?
Implement the Thanos sorting algorithm
How does it work when somebody invests in my business?
Displaying the order of the columns of a table
Opposite of a diet
quarter to five p.m
Why does John Bercow say “unlock” after reading out the results of a vote?
Go Pregnant or Go Home
Was the picture area of a CRT a parallelogram (instead of a true rectangle)?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
How do I define a right arrow with bar in LaTeX?
when is out of tune ok?
What's a natural way to say that someone works somewhere (for a job)?
Are there any comparative studies done between Ashtavakra Gita and Buddhim?
Is a roofing delivery truck likely to crack my driveway slab?
Best way to store options for panels
Will it be accepted, if there is no ''Main Character" stereotype?
Firebase Stuck on `Run your app to verify installation` for iOS
iPhone app signing: A valid signing identity matching this profile could not be found in your keychainHow can I make a UITextField move up when the keyboard is present - on starting to edit?How to navigate through textfields (Next / Done Buttons)Symbolicating iPhone App Crash ReportsPassing Data between View ControllersXcode stuck at “Your application is being uploaded”iOS app with framework crashed on device, dyld: Library not loaded, Xcode 6 BetaiOS app 'The application could not be verified' only on one deviceUpdate Firebase Crash report to Firebase Crashlytics: still on old dashboardI cannot view crash detail of Firebase Crashlytics for android and got stuck on “Build and run your app”
I have done all the steps but still I am stuck here on this screen.
Though the crashes can be seen inside in Crashlytics panel


ios swift firebase firebase-realtime-database
|
show 1 more comment
I have done all the steps but still I am stuck here on this screen.
Though the crashes can be seen inside in Crashlytics panel


ios swift firebase firebase-realtime-database
You have to run it in a real device.
– Edu
Mar 8 at 13:36
Yes did on device as well as simulator.
– Anirudha Mahale
Mar 8 at 13:37
That happened to me, I ran a few times the app on a real devices, and then it worked, maybe it's a Firebase thing
– Edu
Mar 8 at 13:40
I don't understand if setup isn't done then how it's showing the crash report.
– Anirudha Mahale
Mar 8 at 13:42
Does the app compile and run? Can you include your podfile as well as your App delegate code? Also, did you download the GoogleService-Info.plist and drag it into your project?
– Jay
Mar 8 at 18:35
|
show 1 more comment
I have done all the steps but still I am stuck here on this screen.
Though the crashes can be seen inside in Crashlytics panel


ios swift firebase firebase-realtime-database
I have done all the steps but still I am stuck here on this screen.
Though the crashes can be seen inside in Crashlytics panel


ios swift firebase firebase-realtime-database
ios swift firebase firebase-realtime-database
edited Mar 8 at 16:46
AtulParmar
1,334623
1,334623
asked Mar 8 at 9:31
Anirudha MahaleAnirudha Mahale
5711821
5711821
You have to run it in a real device.
– Edu
Mar 8 at 13:36
Yes did on device as well as simulator.
– Anirudha Mahale
Mar 8 at 13:37
That happened to me, I ran a few times the app on a real devices, and then it worked, maybe it's a Firebase thing
– Edu
Mar 8 at 13:40
I don't understand if setup isn't done then how it's showing the crash report.
– Anirudha Mahale
Mar 8 at 13:42
Does the app compile and run? Can you include your podfile as well as your App delegate code? Also, did you download the GoogleService-Info.plist and drag it into your project?
– Jay
Mar 8 at 18:35
|
show 1 more comment
You have to run it in a real device.
– Edu
Mar 8 at 13:36
Yes did on device as well as simulator.
– Anirudha Mahale
Mar 8 at 13:37
That happened to me, I ran a few times the app on a real devices, and then it worked, maybe it's a Firebase thing
– Edu
Mar 8 at 13:40
I don't understand if setup isn't done then how it's showing the crash report.
– Anirudha Mahale
Mar 8 at 13:42
Does the app compile and run? Can you include your podfile as well as your App delegate code? Also, did you download the GoogleService-Info.plist and drag it into your project?
– Jay
Mar 8 at 18:35
You have to run it in a real device.
– Edu
Mar 8 at 13:36
You have to run it in a real device.
– Edu
Mar 8 at 13:36
Yes did on device as well as simulator.
– Anirudha Mahale
Mar 8 at 13:37
Yes did on device as well as simulator.
– Anirudha Mahale
Mar 8 at 13:37
That happened to me, I ran a few times the app on a real devices, and then it worked, maybe it's a Firebase thing
– Edu
Mar 8 at 13:40
That happened to me, I ran a few times the app on a real devices, and then it worked, maybe it's a Firebase thing
– Edu
Mar 8 at 13:40
I don't understand if setup isn't done then how it's showing the crash report.
– Anirudha Mahale
Mar 8 at 13:42
I don't understand if setup isn't done then how it's showing the crash report.
– Anirudha Mahale
Mar 8 at 13:42
Does the app compile and run? Can you include your podfile as well as your App delegate code? Also, did you download the GoogleService-Info.plist and drag it into your project?
– Jay
Mar 8 at 18:35
Does the app compile and run? Can you include your podfile as well as your App delegate code? Also, did you download the GoogleService-Info.plist and drag it into your project?
– Jay
Mar 8 at 18:35
|
show 1 more comment
1 Answer
1
active
oldest
votes
Hey make sure you have called:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool
FirebaseApp.configure()
If this doesn't work try sending some data to firebase like so:
Analytics.logEvent("This is a test", parameters: [
"Test1": : "tester",
"Test2": "tester"
])
This will send analytics data to Firebase
Tried nothing changed.
– Anirudha Mahale
Mar 8 at 11:43
Did you run the app and install the pods?
– Stijnk008
Mar 8 at 13:03
Yes obviously I did
– Anirudha Mahale
Mar 8 at 13:04
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55060282%2ffirebase-stuck-on-run-your-app-to-verify-installation-for-ios%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Hey make sure you have called:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool
FirebaseApp.configure()
If this doesn't work try sending some data to firebase like so:
Analytics.logEvent("This is a test", parameters: [
"Test1": : "tester",
"Test2": "tester"
])
This will send analytics data to Firebase
Tried nothing changed.
– Anirudha Mahale
Mar 8 at 11:43
Did you run the app and install the pods?
– Stijnk008
Mar 8 at 13:03
Yes obviously I did
– Anirudha Mahale
Mar 8 at 13:04
add a comment |
Hey make sure you have called:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool
FirebaseApp.configure()
If this doesn't work try sending some data to firebase like so:
Analytics.logEvent("This is a test", parameters: [
"Test1": : "tester",
"Test2": "tester"
])
This will send analytics data to Firebase
Tried nothing changed.
– Anirudha Mahale
Mar 8 at 11:43
Did you run the app and install the pods?
– Stijnk008
Mar 8 at 13:03
Yes obviously I did
– Anirudha Mahale
Mar 8 at 13:04
add a comment |
Hey make sure you have called:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool
FirebaseApp.configure()
If this doesn't work try sending some data to firebase like so:
Analytics.logEvent("This is a test", parameters: [
"Test1": : "tester",
"Test2": "tester"
])
This will send analytics data to Firebase
Hey make sure you have called:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool
FirebaseApp.configure()
If this doesn't work try sending some data to firebase like so:
Analytics.logEvent("This is a test", parameters: [
"Test1": : "tester",
"Test2": "tester"
])
This will send analytics data to Firebase
answered Mar 8 at 9:36
Stijnk008Stijnk008
120120
120120
Tried nothing changed.
– Anirudha Mahale
Mar 8 at 11:43
Did you run the app and install the pods?
– Stijnk008
Mar 8 at 13:03
Yes obviously I did
– Anirudha Mahale
Mar 8 at 13:04
add a comment |
Tried nothing changed.
– Anirudha Mahale
Mar 8 at 11:43
Did you run the app and install the pods?
– Stijnk008
Mar 8 at 13:03
Yes obviously I did
– Anirudha Mahale
Mar 8 at 13:04
Tried nothing changed.
– Anirudha Mahale
Mar 8 at 11:43
Tried nothing changed.
– Anirudha Mahale
Mar 8 at 11:43
Did you run the app and install the pods?
– Stijnk008
Mar 8 at 13:03
Did you run the app and install the pods?
– Stijnk008
Mar 8 at 13:03
Yes obviously I did
– Anirudha Mahale
Mar 8 at 13:04
Yes obviously I did
– Anirudha Mahale
Mar 8 at 13:04
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55060282%2ffirebase-stuck-on-run-your-app-to-verify-installation-for-ios%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You have to run it in a real device.
– Edu
Mar 8 at 13:36
Yes did on device as well as simulator.
– Anirudha Mahale
Mar 8 at 13:37
That happened to me, I ran a few times the app on a real devices, and then it worked, maybe it's a Firebase thing
– Edu
Mar 8 at 13:40
I don't understand if setup isn't done then how it's showing the crash report.
– Anirudha Mahale
Mar 8 at 13:42
Does the app compile and run? Can you include your podfile as well as your App delegate code? Also, did you download the GoogleService-Info.plist and drag it into your project?
– Jay
Mar 8 at 18:35