Xcode error when uploading to App Store: “No suitable application records were found”










54















I'm using Ionic to build an html app for iOS. I've registered an app on iTunes Connect.



All goes well in Xcode until I upload to the App Store. I get the following error:




iTunes Store operation failed.

No suitable application records were found. Verify your bundle identifier 'com.iconicframework.app315125' is correct.




iTunes Store operation failed










share|improve this question



















  • 1





    You should validate within xcode before uploading.

    – Amr Lotfy
    Mar 27 '17 at 9:55











  • I'm getting this for Pods using in project. For eg. Alamofire pod having bundle id : com.cocoapods.Alamofire.. How to fix this?

    – Jayprakash Dubey
    May 30 '17 at 4:57















54















I'm using Ionic to build an html app for iOS. I've registered an app on iTunes Connect.



All goes well in Xcode until I upload to the App Store. I get the following error:




iTunes Store operation failed.

No suitable application records were found. Verify your bundle identifier 'com.iconicframework.app315125' is correct.




iTunes Store operation failed










share|improve this question



















  • 1





    You should validate within xcode before uploading.

    – Amr Lotfy
    Mar 27 '17 at 9:55











  • I'm getting this for Pods using in project. For eg. Alamofire pod having bundle id : com.cocoapods.Alamofire.. How to fix this?

    – Jayprakash Dubey
    May 30 '17 at 4:57













54












54








54


12






I'm using Ionic to build an html app for iOS. I've registered an app on iTunes Connect.



All goes well in Xcode until I upload to the App Store. I get the following error:




iTunes Store operation failed.

No suitable application records were found. Verify your bundle identifier 'com.iconicframework.app315125' is correct.




iTunes Store operation failed










share|improve this question
















I'm using Ionic to build an html app for iOS. I've registered an app on iTunes Connect.



All goes well in Xcode until I upload to the App Store. I get the following error:




iTunes Store operation failed.

No suitable application records were found. Verify your bundle identifier 'com.iconicframework.app315125' is correct.




iTunes Store operation failed







xcode app-store ionic-framework






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 7 '15 at 22:06









pkamb

15.3k1283122




15.3k1283122










asked May 7 '15 at 20:09









irthirth

9701921




9701921







  • 1





    You should validate within xcode before uploading.

    – Amr Lotfy
    Mar 27 '17 at 9:55











  • I'm getting this for Pods using in project. For eg. Alamofire pod having bundle id : com.cocoapods.Alamofire.. How to fix this?

    – Jayprakash Dubey
    May 30 '17 at 4:57












  • 1





    You should validate within xcode before uploading.

    – Amr Lotfy
    Mar 27 '17 at 9:55











  • I'm getting this for Pods using in project. For eg. Alamofire pod having bundle id : com.cocoapods.Alamofire.. How to fix this?

    – Jayprakash Dubey
    May 30 '17 at 4:57







1




1





You should validate within xcode before uploading.

– Amr Lotfy
Mar 27 '17 at 9:55





You should validate within xcode before uploading.

– Amr Lotfy
Mar 27 '17 at 9:55













I'm getting this for Pods using in project. For eg. Alamofire pod having bundle id : com.cocoapods.Alamofire.. How to fix this?

– Jayprakash Dubey
May 30 '17 at 4:57





I'm getting this for Pods using in project. For eg. Alamofire pod having bundle id : com.cocoapods.Alamofire.. How to fix this?

– Jayprakash Dubey
May 30 '17 at 4:57












8 Answers
8






active

oldest

votes


















99














I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project.



You need to create a new Bundle Identifier in the Developer portal:



enter image description here



Then choose it when you "Create New App" in iTunesConnect:



enter image description here



For me, I'd pick com.maniac-games.lowdown.






share|improve this answer

























  • Cheers Almo, I figured as much that this is the right track but still don't know where that name should go on iTunesConnect. Thank you!

    – irth
    May 7 '15 at 21:17






  • 6





    You also need to add the app to your iTunes connect account.

    – JMStudios.jrichardson
    Dec 20 '15 at 5:19


















21














Maybe you need to review this document.



In other words:



  1. You must go to developer.apple.com and create a provisioning profile and bundle id.

  2. Assign devices to provisioning

  3. Then ... enter itunesconnect and create app and assign your bundle id.

  4. Enter to Xcode and reload provisioning files.

  5. Enter to Targets files and select provisioning.

  6. Product -> Archive and go on :)





