Application needs signing???

I have not been able to upload to the appStore because I cannot figure out what is meant by my applications needs signing
I get the following message
Check dependencies
[BEROR]CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 5.0'
I am not a programmer.  I am simply a machinist who has developed an app to be used for machining threads.  The Program itself works fine.  My latest problem is I cannot upload it to my iPhone because of the same error as above.
If some someone could tell me how I sign my app I would be very grateful
Thanks
Mike

Good idea but it was kind of dumb on my behalf.
Anyhow when I upgraded for some reason the the code signing identity was changed from iPhone developer to 'Don't Code Sign'   Since I was trying to figure out why I could not upload to the App Store I had checked this setting and then upgraded Xcode.  I did not go back to see the change
So in the end I went to
Build Settings  (found if you select the project name)
Then under
Code Signing
Code Signing identity
I used the pop up menu and reselected iPhone Developer
I did this for both the Target and the Project

Similar Messages

  • Partner application single sign-on and Oc4j

    hello,
    I'm trying to test portal's partner application single sign-on, following the examples inside the "Oracle9 iAS Single Sign-On Application Developers Guide":
    With Tomcat as jsp engine everything works fine, but with Oc4j when I try to enter the protected jsp page i have this exception:
    oracle.security.sso.enabler.SSOEnablerException: java.lang.IllegalStateException: OutputStream already retrieved
         at SSOEnablerBean.getSSOUserInfo(SSOEnablerBean.java:153)
         at SSOEnablerJspBean.getSSOUserInfo(SSOEnablerJspBean.java:57)
         at /protetta.jsp._jspService(/protetta.jsp.java:37) (JSP page line 4)
    Any suggestion?
    Thanks in advance.

    I get the same problem with my partner application. It runs fine on JServer but I get the following problem on oc4j:
    oracle.security.sso.enabler.SSOEnablerException: java.lang.IllegalStateException: OutputStream already retrieved     
    at oracle.br.aerochain.sso.SSOEnablerBean.getSSOUserInfo(SSOEnablerBean.java, Compiled Code)     
    at oracle.br.aerochain.sso.SSOEnablerJspBean.getSSOUserInfo(SSOEnablerJspBean.java, Compiled Code)     
    at /jsp/papp.jsp._jspService(/jsp/papp.jsp.java, Compiled Code)     
    at com.orionserver[Oracle9iAS (9.0.2.0.0) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java, Compiled Code)     
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpApplication.serviceJSP(HttpApplication.java, Compiled Code)     
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.JSPServlet.service(JSPServlet.java, Compiled Code)     
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java, Compiled Code)     
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java, Compiled Code)     
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java, Compiled Code)     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java, Compiled Code)     
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java, Compiled Code)
    Did anyone get a solution for this?
    TIA

  • Multiple users logged into one server, each users printer has a different name, application needs ONE name to print to.

    Multiple users logged into one server, each users printer has a different name, application needs ONE name to print to. 
    I'm NOT in any way a Terminal Services expert and I need help trying to get an application program working in a multi-user environment.
    The issue is that the printer changes for every user that is logged in. The application needs to print NOT to the default printer, but to a "special" printer which is selected in the application... let's call it a label printer to simplify the explanation.
    You have your default regular printer, easy for the application to find that one, and then you have a special printer that labels get printed onto. The application needs to know what printer is the label printer. So we allow the user to select that in the
    application and the selection is stored in a config file in 
    C:\ProgramData\mfgr\prog\setting files
    I don't have access to the application so I can't change how this works.  
    In the "regular" world, selecting the label printer driver to use should be per machine, NOT per user. When a new user logs into a machine, the physical printer doesn't go "poof" and a new printer suddenly appear. Same printer for all
    users.
    Yet in terminal services, the physical machine is "merged" with the virtual machine on the server. And there can be many users logged in at the same time. So each users real machine (and real printer) is injected into the "fake" terminal
    services machine. The name of the printers is made unique for each user. So the printers DO go "poof" and change names depending on the user logged into terminal services.
    So user "A" logs in and sets up the application to print to "LabelPrinterForUserA" (or whatever the name of the printer happens to be), that setting is stored in the ProgramData subfolder, and all is well. Later, user "B" logs
    in, and when they print, the application tries to print to "LabelPrinterForUserA" which doesn't exist for user B or is only accessible by user A. If user B re-configures, that breaks it for user A. 
    SOLUTION 1: The way that /should/ work (in my mind) is that you define one "generic" printer in Terminal Services... call it "Virtual Label printer" and when the user wants to print to it, the print job gets re-directed back to whatever
    physical printer is actually connected to their local workstation. There is a map of virtual printer to actual printer depending on the current user. The application is told once to print to "Virtual Label Printer" for all users.
    SOLUTION 2: Or... there should be some way to make the ProgramData sub folders separate per user. E.g. when user "A" tries to access:
    C:\ProgramData\mfgr\prog\setting files
    they actually get 
    C:\UserData\UserA\AppData\mfgr\prog\setting files
    and user "B" gets
    C:\UserData\UserB\AppData\mfgr\prog\setting files
    So the question I have is: Does either of those solutions exist hidden somewhere in the setup of terminal server? Or is there another way around this issue that I don't know?

    I don't really have a "for sure" answer to this, but because people here can't seem to deal with a question that hasn't been answered I'll provide the best answer I did receive from ServerFault.com user Nathan:
    I can feel your pain with using old software on terminal servers ...the solution I've come up with definitely won't scale as it requires some manual configuration, but I've gotten this method to work with our label printers (which require to be
    printed to an LPT port...yep, that old).
    Share your USB-connected printers to the network on each machine. Then, have the user log in on aunique session for each of them
    (a TS account cannot be shared among computers for this to work) and install a network printer pointing to the USB one they shared. Try to use a DNS name to account for possible DHCP movements.
    After, it should work. Each user can do this since display names can be identical as long as the ports are different (which they are).
    This was clarified by the following series of comments:
    I think you are on to something here, and I originally advised the admin to do this. The problem he ran into is that it setup the printer names in the TS as "printer on usersworkstation"
    and he could not rename it except to change the "printer" to whatever. E.g. the "on userworkstation" remained. I believe there is another way of installing the printer which avoids this, but I can't find it. Ages ago, one used to do NET
    USE LPT2 \\computer\printer password /USER:domain\user /PERSISTENT:YES and then tell the driver to print to LPT2 –  James
    Newton Mar
    17 at 16:21   
    @JamesNewton That's actually the exact method we used. The way around the "network printer" part is to install it as local printer and map it to a TCP/IP port that way. –  Nathan
    C Mar
    17 at 16:28
    You mean in the case where the printers are TCP/IP connected and not local USB / LPT to the users workstation? That makes sense. Wonder if this will work for USB connected printers... –  James
    NewtonMar
    17 at 16:35   
    @JamesNewton You'd share the local printer on the client's PC then on the server connect via TCP/IP to it. You'd need static addresses or use DNS names if DHCP, though. –  Nathan
    C Mar
    17 at 16:51
    Ah. Yes. I see. Looks like the LPT thing should work even with a USB connected printer:superuser.com/questions/182655/… –  James
    Newton Mar
    17 at 17:09   

  • Does a sql server client application needs to be modified to allow it to have benefits of running on a SQL Server 2012 cluster?

    I have a client application in c++ which interacts with sql server database. My question is whether I need to make any changes to the client application code to allow it to have the benefits of running on a SQL server 2012 cluster environment. 
    To elaborate more on my query my concern is for e.g if my application has called an api to execute a sql query and during
    the execution of this query the sql server (part of the cluster) goes down then as per my understanding the sql cluster would ensure that another node takes up the task from the current sql server which has gone down. Is this transition transparent to the
    client application or in such a case my client application needs to again make a new connection and again execute the query?

    Hello,
    Just as Shanky post above, When you connected to a database in an availability group and specify the availability group listener in the connection string, if the availability group fails over, the original connection is broken, your application
    should try a new connection after the failover.
    So, when connect to an availability group, please try to increasing connection timeout and implementing connection retry logic to increase the probability of successful connection.
    Reference:SqlClient Support for High Availability, Disaster Recovery
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

  • Messaging application needs an update!

    Normally I would write something here, this time I will just copy and paste a post I wrote on my blog, www.adityasphones.wordpress.com
    This is NOT an ad for my blog, but something that the application needs (an upgrade).
    "The native application on S60, which allows one to send SMS, MMS and so on, is a good one. It needs too many clicks, but is no doubt a good robust application. I have just one grouse, Why can I not send a message to someone in my contact list on all of his numbers?
    Let me explain, If somebody in your contacts list has two or more numbers on which a message can be sent, and you need to message him about something, but you don’t know which number will he check or which number will be working (network connectivity). In order to send the message to those numbers you need to choose all his numbers in the same way you would choose multiple recipients. My question is why can’t I select all the numbers of that particular person in one shot? Why must I go to the contacts list everytime to select his name and then his other number?
    Would it not be ’smarter’ if I could select all the required numbers of a particular person in one go, just in the same way that we select multiple objects in S60, i.e. by pressing the ‘#’ key. This would definitely reduce the amount of clicks needed to get to that contact and and then selct the other number. While there are a few 3rd party applications that allow a work around in an indirect manner, it is not enough for all the contacts.
    I don’t think any OS allows this find of functionality, if S60 implements it, this would be a first in the OS arena. This functionality would completely set S60 apart from the other ‘robotic’ OSes (no pun intended). It would also drive home the tagline Nokia has, “Connecting People” to technology and other people.
    What are your views on this idea, Do you have anything similar that can be implemented within S60 which would take S60 to another level. Leave your views/comments."
    Aditya Singhvi
    www.adityasphones.wordpress.com
    www.symbian-lifeblog.com, S60 Ambassador

    30-Nov-2008 07:06 PM
    adityasinghvi wrote:
    30-Nov-2008 11:22 PM
    illinjah wrote:
    30-Nov-2008 06:42 PM
    adityasinghvi wrote:
    @illinjah
    I agree that the email service needs a major overhaul, I guess the NES (Nokia Email Service)would be the next version of the email client. Have you tried it out?
    Yes I did, but since it doesn´t work with wap connections it is of no use to me, the rest worked out well.
    That is a problem! How come you do not have GPRS in your area?
    the NES works even on GPRS.
    Ehm of course I have GPRS in my area I even have HSUPA!
    WAP is a type of cennection and has got nothing to do with the speed...
    I have a WAP flat that´s why I need to work with WAP...
    By clicking the "Kudos!" or the "Solution?" button on the right you can say "Thank You" and you´ll show the author and others that the post is useful.
    The day we stop improving is the day we stop being good.

  • Adobe Encore CS6 cannot run in non-royalty serialized mode. The application needs to be serialized with a royalty bearing serial number

    Adobe Encore CS6 cannot run in non-royalty serialized mode. The application needs to be serialized with a royalty bearing serial number.

    This is an activation issue. its solution has changed over time. Assuming you have a cloud subscription, see this.
    http://helpx.adobe.com/premiere-pro/kb/features-presets-missing-premiere-pro.html

  • HT201269 I used Version : 4.2.1 (8C148)  but I want to update New version because some application need 4.3  ....  please tell me about to  update new version for my iPhonoue 4. Thank you.

    I used Version : 4.2.1 (8C148)  but I want to update New version because some application need 4.3 or 5 ....  please tell me about to  update new version for my iPhonoue 4. Thank you.

    Start iTunes on the computer you normally sync with. Connect your phone. Select your phone in iTunes on your computer and select the General tab in iTunes. Then scroll down to check for updates. iTunes will update your phone to the latest version of the iOS that is availablele.

  • My iphone all the time has a restore needed sign, what should I do?

    my iphone all the time has a restore needed sign, what should I do? I tried the support steps & it didn't work =(

    Unable to Update or Restore..?
    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...  Be sure to Follow ALL the Steps..
         Take your time... Pay particular attention to Steps 3 and 4.
    Some users have reported as many as 8 or 9 attempts were necessary before success.
         If the issue persists...
    Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step...
         Be sure to make an appointment first..

  • My ipad is stolen ,, and i want to reopen find my ipad application because as i know once the ipad switched off and switched on again the application needs to be reopened ,, any one can help me please to find my ipad again

    my ipad is stolen ,, and i want to reopen find my ipad application because as i know once the ipad switched off and switched on again the application needs to be reopened ,, any one can help me please to find my ipad again

    Stolen
    http://support.apple.com/kb/HT5668
    Erase iPad
    http://support.apple.com/kb/ph2701
    Lost Mode
    http://support.apple.com/kb/PH2700
    Reporting lost or stolen iPad
    http://support.apple.com/kb/HT2526

  • SSIS 2008 generates Registration information for this application needs to be updated - VSTA.exe

    I am getting the following error in SQL Server 2008 R2 (build 10.50.1734) x86 platform BI Development Studio (BIDS) 9.0.30729.4462 with .NET Framework 3.5 SP1 in a Integration Services project.
    I have a package with a Data Flow task that contains a Script Component. I edit it and attempt to edit script and I get the following error:
    Registration information for this application needs to be updated. To update, log on as an administrator and run this command:
    C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\VSTA.exe /HostID SSIS_ScriptComponent /setup
    About a minute later, another box displays with the following message
    Cannot show Visual Studio Tools for Applications editor.
    Additional information:
    The VSTA designer failed to load. “System.Runtime.InteropServices.COMExeption (0x80004005) Error HRESULT E_FAIL has been returned from a call to a COM component at VSTADTAProvider.Interop.VSTADTEProiderClass.GetDTE(String bysHostID, Uint32 dwTimeout).
    I execute the command above running as an administrator (there are no output results). BIDS displays the same symptoms.
    This happens on a Windows 7 Enterprise (I said Professional in an earlier but un-related post) workstation x86 platform. I get the error even if I create a new script component in a new data flow task in a new package. I also have VS 2010 Premium
    Edition (build 10.0.30319.1 RTMRel) installed on this workstation (if that matters). I also uninstalled and re-installed SQL Server from my workstation. My colleague does
    not experience this error, who should have a similarily configured PC. Does anyone have any ideas? Thanks.
    Greg

    Old thread, but I was having the exact same problem and fixed it, so maybe this will help someone else in the future.
    My problem is that I was confusing the concept of running as an administrator in Windows 7.  I was logged into my machine as an administrator, but I was not actually running the "VSTA /HostID SSIS_ScriptComponent /setup" command as an administrator. 
    When you don't run as an administrator, the command does nothing - no message, nothing.
    I ran the Command Prompt as an Administrator while logged in as a user with Administrator privileges (right click on Command Prompt, select "Run As Administrator").  Then, from that command prompt, I ran "VSTA /HostID SSIS_ScriptComponent /setup", VSTA
    did its magic, and then everything worked.
    After all these years, that explicit "Run As Administrator" concept still trips me up sometimes.

  • My application needs to access web server. So, from that application how do i call firefox ? and how do i pass an argument such as url/web server ip address?

    My application needs to a access web server. So, from that application how do i call Firefox ? And how do i pass an argument such as the url/web server ip address?
    == This happened ==
    Not sure how often

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
    [http://forums.mozillazine.org/viewforum.php?f=25]
    You'll need to register and login to be able to post in that forum.

  • TS1702 i have the original ipad it is running iOS 5.1.1 - i tried to install Procreate and error message said this application needed iOS 6 - went back to itunes and downloaded iOs 6 and installed it on computer then resynced the ipad - but doesent update

    i have the original ipad it is running iOS 5.1.1 - i tried to install Procreate and error message said this application needed iOS 6 - went back to itunes and downloaded iOs 6 and installed it on computer then resynced the ipad - but doesent update to 6  - anyone have a suggestion???

    I contacted apple and they checked and yes the originsl ipad cant support ios 6 - so cant use procreate have also checked the procreate website and it appears they advised itunes of this - ideally there should end up being two versions of procreate - one for ios 5 and one for ios 6 -
    dont want to sell the current ipad and get another - at this stage - for the amount of usage it gets not worth the expense
    thanks

  • HELP! Threads for Signing Applications Needed!

    BACKGROUND: Several years ago I copied and modified an application titled MCL. It is a validation set of routines that is used by all my projects, so I created MCL.dll and include it the References of all projects that use it. Since I was new to Visual Basic/Studio2008
    I was just happy to debug it and store it as the only project in MCL as a .dll. MCL is an Application type: ClassLibrary.
    PROBLEM: I'm trying to update another project, CPS, that uses MCL.dll, and I can't because I get the message: "Error Unable to emit assembly: Referenced assembly 'MCL' does not have a strong name CPS".  When I open MCL to try change
    the signing, the Signing* tab is 'greyed out'. The only thing I can do is click the box: 'Sign the assembly'.
    Recently I began signing projects by selecting and storing the Certificates in the root directory, and therein began most of my problems. Everything I do with Visual Studio is use it for SQL projects that will only run on my PC or any future PC
    upgrades for me.
    I've read a "ton" of 'signing' documentation, but am more confused than ever. Are there some recommended threads that give me an overview of the process and steps I need to take to fix my problem with signing MCL and signing other applications
    successfully, so I can update and use them?
    Any help would be most appreciated!
    Terry 01

    Hi,
    "Error Unable to emit assembly: Referenced assembly 'MCL' does not have a strong name CPS". 
    As far as I know,
    Strong-named assemblies can only reference other strong-named assemblies. If the main project is strong-named, all the referenced assemblies should be
    strong name. So this error means that the referenced assembly should be signed with strong name ‘CPS’.
    About how to sign assembly with a strong name, please see:
    How to: Sign an Assembly with a Strong Name
    In addition, I recommend you read the articles below:
    http://msdn.microsoft.com/en-us/magazine/cc163583.aspx
    http://www.codeproject.com/Articles/35678/How-to-sign-C-CLI-assemblies-with-a-strong-name
    For detailed information, please consult on some development forums based on the type of your projects like this thread:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/13c3de74-e5eb-4a94-b6db-4909a5bb42df/error-concerning-strong-name-assembly-unable-to-emit-assembly-referenced-assembly-does-not-have?forum=winforms because
    VS General Question forum mainly discusses the usage issue of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    The following forums’ links may help you:
    Windows Forms Forum:http://social.msdn.microsoft.com/Forums/windows/en-US/home?category=windowsforms
    If you are working with WPF app, please consult on WPF forum:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=wpf
    If you are working with ASP.NET Web Application, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Visual Studio Language Forums:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=vslanguages
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Oracle Application Single Sign-On

    Dear All,
    We have a requirement that there should be single sign-on for the users to use both the Oracle and non-Oracle Applications. We are using Oracle Application Server 10g at the back end.
    How to enable single sign-on. Is there any tool that we need to install.
    Pls guide us as we are entirely new to this process.
    Regards,
    Rajani

    Hi,
    You need to install and configure Oracle Internet directory and Single Sign On compontents of Oracle Application server 10g in order to have the Single Sign On working with Oracle Applications. After the Oracle Application Server Infrastructure tier installation there is addition integration steps you need to follow to integrate the Single Sign on with Oracle E-business suite. You can use DIP features ( Directory Integration and Provisiotion) to integrate with Third party directory server like Micrososft AD, Sun directory server etc. for Integrating the non oracle based application i think you have to use oracle single sign on API and you need to do bit of coding as well. You can also enble single sign on for database users but this requires advance security option enabled on the Database side and finally you can integrate Single sign on for OS users as well.
    Raj

  • Un-purchased Applications Needing Updates?

    Hi, I just recently purchased the Photography plan with Adobe CC. So this comes with Photoshop CC and Lightroom, and all of that works fine.
    However, in the Creative Cloud tab, it says that many applications in addition to that need updating (see screen shot below). I have not purchased these apps or any plan that includes them.
    Why are they coming up and how do I get rid of them?
    Ultimately, I don't want to get accidentally charged or something for Creative Cloud trying to update applications I've never purchased.
    Thank you!

    Hi cryptikfox,
    Please try to sing out and sign in again into Creative Cloud Desktop app.
    Please let me know if it doesn't worked.
    Thanks,
    Sumit Singh

Maybe you are looking for