Xcode 4.6 minimum supported deployment target

Hi there.
Before updating to xcode 4.6 i want to ask if 4.3 is still the minimum supported deployment target for iOS.I dont want to be suprised afte updating.
Thank you.

For reference: Xcode Versions ~ iOS - As of 1.28.13

Similar Messages

  • IPad Packager - iOS Deployment Target problem

    Hello,
    I've been working on an iPad app (using CS5), got everything in place, i.e. apple dev account, all my details cleared to sell apps, got my development app working great on my iPad.
    BUT...
    When I'm trying to upload the finished version using Application Loader I get the following message:
    This bundle is invalid. When supporting iPad only, the iOS Deployment Target must be 3.2.
    There is no way to set the deployment target in the flash CS5 settings, I've looked on various forums but can't find any answers to this. Can't believe I've got to this last step and I'm hit with this. Are adobe bringing any fixes out for this?
    Any Ideas please???
    cheers
    K

    Awesome -- I wish I could mark as "Answered" for this post -- Kevkong1971 I really really really appreciate being shown that post.  Of course you can search and search but if you don't find the right one.....  Well thanks..
    I thought I would distill the answer and post again for those who need it.  Here is the proceedure I followed (gleaned entirely from the work of others) And yes, it does work.  I have both of my "iPad" only apps now up for Apple's review.
    Here you go:
    this is a copy and paste of something I popped up on my personal weblog---------
    The following post addresses the “you must target a minimum of IOS 3.2” when you try to publish an app you’ve written with Adobe Tools and targeted “iPad Only”.
    So thanks to the guys on the Adobe Forums, there are a lot of posts so I hope to distill it down for anyone who needs and also for myself (for future apps!)
    Step 1: Copy your .IPA file to a MAC
    Step 2: Rename file to .zip
    Step 3: Extract contents of .zip
    Step 4: Pull out the “yourApplication.app” file from the “Payload” folder you extracted
    Step 5: Right click on .app file and select “show package contents”
    Step 6: Edit the info.plist file
    Step 7: Change the “MinimumOSVersion” entry to 3.2
    Step 8: Close and Save
    Step 9: Download THIS .PY Python script you will need to make your .xcent file authentic
    Step10: write your .xcent file using pico or your favorite pure-text editor.  Just create this file from scratch and name it yourApplication.xcent As Follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>application-identifier</key>
        <string>10DIGITCODE.YOUR.DOMAINAND.APPLICATIONNAMEHERE</string>
        <key>get-task-allow</key>
        <true/>
    </dict>
    </plist>
    step 11: assuming the .py file you just downloaded and .xcent file you just created above are in the same directory execute the following in the terminal:
    python gen_entitlements.py 10DIGITCODE.COM.YOURDOMAINAND.APPNAMEHERE yourAppName.xcent
    OK So far so good.  Now you have a valid .xcent file, and you have fixed your .plist.  Now you have to put them together and resign with your credentials.  To do this execute the following in your terminal:
    /usr/bin/codesign -f -s "iPhone Distribution: YOUR NAME" "--resource-rules=/Users/yourusername/Desktop/yourAppName.app/ResourceRules.plist" --entitlements "/Users/yourusername/Desktop/yourAppName.xcent" "/Users/yourusername/Desktop/yourAppName.app"
    Note:  The “iPhone Distribution: YOUR NAME” needs to match your distribution certificate in your keychain.  Open KeyChain and make sure you type it exactly as it is in there.
    step 12: Right click the .app file and select “compress”
    step 13: upload your app!!!
    Hope that helps someone!!
    Cheers,
    Tommy

  • Deployment target

    In my iphone ,pad universal application , i have set the minimum deployment target iOS 5.1 in xcode->target->genral->deployment target ios 5.1.
    My interface builder documents are-
    open in -xcode 5.0
    Build for project deploment- default deployment target 5.1
    view as- ios 7.1 and later.
    I have to fix it's deployment target from lower 5.1 to higher 7.0, how we will do it .
    Due to updation of ios 7 to ios 7.0.4, i am having trouble in app launch. Apple review team send us rejection issues like-
    However, we found that your app exhibited one or more bugs, when reviewed on both iPad running iOS 7.0.4 and iPhone 5s running iOS 7.0.4, on both Wi-Fi and cellular networks, which is not in compliance with the App Store Review Guidelines.
    please give us solution if it's possible to set the higher limit of deployment target for xcode 5.0.1 iphone,ipad application.
    thanks.

    Apple didn't appear to say anything about your deployment target. Apple said there were bug.

  • JMS sub-deployment targeted to cluster

    Hello,
    I have read at the Oracle documentation that we can use a sub-deployment within a JMS module targeted only to a single JMS Server. But I have an application that create JMS resources with deploy descriptors (Application modules) and target the sub-deployment to a cluster with two machines, each machine has a JMSServer. It seems to work (I see them on the JNDI tree on both machines). This is the jms.xml:
    Do you also use sub-deployment targeted to a cluster or I shouldn't? Thank you in advance ;)
    I am using webLogic version 10.3.4.0
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-jms xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-jms"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-jms http://xmlns.oracle.com/weblogic/weblogic-jms/1.1/weblogic-jms.xsd">
         <wls:quota name="InboundMessageQuota">
              <wls:bytes-maximum>1000000</wls:bytes-maximum>
              <wls:messages-maximum>10000</wls:messages-maximum>
         </wls:quota>
         <!-- Factories -->
         <wls:connection-factory name="InboundMessageConnectionFactory">
              <wls:sub-deployment-name>InboundMessage</wls:sub-deployment-name>
              <wls:jndi-name>jms.InboundMessageConnectionFactory</wls:jndi-name>
              <wls:security-params>
                   <wls:attach-jmsx-user-id>false</wls:attach-jmsx-user-id>
              </wls:security-params>
         </wls:connection-factory>
         <!-- Queue's -->
         <wls:uniform-distributed-queue name="InboundMessageQueue">
              <wls:sub-deployment-name>InboundMessage</wls:sub-deployment-name>
    <wls:delivery-params-overrides>
    <wls:delivery-mode>Non-Persistent</wls:delivery-mode>
    </wls:delivery-params-overrides>
    <wls:delivery-failure-params>
    <wls:redelivery-limit>0</wls:redelivery-limit>
    </wls:delivery-failure-params>
              <wls:jndi-name>jms.InboundMessageQueue</wls:jndi-name>
         </wls:uniform-distributed-queue>
    </wls:weblogic-jms>

    Technically, cluster targeting a distributed destination is supported, and it'll work as long as your can be absolutely assured that the cluster will never host additional JMS servers - perhaps from future projects, or due to integrating third party products. Otherwise, your distributed destinations will end up creating instances on JMS servers where they don't belong - a common mistake that can be tough to diagnose and untangle. I highly recommend staying with the best practice of using a subdeployment that references exactly the intended JMS servers. Note that a subdeployment can reference more than one JMS server.
    See [url  http://download.oracle.com/docs/cd/E17904_01/web.1111/e13738/best_practice.htm#JMSAD455] WL JMS Configuration Best Practices
    Hope this helps,
    Tom

  • Lowering deployment target of an existing iOS app

    I am wondering if it is possible to lower the deployment target of an existing iOS app in the app store.
    We want the initial release of our app to only target iOS 7+ users. We would then take time to ensure the iOS 6 version was up to par and ideally would be able to submit an update that lowers the deployment target to support iOS 6+ users.
    Does anyone know if this is possible? My collegue is concerned that the update will be rejected because of a past experience where he tried to narrow the supported devices from "Universal" to just "iPhone".

    I don't see why there would be a problem other than the code required to make it work.
    I'd like to see a verbatim copy of your friend's message from Apple because I also don't see why dropping support for some devices would cause rejection.

  • What minimum Support Package level is needed in BW 3.5 / 640 to be able to

    Hello Experts,
    A quick question:
    what minimum Support Package level is needed in BW 3.5 / 640 to be able to run the SAPGUI 7.10 (including BW add-ons)?
    I am also searching at my end.
    <removed_by_moderator>
    Read the "Rules of Engagement"
    Best Regards
    Sachin Bhatt
    Edited by: Juan Reyes on Jun 29, 2009 11:15 AM

    Hi,
    Refer the below link
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=30625
    A. FEP stands for Front-End Patch. FEPs are the patches that SAP releases for the BW front-end components of the SAP GUI.
    They can be downloaded from the SAP Service Marketplace (SMP login required), browsing to the following locations:
    BW 3.5 Addon can be found at Downloads -> SAP Support Packages and Patches -> Entry by Application Group -> SAP Frontend Components -> BI ADDON FOR SAPGUI -> BW 3.5 ADDON FOR SAPGUI 7.10-> Win32.
    BW 7.0 Addon can be found at Downloads -> SAP Support Packages and Patches -> Entry by Application Group -> SAP Frontend Components -> BI ADDON FOR SAPGUI -> BI 7.0 ADDON FOR SAPGUI 7.10-> Win32.
    Let us know if u have any issues.
    Regards,
    Ravi

  • What is the significance of the Assembly Deployment Target and Feature Scope?

    Hello,
    We have created a project as Farm Solution (not sandbox).
    Under project properties we can see an option for Assembly Deployment Target : GAC or WebApplication.
    I know that GAC will deploy the dll to windows\assemblies and WebApplication will deploy to website/bin folder.
    Now, we add a feature to the project; in here we can see a dropdown for scope with options as: Farm; Web; Site; WebApplication. I know that depending upon what option is chosen; the feature can then be activated by going to the respective manage features
    option via SharePoint front end UI.
    Can you tell me what is the significance of the Assembly Deployment Target and Feature Scope?

    >>Can you tell me what is the significance of the Assembly Deployment Target and Feature Scope?
    Feature scope can be decided based on the type of artifacts you will be building
    Check the below link for what type of artifacts can be build at different levels of scopes
    http://msdn.microsoft.com/en-us/library/ms454835(v=office.14).aspx
     wrt to Assembly Deployment Target depends on what type of components you are deploying through your solution which will be specified in manifest.xml. There are advantages
    if you deploy the components to web application rather GAC like all Apppools will not get recycled, avoiding IIS reset etc. But if you have 3rd party dlls and feature receivers which need to deployed along with the solution then its advisable to deploy to
    GAC
    http://trentacular.com/2009/06/sharepoint-differences-between-global-and-web-application-targeted-solution-deployment/
    https://www.captechconsulting.com/blog/james-brocato/sharepoint-without-the-gac
    Hope this helps.
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Change deployment target

    Hi everybody,
    I had OBIEE 11.1.1.7 deployed on Weblogic 10.3.6.
    Later I added ODI 11.1.7 to the same domain.
    I created a new server (odi_server1) which host ODI related deployments (odi_agent and odi_console).
    Today I noticed odi_server1 also hosts all the deployments from OBIEE (ie anlytics, bioffice, bipubblisher, etc.).
    I dont need / want these duplicate deployments, so I tried to retarget the deployments with weblogic.Deployer. ie
    java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic -password mypassword -name bioffice -deploy -targets bi_server1
    as pointed out here here
    but I get error "no source specified or operation".
    Any clue about why I get duplicate targets?
    How can I remove them?
    Regards,
      Corrado

    Hi Corrado,
    How did you add the new servers..? using domain configuration wizard, or have you used cloning..?
    Regards,
    Mohab

  • Use of Build Specifications for TestStand deployment Target

    Hi everyone,
    I currently use NI Internet Toolkit in one of my VI to build a code module for TestStand.
    The matter is that de deployment target doesn't have the NI Internet Toolkit.
    So I would like to build the VI in such a way the deployment target wouldn't need the Toolkit to use the VI.
    Does anyone knows a way to that ?
    Thanks to all...
    Solved!
    Go to Solution.

    I got some matter with my outputs types (string array):
     - It generates an error while creating the dll with .NET interop.
     - Couldn't manage with share library .dll cause of array bounds couldn't be specified (array of array of char).
    Thus I just change my data type to be of simple types, and it working quite well...
    Thanks to Mr Dennis Knutson !

  • One off deployment target in ATG 10 Merch-Ui

    Hi All,
    We have migrated our application from ATG 9.3 to ATG 10.2
    We had configured One-Off deployment targets in the Merchandising landing page but after migrating our application to 10.2 we can no longer see One-Off deployment targets in the Merchandising landing page.
    Can you please let us know how can we configure the same in ATG 10.2?
    Moreover, we had created additional custom tabs for certain set of assets (for ex: products) to be accessible via Asset editor page but the custom tabs are also not available in the asset editor page.
    We can see that the viewMappings have been configured in the ViewMappingRepository but the custom tabs are not visible in the UI.
    Is there any other customization we need to perform for above mentioned issues?
    Can you please let me know incase anyone has faced such issues and what could be the possible resolution for it?
    Thanks in advance\
    Gaurav

    Thanks for the reply Gareth,
    I went through the doc mentioned and it clearly says that "One-off deployments can be launched at any time from an ATG Content Administration project".
    But as per our project requirement we had drop-down for One-Off deployment target in ATG 9.3 Merchandising landing page itself.
    Same requirement is to be met in ATG 10.2, however One-Off deployment target drop-down is not available in Flex-UI based Merchandising landing page.
    And in the Constraints section following is mentioned:-
    • A one-off target site is not available for deployment assignments in a workflow. In order to make that site available for workflow deployments, you must delete the target and recreate it.
    So if follow this step and make site available for workflow deployment, it would defeat our purpose of deploying the project to One-Off deployment target.
    I hope I have cleared my point.
    Do let me know incase you can throw some light on issues mentioned above.
    Thanks\
    Gaurav

  • RT, When deploying, target screen fills with hex (?) codes and target becomes unresponsive.

    When I try to deploy a realtime VI the target freezes and the target screen shows a bunch of unmeaningful hex codes. This does not happen all the time.
    When I step into the VI the problems occur the first time the timed-loop tries to run.
    Any thoughts?

    I got again a total system freeze today when I wanted to launch firefox using only the openbox menu, without wbar running.
    So I decided to try now the 'nouveau.noaccel=1' kernel command line parameter, and to use again wbar for my frequently used applis.
    In the Xorg log, the differences are:
    without 'nouveau.noaccel=1'
    [ 30.761] (II) UnloadModule: "nv"
    [ 30.761] (II) Unloading nv
    [ 30.761] (--) Depth 24 pixmap format is 32 bpp
    [ 30.762] (II) NOUVEAU(0): Opened GPU channel 0
    [ 30.765] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 30.765] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 30.765] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 30.776] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 30.777] (II) EXA(0): Driver registered support for the following operations:
    [ 30.777] (II) Solid
    [ 30.777] (II) Copy
    [ 30.777] (II) Composite (RENDER acceleration)
    [ 30.777] (II) UploadToScreen
    [ 30.777] (II) DownloadFromScreen
    [ 30.777] (==) NOUVEAU(0): Backing store disabled
    [ 30.777] (==) NOUVEAU(0): Silken mouse enabled
    with 'nouveau.noaccel=1'
    [ 1191.621] (II) UnloadModule: "nv"
    [ 1191.621] (II) Unloading nv
    [ 1191.621] (--) Depth 24 pixmap format is 32 bpp
    [ 1191.621] (EE) NOUVEAU(0): Error creating GPU channel: -19
    [ 1191.621] (EE) NOUVEAU(0): Error initialising acceleration. Falling back to NoAccel
    [ 1191.621] (==) NOUVEAU(0): Backing store disabled
    [ 1191.621] (==) NOUVEAU(0): Silken mouse enabled
    [ 1191.621] (==) NOUVEAU(0): DPMS enabled
    So now 3D acceleration is disabled.
    I will see now if the system is stable enough for my daily usage and gives satisfactory performances.
    I am almost sure that the mesa nouveau dri driver is the cause of the freezes.
    Last edited by berbae (2013-03-27 10:07:42)

  • Windows Intune support deployment for windows phone (8.1) *.appx files

    Hi
    We are trying to deploy a windows phone 8.1 appx file with intune (over sccm console). the appx file is signed with a valid symantec certificate.
    the installation of the app fails, either when we upload the file as "Required" (so pushing it automatically to the devices) or when we make the app on the company portal app available. 
    in the sccm console the deployment status says failed -> unkonwn error.
    when we use .xap file of an windows 8.0 app, it works like a charm and the xap file is signed with the same certificate.
    My question is, is there no support for publishing windows phone 8.1 appx files on Intune? Or what can it be?
    Thanks for any hints

    UPDATE
    According to these links and the comments from Mitch Denny, can somebody confirm that .appx files (company apps) cannot be deployed/installed on windows phone 8.1 yet?
    http://blogs.technet.com/b/windowsintune/archive/2014/05/12/what-s-coming-next-with-windows-intune.aspx
    http://blogs.technet.com/b/windowsintune/archive/2014/04/28/availability-of-update-to-windows-intune-for-windows-phone-8-1-and-samsung-knox-standard.aspx
    I would really appreciate if someone can confirm me this, because im struggling with this since days and there is no official statement from MS.
    Thanks

  • Unable to deploy target module

    Hi,
    if I open Control Center Manager and try to deploy a module it fails.
    Looking at logs i find
    2008/01/06-23:46:34-CET [15D17D7][OWB1.OWB1] Attempting to create adapter 'class.Oracle Database.11.1.DDLDeployment'
    2008/01/06-23:46:37-CET [15D17D7][OWB1.OWB1] java.sql.SQLException: Eccezione IO: The Network Adapter could not establish the connection
    I have no idea why.
    I can log on directly to the target schema.
    If I edit the location and press "test connection" it works.
    Oracle 11 running on Windows Vista on a single developement machine .
    Kind regards,
    Corrado

    Hi Oleg,
    that's OK, but I'm currently using an all-in-one developement machine.
    I've Oracle 11 server with OWB on a single Vista computer.
    So I should have a single tnsnames.ora.
    Anyhow I noticed there's a second tnsnames.ora.
    Despite the "good one" in ORACLE_HOME\network\admin there's a second one in ORACLE_HOME\owb\network\admin, filled with references to what seems oracle developement machines.
    Here it is
    # TNSNAMES.ORA Network Configuration File: d:\oracle\905228\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    dwlin165.us.oracle.com =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dwlin165.us.oracle.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ora1010.us.oracle.com)
    DWSUN42 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dwsun42)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = dev920.us.oracle.com)
    dwlin12 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dwlin12)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = iasdb.dwlin12.us.oracle.com)
    ORA1010 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = stadq33.us.oracle.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ora1010.us.oracle.com)
    Hope OWB isn't using this... :(
    Kind regards,
    Corrado

  • Does SQL Developer 3.1 support "Deploy Objects to cloud" ?

    Hi, in the document Using Oracle Database Cloud Service, Release 2012.5.31 E27038-01, The following statement is on page 4-3:
    To upload data ... (use) SQL Developer cart. Click Deploy Objects to Cloud"
    I do not see this option available.
    Is this a future enhancement ?
    Thanks
    Joe.

    It will be there when the Oracle Cloud is released.
    -kris

  • Workshop only supports deploy to admin server

    Multiple servers found in domain configuration config.xml. Are there any plans to support managed servers in the near future ?
    Edited by: user4047671 on Feb 11, 2010 1:16 PM

    Hi,
    You can configure your Workshop to make support for other Managed server also.
    If you found any problem in this let me know I will help you.
    Regards,
    Kal.

Maybe you are looking for

  • New MacBook Air I5 camera not working because of flash?

    I bought a new macbook air I5 13" last night at best buy.  This is not my first macbook.  However, I can't get the built in camera isight / facetime to work with web based sites.  I've logged in and out of different profiles.  Installed/Uninstalled f

  • PSE12  problem adding audio media to slide show

    I have followed the instructions but can't get the music to show up in the audio elements organizer..

  • Don't have 2560x1440 resolution on Dell U2711

    Hi, I've recived the mac today and I have a monitor DELL U2711. The monitor is connected with an HDMI cable. This is what I can set now. Someone know what I can do to get 2560x1440 resolution? Thanks Ivan

  • Restore deleted mails (IMAP server)

    Hi, Many of the mails are accidentally deleted from my Inbox. Trash is empty as well.  Is there any way to restore the deleted messages. Server being used is an IMAP server. Any pointers will be helpful.

  • Table that won't charge

    I have a tablet that i bought a few years ago and it has stopped charging. I am unsure of what model or anything as I can not get into the bios system as it will not charge.  I have looked all over  the tablet and find no numbers or anything.   Any s