share|improve this answer




















  • 2





    Don't forget select as an answer !! You are welcome ! (whatever you want) :)

    – Beto
    May 8 '15 at 16:25







  • 1





    Almo had a faster response and has pretty images so they get the answer but i'll find ways to reward you in this life or the next! :P

    – irth
    May 8 '15 at 17:56






  • 1





    Have another upvote. Just looked back here.

    – Almo
    May 30 '15 at 23:13






  • 3





    Thanks, I did not know i have to create ap in itunes connect

    – SoliQuiD
    Jun 12 '16 at 13:56


















6














I was also facing same issue..I fixed it by creating an app on itunesConnect before uploading app.
once you created app on itunesconnect. you should not get this error anymore.



there should be some authentication and a place to store your build. and if you don't have an app on itunesconnect with same bundle id it will not let you upload your app.






share|improve this answer






























    3














    I received the same error on multiple attempts.



    Follow below step:

    1) Create AppID inside developer site Identifiers -> IDS.

    2) Create Provisioning Profiles Certificate Provisioning Profiles - > Distribution.

    3) Create App inside iTunes and Give name of app, select Bundle identifier of app and just click on Create app.

    4) Inside xcode select Product -> Archive wait few minute then open Organizer(Windows -> Organizer) and show app in Organizer, Click on Upload to App store

    5) Successfully you have upload app in app store.






    share|improve this answer






























      0














      Well what soloved the issue for me was changing the bundleID when the pop up (while validating) comes up to the actual bundleID which was not right at that time but is now fixed and my app is one the way to the Appstore!






      share|improve this answer






























        0














        You need to create a new Bundle Identifier in the Developer portal(https://developer.apple.com) like create your app in myapps with same Bundle Identifier






        share|improve this answer






























          0














          For the ones who get this error on an app which was sumbitable previously, please log in to iTunesConnect / AppStoreConnect and accept the latest Terms of Services or whatever legal message you have to approve.



          Note that if you are working with an external publisher you need someone whose account has the highest permission to have the message appearing.






          share|improve this answer






























            0














            Set the Same name.this way is success.



            step1



            step2



            step3






            share|improve this answer
























              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
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f30110757%2fxcode-error-when-uploading-to-app-store-no-suitable-application-records-were-f%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              8 Answers
              8






              active

              oldest

              votes








              8 Answers
              8






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              99














              I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project.



              You need to create a new Bundle Identifier in the Developer portal:



              enter image description here



              Then choose it when you "Create New App" in iTunesConnect:



              enter image description here



              For me, I'd pick com.maniac-games.lowdown.






              share|improve this answer

























              • Cheers Almo, I figured as much that this is the right track but still don't know where that name should go on iTunesConnect. Thank you!

                – irth
                May 7 '15 at 21:17






              • 6





                You also need to add the app to your iTunes connect account.

                – JMStudios.jrichardson
                Dec 20 '15 at 5:19















              99














              I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project.



              You need to create a new Bundle Identifier in the Developer portal:



              enter image description here



              Then choose it when you "Create New App" in iTunesConnect:



              enter image description here



              For me, I'd pick com.maniac-games.lowdown.






              share|improve this answer

























              • Cheers Almo, I figured as much that this is the right track but still don't know where that name should go on iTunesConnect. Thank you!

                – irth
                May 7 '15 at 21:17






              • 6





                You also need to add the app to your iTunes connect account.

                – JMStudios.jrichardson
                Dec 20 '15 at 5:19













              99












              99








              99







              I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project.



              You need to create a new Bundle Identifier in the Developer portal:



              enter image description here



              Then choose it when you "Create New App" in iTunesConnect:



              enter image description here



              For me, I'd pick com.maniac-games.lowdown.






              share|improve this answer















              I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project.



              You need to create a new Bundle Identifier in the Developer portal:



              enter image description here



              Then choose it when you "Create New App" in iTunesConnect:



              enter image description here



              For me, I'd pick com.maniac-games.lowdown.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited May 7 '15 at 22:10

























              answered May 7 '15 at 20:18









              AlmoAlmo

              11.8k105383




              11.8k105383












              • Cheers Almo, I figured as much that this is the right track but still don't know where that name should go on iTunesConnect. Thank you!

                – irth
                May 7 '15 at 21:17






              • 6





                You also need to add the app to your iTunes connect account.

                – JMStudios.jrichardson
                Dec 20 '15 at 5:19

















              • Cheers Almo, I figured as much that this is the right track but still don't know where that name should go on iTunesConnect. Thank you!

                – irth
                May 7 '15 at 21:17






              • 6





                You also need to add the app to your iTunes connect account.

                – JMStudios.jrichardson
                Dec 20 '15 at 5:19
















              Cheers Almo, I figured as much that this is the right track but still don't know where that name should go on iTunesConnect. Thank you!

              – irth
              May 7 '15 at 21:17





              Cheers Almo, I figured as much that this is the right track but still don't know where that name should go on iTunesConnect. Thank you!

              – irth
              May 7 '15 at 21:17




              6




              6





              You also need to add the app to your iTunes connect account.

              – JMStudios.jrichardson
              Dec 20 '15 at 5:19





              You also need to add the app to your iTunes connect account.

              – JMStudios.jrichardson
              Dec 20 '15 at 5:19













              21














              Maybe you need to review this document.



              In other words:



              1. You must go to developer.apple.com and create a provisioning profile and bundle id.

              2. Assign devices to provisioning

              3. Then ... enter itunesconnect and create app and assign your bundle id.

              4. Enter to Xcode and reload provisioning files.

              5. Enter to Targets files and select provisioning.

              6. Product -> Archive and go on :)





              share|improve this answer




















              • 2





                Don't forget select as an answer !! You are welcome ! (whatever you want) :)

                – Beto
                May 8 '15 at 16:25







              • 1





                Almo had a faster response and has pretty images so they get the answer but i'll find ways to reward you in this life or the next! :P

                – irth
                May 8 '15 at 17:56






              • 1





                Have another upvote. Just looked back here.

                – Almo
                May 30 '15 at 23:13






              • 3





                Thanks, I did not know i have to create ap in itunes connect

                – SoliQuiD
                Jun 12 '16 at 13:56















              21














              Maybe you need to review this document.



              In other words:



              1. You must go to developer.apple.com and create a provisioning profile and bundle id.

              2. Assign devices to provisioning

              3. Then ... enter itunesconnect and create app and assign your bundle id.

              4. Enter to Xcode and reload provisioning files.

              5. Enter to Targets files and select provisioning.

              6. Product -> Archive and go on :)





              share|improve this answer




















              • 2





                Don't forget select as an answer !! You are welcome ! (whatever you want) :)

                – Beto
                May 8 '15 at 16:25







              • 1





                Almo had a faster response and has pretty images so they get the answer but i'll find ways to reward you in this life or the next! :P

                – irth
                May 8 '15 at 17:56






              • 1





                Have another upvote. Just looked back here.

                – Almo
                May 30 '15 at 23:13






              • 3





                Thanks, I did not know i have to create ap in itunes connect

                – SoliQuiD
                Jun 12 '16 at 13:56













              21












              21








              21







              Maybe you need to review this document.



              In other words:



              1. You must go to developer.apple.com and create a provisioning profile and bundle id.

              2. Assign devices to provisioning

              3. Then ... enter itunesconnect and create app and assign your bundle id.

              4. Enter to Xcode and reload provisioning files.

              5. Enter to Targets files and select provisioning.

              6. Product -> Archive and go on :)





              share|improve this answer















              Maybe you need to review this document.



              In other words:



              1. You must go to developer.apple.com and create a provisioning profile and bundle id.

              2. Assign devices to provisioning

              3. Then ... enter itunesconnect and create app and assign your bundle id.

              4. Enter to Xcode and reload provisioning files.

              5. Enter to Targets files and select provisioning.

              6. Product -> Archive and go on :)






              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Feb 5 '17 at 13:14









              Marcus Leon

              23.6k102255389




              23.6k102255389










              answered May 7 '15 at 22:02









              BetoBeto

              1,99942233




              1,99942233







              • 2





                Don't forget select as an answer !! You are welcome ! (whatever you want) :)

                – Beto
                May 8 '15 at 16:25







              • 1





                Almo had a faster response and has pretty images so they get the answer but i'll find ways to reward you in this life or the next! :P

                – irth
                May 8 '15 at 17:56






              • 1





                Have another upvote. Just looked back here.

                – Almo
                May 30 '15 at 23:13






              • 3





                Thanks, I did not know i have to create ap in itunes connect

                – SoliQuiD
                Jun 12 '16 at 13:56












              • 2





                Don't forget select as an answer !! You are welcome ! (whatever you want) :)

                – Beto
                May 8 '15 at 16:25







              • 1





                Almo had a faster response and has pretty images so they get the answer but i'll find ways to reward you in this life or the next! :P

                – irth
                May 8 '15 at 17:56






              • 1





                Have another upvote. Just looked back here.

                – Almo
                May 30 '15 at 23:13






              • 3





                Thanks, I did not know i have to create ap in itunes connect

                – SoliQuiD
                Jun 12 '16 at 13:56







              2




              2





              Don't forget select as an answer !! You are welcome ! (whatever you want) :)

              – Beto
              May 8 '15 at 16:25






              Don't forget select as an answer !! You are welcome ! (whatever you want) :)

              – Beto
              May 8 '15 at 16:25





              1




              1





              Almo had a faster response and has pretty images so they get the answer but i'll find ways to reward you in this life or the next! :P

              – irth
              May 8 '15 at 17:56





              Almo had a faster response and has pretty images so they get the answer but i'll find ways to reward you in this life or the next! :P

              – irth
              May 8 '15 at 17:56




              1




              1





              Have another upvote. Just looked back here.

              – Almo
              May 30 '15 at 23:13





              Have another upvote. Just looked back here.

              – Almo
              May 30 '15 at 23:13




              3




              3





              Thanks, I did not know i have to create ap in itunes connect

              – SoliQuiD
              Jun 12 '16 at 13:56





              Thanks, I did not know i have to create ap in itunes connect

              – SoliQuiD
              Jun 12 '16 at 13:56











              6














              I was also facing same issue..I fixed it by creating an app on itunesConnect before uploading app.
              once you created app on itunesconnect. you should not get this error anymore.



              there should be some authentication and a place to store your build. and if you don't have an app on itunesconnect with same bundle id it will not let you upload your app.






              share|improve this answer



























                6














                I was also facing same issue..I fixed it by creating an app on itunesConnect before uploading app.
                once you created app on itunesconnect. you should not get this error anymore.



                there should be some authentication and a place to store your build. and if you don't have an app on itunesconnect with same bundle id it will not let you upload your app.






                share|improve this answer

























                  6












                  6








                  6







                  I was also facing same issue..I fixed it by creating an app on itunesConnect before uploading app.
                  once you created app on itunesconnect. you should not get this error anymore.



                  there should be some authentication and a place to store your build. and if you don't have an app on itunesconnect with same bundle id it will not let you upload your app.






                  share|improve this answer













                  I was also facing same issue..I fixed it by creating an app on itunesConnect before uploading app.
                  once you created app on itunesconnect. you should not get this error anymore.



                  there should be some authentication and a place to store your build. and if you don't have an app on itunesconnect with same bundle id it will not let you upload your app.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 28 '17 at 6:09









                  Pravesh TiwariPravesh Tiwari

                  10216




                  10216





















                      3














                      I received the same error on multiple attempts.



                      Follow below step:

                      1) Create AppID inside developer site Identifiers -> IDS.

                      2) Create Provisioning Profiles Certificate Provisioning Profiles - > Distribution.

                      3) Create App inside iTunes and Give name of app, select Bundle identifier of app and just click on Create app.

                      4) Inside xcode select Product -> Archive wait few minute then open Organizer(Windows -> Organizer) and show app in Organizer, Click on Upload to App store

                      5) Successfully you have upload app in app store.






                      share|improve this answer



























                        3














                        I received the same error on multiple attempts.



                        Follow below step:

                        1) Create AppID inside developer site Identifiers -> IDS.

                        2) Create Provisioning Profiles Certificate Provisioning Profiles - > Distribution.

                        3) Create App inside iTunes and Give name of app, select Bundle identifier of app and just click on Create app.

                        4) Inside xcode select Product -> Archive wait few minute then open Organizer(Windows -> Organizer) and show app in Organizer, Click on Upload to App store

                        5) Successfully you have upload app in app store.






                        share|improve this answer

























                          3












                          3








                          3







                          I received the same error on multiple attempts.



                          Follow below step:

                          1) Create AppID inside developer site Identifiers -> IDS.

                          2) Create Provisioning Profiles Certificate Provisioning Profiles - > Distribution.

                          3) Create App inside iTunes and Give name of app, select Bundle identifier of app and just click on Create app.

                          4) Inside xcode select Product -> Archive wait few minute then open Organizer(Windows -> Organizer) and show app in Organizer, Click on Upload to App store

                          5) Successfully you have upload app in app store.






                          share|improve this answer













                          I received the same error on multiple attempts.



                          Follow below step:

                          1) Create AppID inside developer site Identifiers -> IDS.

                          2) Create Provisioning Profiles Certificate Provisioning Profiles - > Distribution.

                          3) Create App inside iTunes and Give name of app, select Bundle identifier of app and just click on Create app.

                          4) Inside xcode select Product -> Archive wait few minute then open Organizer(Windows -> Organizer) and show app in Organizer, Click on Upload to App store

                          5) Successfully you have upload app in app store.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Mar 24 '17 at 6:48









                          iPareshiParesh

                          1,1971725




                          1,1971725





















                              0














                              Well what soloved the issue for me was changing the bundleID when the pop up (while validating) comes up to the actual bundleID which was not right at that time but is now fixed and my app is one the way to the Appstore!






                              share|improve this answer



























                                0














                                Well what soloved the issue for me was changing the bundleID when the pop up (while validating) comes up to the actual bundleID which was not right at that time but is now fixed and my app is one the way to the Appstore!






                                share|improve this answer

























                                  0












                                  0








                                  0







                                  Well what soloved the issue for me was changing the bundleID when the pop up (while validating) comes up to the actual bundleID which was not right at that time but is now fixed and my app is one the way to the Appstore!






                                  share|improve this answer













                                  Well what soloved the issue for me was changing the bundleID when the pop up (while validating) comes up to the actual bundleID which was not right at that time but is now fixed and my app is one the way to the Appstore!







                                  share|improve this answer












                                  share|improve this answer



                                  share|improve this answer










                                  answered Apr 20 '17 at 16:33









                                  theswedtheswed

                                  398




                                  398





















                                      0














                                      You need to create a new Bundle Identifier in the Developer portal(https://developer.apple.com) like create your app in myapps with same Bundle Identifier






                                      share|improve this answer



























                                        0














                                        You need to create a new Bundle Identifier in the Developer portal(https://developer.apple.com) like create your app in myapps with same Bundle Identifier






                                        share|improve this answer

























                                          0












                                          0








                                          0







                                          You need to create a new Bundle Identifier in the Developer portal(https://developer.apple.com) like create your app in myapps with same Bundle Identifier






                                          share|improve this answer













                                          You need to create a new Bundle Identifier in the Developer portal(https://developer.apple.com) like create your app in myapps with same Bundle Identifier







                                          share|improve this answer












                                          share|improve this answer



                                          share|improve this answer










                                          answered Aug 1 '17 at 11:31









                                          user8399363user8399363

                                          1




                                          1





















                                              0














                                              For the ones who get this error on an app which was sumbitable previously, please log in to iTunesConnect / AppStoreConnect and accept the latest Terms of Services or whatever legal message you have to approve.



                                              Note that if you are working with an external publisher you need someone whose account has the highest permission to have the message appearing.






                                              share|improve this answer



























                                                0














                                                For the ones who get this error on an app which was sumbitable previously, please log in to iTunesConnect / AppStoreConnect and accept the latest Terms of Services or whatever legal message you have to approve.



                                                Note that if you are working with an external publisher you need someone whose account has the highest permission to have the message appearing.






                                                share|improve this answer

























                                                  0












                                                  0








                                                  0







                                                  For the ones who get this error on an app which was sumbitable previously, please log in to iTunesConnect / AppStoreConnect and accept the latest Terms of Services or whatever legal message you have to approve.



                                                  Note that if you are working with an external publisher you need someone whose account has the highest permission to have the message appearing.






                                                  share|improve this answer













                                                  For the ones who get this error on an app which was sumbitable previously, please log in to iTunesConnect / AppStoreConnect and accept the latest Terms of Services or whatever legal message you have to approve.



                                                  Note that if you are working with an external publisher you need someone whose account has the highest permission to have the message appearing.







                                                  share|improve this answer












                                                  share|improve this answer



                                                  share|improve this answer










                                                  answered Aug 3 '18 at 8:07









                                                  UsualYannUsualYann

                                                  814




                                                  814





















                                                      0














                                                      Set the Same name.this way is success.



                                                      step1



                                                      step2



                                                      step3






                                                      share|improve this answer





























                                                        0














                                                        Set the Same name.this way is success.



                                                        step1



                                                        step2



                                                        step3






                                                        share|improve this answer



























                                                          0












                                                          0








                                                          0







                                                          Set the Same name.this way is success.



                                                          step1



                                                          step2



                                                          step3






                                                          share|improve this answer















                                                          Set the Same name.this way is success.



                                                          step1



                                                          step2



                                                          step3







                                                          share|improve this answer














                                                          share|improve this answer



                                                          share|improve this answer








                                                          edited Aug 17 '18 at 0:21









                                                          Stephen Rauch

                                                          28.7k153557




                                                          28.7k153557










                                                          answered Aug 16 '18 at 23:54









                                                          Natapon WongyaiNatapon Wongyai

                                                          1




                                                          1



























                                                              draft saved

                                                              draft discarded
















































                                                              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.




                                                              draft saved


                                                              draft discarded














                                                              StackExchange.ready(
                                                              function ()
                                                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f30110757%2fxcode-error-when-uploading-to-app-store-no-suitable-application-records-were-f%23new-answer', 'question_page');

                                                              );

                                                              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







                                                              Popular posts from this blog

                                                              Kleinkühnau

                                                              Makov (Slowakei)

                                                              Deutsches Schauspielhaus