How to create Universal Mobile App in XCode 4.6.2?

I am new to Xcode, when I create Universal Mobile App project creating with out IPhone & IPad Folder and it's related files in XCode 4.6.2Version.
Even I created IPhone folder and created the Application Under IOS->UserInterface it's only creating .xib file it's not creating it's related .h and .m files.
Can you tell me how can I create the Universal Project. or If I want to add .h & .m files how can I add?
I don't want to Upgrade XCode version. I want create XCode 4.6.2 Only.
thanks

As already provided:
Wrong forum. You need to post this in the iOS Developer's forum.

Similar Messages

  • How do I create accessible Mobile APP for IPAD using flash Builder 4.7?

    How do I create Accessible Mobile App for IPAD usign Flash Builder 4.7?
    I tried updating enabling accessbile = True and other configuratoin from this site: http://www.adobe.com/accessibility/products/flex/best-practices.html
    but NO LUCK. When I tested on IPAD it freezes my App.
    Thanks for your time and help,
    Nim Pat

    In the second example, the photo is set to background with a tile. The other parts are over top of the photo and done with layers with a background color setting.

  • Can't create new Mobile App on preview portal

    Hi all,
    I'm really excited about the new Mobile App feature in the preview portal and want to get started on something. I went to the portal, clicked in to create a new Mobile App and entered the name and service plan then clicked create. The dots started blinking
    and then nothing happened. I've tried it in Safari, Chrome, and IE with the same results. I've tried it with private and non-private browsing. My account is a Partner subscription that allows $100/month in Azure credits. Has anyone else had this problem? Any
    idea how to mitigate it and get to coding my new mobile app? Thanks for any help!
    jared

    The restriction has been removed. You should be able to use any valid name for your resource group now.
    I was unable to create a mobile app using the defaults. I had to create a new service plan and Resource group.
    Also, the docs on resource groups give me a 404. I have no idea what a resource group or service plan even are.

  • How to create iTune or App Store without credit card for my existing Apple ID without create new Apple ID or email?

    I got 2 Apple ID and the first time to I use it to iTune or App Store, a box will pop out and telling me this:
    "This Apple ID has not yet been used with the i Tunes Store. Please review your account information."
    Then, I click on the button, "Review". Bla bla... but ended up, I must provide a credit card in order to complete it.
    I do not have credit card, so I search 'How to create iTune or App Store without credit card', same link and same tactic only valid for New Apple ID.
    So, it seem no other option to create iTune or App Store without credit card for existing Apple ID, right?

    The same thing is happening to me!

  • I have created an iPhone app using xCode and am now ready to publish it. Do I have to sign up to the $99/yr program in order to get a certificate?

    I have created an iPhone app using xCode and am now ready to publish it. Do I have to sign up to the $99/yr program in order to get a certificate? I keep getting the error message: CodeSign Error: code signing is required...although the app tests fine on the simulator. Does this mean that I need to pay the $99 to create the app or do you only need to pay if you want it published on iTunes?
    Any advice will be gratefully received.

    App Store Resource Center - Apple Developer

  • Creating a mobile app using Captivate as a base

    Hi All
    I am looking for some advice on a project I have been tasked with.
    I am interested in making a stand alone mobile app. The idea is to create individual courses in Captivate, publish them to HTML5, and then include them in this app. A user may choose which Captivate course to take, click into it, and once completed return to the main app.
    So far I can run the individual courses on the mobile devices using Phonegap.
    My question is, can / should a Captivate project be used as the base for the actual mobile app. It should be able to...
    1) Open other Captivate projects and be returned to once completed. Preferabbly being able to open to a specific slide in the project.
    2) Record the results of the Captivate projects.
    3) Provide a menu interface for selection of these individual courses.
    Has anyone had any experience creating mobile apps with Captivate? Or should I build the actual app in some other way, and just link to the Captivate projects?
    How might I record the results from a Captivate project when I am not using a system which already has the functionality (e.g. Moodle)?
    Thank you for any help and insights you may offer.
    Cheers
    Lewis Carey

    Hi All
    I am looking for some advice on a project I have been tasked with.
    I am interested in making a stand alone mobile app. The idea is to create individual courses in Captivate, publish them to HTML5, and then include them in this app. A user may choose which Captivate course to take, click into it, and once completed return to the main app.
    So far I can run the individual courses on the mobile devices using Phonegap.
    My question is, can / should a Captivate project be used as the base for the actual mobile app. It should be able to...
    1) Open other Captivate projects and be returned to once completed. Preferabbly being able to open to a specific slide in the project.
    2) Record the results of the Captivate projects.
    3) Provide a menu interface for selection of these individual courses.
    Has anyone had any experience creating mobile apps with Captivate? Or should I build the actual app in some other way, and just link to the Captivate projects?
    How might I record the results from a Captivate project when I am not using a system which already has the functionality (e.g. Moodle)?
    Thank you for any help and insights you may offer.
    Cheers
    Lewis Carey

  • How can I make an app with xcode that works like a news app? So that I can post articles on the app. Do I have to use a database or can I connect the app directly with my mac?

    How can I make an iphone app with xcode that worrks like a newspaper? So that I can post articles on the app while it is on appstore. Can I directly connect the app with my mac or do I have to connect it to a database?  Thanks

    Funny, I was thinking you'd want to use the prescribed deployment that Apple went to all the trouble to provide so you wouldn't trot down the garden path with some other implementation, only to find your app rejected with the admonition to use Newsstand after all...
    If you're all hot to ignore all that & DIY, why are you even asking...why not just go for it...

  • How to create a static library in Xcode 4.2

    I need to make a static library from a project that consists of only two files, a c module and a header file.  I haven't used Xcode before, but had no problem figuring out how to create a new project and setting up what seemed like reasonable the build options, and the build reports success.  But no output files are being created.
    I figured it was time to dig into the documentation, but when I did some searching I turned up several horror stories about not being able to get this to work.  And from people who appear to know a lot more about this than I do.  So I thought I'd ask--is it a problem doing what ought to be a relatively simple task using Xcode 4.2?
    This is not an iOS thing, just a C function that I need to call from Python.
    Any suggestions as to how I can get this to work?

    Thanks for the response.  Yes, that's how I started.  I have now managed to get it to build static libraries; the piece I was missing was the scheme stuff.  I also tried to build dynamic libraries, but still no luck with those.  It was a little confusing because sometimes if I started a new project the scheme would allow me to create output as is; other times I had to edit the scheme first.  So reading the documentation appears to have paid off after all.
    FWIW, what I was trying to build was a missing library needed for a project in Python.  The entire project has two C libraries, which I've managed to build now, altough I don't know if there are some specific options that I need to set for them to work with the C wrapper.  The C wrapper is written in Cython, which creates a C file from Python-like statements.  The end result of linking the two libraries and the compiled C wrapper should be a file that can be imported into Python, which should have an extension of ".so".
    So far the last part is not working, so I don't know if the problem is with the build settings for the libraries, or something else.

  • How to create a simple app using the MVC approach?

    Hello gurus i'm trying to learn the SAPUI5 and i'm trying to create a simple app using the MVC i created the app and trying to add a lable to the view but there is nothing appear when i run it the code for the HTML page
    <!DOCTYPE HTML>
    <html>
      <head>
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
      <script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
      id="sap-ui-bootstrap"
      data-sap-ui-libs="sap.m"
      data-sap-ui-theme="sap_bluecrystal">
      </script>
      <!-- only load the mobile lib "sap.m" and the "sap_mvi" theme -->
      <script>
      sap.ui.localResources("mytestapp");
      var view = sap.ui.view({id:"idshell1", viewName:"mytestapp.shell", type:sap.ui.core.mvc.ViewType.JS});
      view.placeAt("content");
      </script>
      </head>
      <body class="sapUiBody" role="application">
      <div id="content"></div>
      </body>
    </html>
    the code for the view
    sap.ui.jsview("mytestapp.shell", {
      /** Specifies the Controller belonging to this View.
      * In the case that it is not implemented, or that "null" is returned, this View does not have a Controller.
      * @memberOf mytestapp.shell
      getControllerName : function() {
      return "mytestapp.shell";
      /** Is initially called once after the Controller has been instantiated. It is the place where the UI is constructed.
      * Since the Controller is given to this method, its event handlers can be attached right away.
      * @memberOf mytestapp.shell
      createContent : function(oController) {
      var oLabel = new sap.ui.commons.Label("l1");
      oLabel.setText("Test label");
      oLabel.placeAt("content");
    i dont know what is wrong or if i should use a container to display my controls
    any help will be appreciated
    thanks in advance

    Hi,
    Instead of   oLabel.placeAt("content"); use return oLabel;
    so it will as below,
    createContent : function(oController) {
      var oLabel = new sap.ui.commons.Label("l1");
      oLabel.setText("Test label");
      return oLable;
    Regards,
    Chandra

  • How to create folder for apps?

    How do create anew folder to hold apps that are similar in nature?

    Just drag one app onto another to create the new folder.
    Please Get the iPad User Manual for iOS 5

  • How to create a static library using xcode ?

    Hi,
    I need to create a C static library using xcode in order to use it in another developement environment which is Free Pascal Compiler/Lazarus.
    I have very few knowledge about C. I just know how to program the function I need and I've already written my C function using xcode.
    Using Lazarus (Pascal IDE), for example, as I use IOKit, I have declared the path of IOKit in the linking section (that is /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/IOKit.framework/IOkit) . IOKit is a unix executable, and I can use the exported functions it contains in my Pascal code.
    So, I would build such kind of unix executable where I can put my own functions written in C. But I can't figure out how to do it.
    How to export my functions ? Must I use some specific C keywords to "publish" them (export, __export,...) ? How to create an executable file like IOKit ? Which kind of project must I choose in XCode ?...
    André.
    Message was edited by: sinfoni12345
    Message was edited by: sinfoni12345

    Thanks for the response.  Yes, that's how I started.  I have now managed to get it to build static libraries; the piece I was missing was the scheme stuff.  I also tried to build dynamic libraries, but still no luck with those.  It was a little confusing because sometimes if I started a new project the scheme would allow me to create output as is; other times I had to edit the scheme first.  So reading the documentation appears to have paid off after all.
    FWIW, what I was trying to build was a missing library needed for a project in Python.  The entire project has two C libraries, which I've managed to build now, altough I don't know if there are some specific options that I need to set for them to work with the C wrapper.  The C wrapper is written in Cython, which creates a C file from Python-like statements.  The end result of linking the two libraries and the compiled C wrapper should be a file that can be imported into Python, which should have an extension of ".so".
    So far the last part is not working, so I don't know if the problem is with the build settings for the libraries, or something else.

  • BOXI3.0: How to create Universe with a large system

    Hello there.
    If you guys have experiences to develop Universe with a large system, please share it with me on how you start to create the universe and the development phase.
    I mean how you guys seperate it example by phase, and put it together until finish.
    I am new with Universe Designer and I have this one large in house system and need to create universe so that users can access the data.
    Beside your experiences, you may include your comment, opinion and suggestion.
    Best regards,
    Alias

    Hi guys.
    I need your expertise.
    I have many tables in the universe. Some of the tables have 1-CREATEDBY_T and 2-MODIFYBY_T fields.
    these 2 fields must be linked to one table called Employee table to EMPID_T field.
    CREATEDBY_T, MODIFYBY_T and EMPID_T have the same data. Example "006862".
    After I linked 1 and 2 fields to EMPID_T.
    Then at Inforview, I selected NAME_T from Employee table together with CREATEDBY_T, MODIFYBY_T from other tables but the result in inforview is no good.
    NAME_T field cannot go in  together with CREATEDBY_T, MODIFYBY_T.
    Hope you guys can understand the issue here.
    Can anyone help me on this?
    Best regards,
    Alias

  • How to create a web app list which is divided by months

    Hi,
    I'm trying to create a list of calendar events similar to the one on this site 2015 Event Schedule - g20.org but not as complicated, as I don't need any animation, just to list but have the months as section headers.
    I presume I can start of by creating a web app with the bespoke fields that I need, and it can be weighted by the date that I set within the app? The only thing that I'm not quite working out is how to get the months to display, would it be a matter of creating classifications for the months? That sounds as if it may become to over complicated.
    Thanks
    J-P

    Thanks Liam - I just checked out the Blog, for anyone else interested - http://www.businesscatalyst.com/_blog/BC_Blog/post/January_2013_System_Update_-_Fresh_UI_i mprovements,_Web_App_enhancements_and_more/
    "Render Web App items inside a sub-folder, such as /folder/subfolder/webapp-name. For example, you could have /blog/authors/bogdan (where Bogdan is the Web App item name)"

  • How to create a mobile version of iWeb

    I need to convert my iWeb website to a mobile version, what is the easiest way to do this? What software or program should I use? I was told that creating a Wordpress Page is the simplest way

    Thanks for your patience and assistance.
    I have been putting crusadeforjustice.com and my iPod touch and my friend's iPhone 4 and other friends' blackberry's all say that the site doesn't exist.  My friend downloaded iCab for his iPhone 4 and he was able to get it to work.  iCab allows you to change the browser ID to whatever you want, such as Safari for Mac (mobile version and non mobile version), Firefox, IE, etc...  He changed it to Safari Mac and the site displays just as your picture illustrates.  Then he changed it back to Safari Mobile and that's when the error message appears.  But it seems you cannot change the browser id on the default Safari Mobile app, which is what most people use.  So I gather Safari Mobile will attempt to load a mobile version of any given site?  It's odd...  Will recreating the site usiing Flux help solve this problem?
    Any other ideas or thoughts?
    Many thanks...

  • How to create a new app using existing Dev & Dist certificates

    Okay, I have already created one app that has been approved by Apple. Now we're ready to create a second app and we're trying to create the .p12 certificates using the existing Apple Dev and Dist Certificates. For some reason we can not get the .p12 certificates for the new app to link up with the existing Apple Dev and Dist certificates. I don't understand what I'm missing. Any help would be appreciated. Thanks!

    You must have 2 folders with the following :
    Dev:
    aps developer identify.CER
    CertificateSigningRequest.certSigningReq
    Certificats.P12 (already created for your previous app)
    Certificats Push Dev.P12
    Mobile Provision
    Distri
    aps prodution identify.CER
    CertificateSigningRequest.certSigningReq
    Certificats distri.P12 (already created for your previous app)
    Certificats Push Prod/distri.P12
    Mobile Provision
    Try, you will know quickly if you havent do it well

Maybe you are looking for

  • Cb867A HP Officejet 4500 will not connect to network

    I have tried over and over to connect my cb867A HP Officejet 4500 wireless printer, and it will not work.  I have changed cables, triple checked everything, uninstalled and re-installed software, and I cannot get this printer to work as a wireless pr

  • Change field from read only and override calculation based on radio button

    Hi, I have a form in which one of the fields has a simple sum calculation and is set to read only so the user can't change it as it sets a print amount as well. But if one of the radio buttons is ticked there is a chance that the print amount needs c

  • Tab in selection screen

    Dear All, I have to developed a new report in which I have to diplay two different report.For that two different report there are two different selection screen.I have developed two tabs in selection screen for two different report. There are some ma

  • Drag and drop - like the builder?

    Hi team, It's nice to have drag-and-drop repositioning in the builder. It would be even nicer to be able to offer it to my users. Is there any sort of guidance available on how to replicate the functionality of P5150 of the builder? Thanks jd

  • Best way to use iPod in the car?

    Is there any consensus on the best way to use your iPod in the car? I have used the Belkin Car Kit with the cassette tape for over a year with my 20GB iPod and I really like it. It keeps my iPod charged and the sound quality is really pretty good I t