Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8822891
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:13:14+00:00 2026-06-14T06:13:14+00:00

This isn’t a super critical issue, but in my project, I have multiple targets

  • 0

This isn’t a super critical issue, but in my project, I have multiple targets for different versions of the app. I can add the 4″ retina launch image “Default-568h@2x.png”, but I can’t specify different versions of it for each target like I can the other images; changing it in one target will change it (incorrectly) in the other targets. Seems like an xcode 4.5 bug, but wanted to ask in case I’ve missed something. As it is, the work around is to simply change the image before each build when I switch targets. My fear is that one of these days, I’m going to forget to do that;-) Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T06:13:15+00:00Added an answer on June 14, 2026 at 6:13 am

    While I haven’t verified the bug you describe, this seems simple enough to work around. All iOS does is look for Default.png (etc.) in your application bundle when it launches.

    If you can’t get the Target Info pane to do what you want, you can just override it by replacing the Default-568h@2x.png after the rest of Xcode has had its way.

    Here’s my suggestion. You’ll need to do this for each target.

    1. Move your Default-568h@2x.png images to subdirectories.
    2. Add a Copy Files build phase to each target at the end.
    3. Set the build phase to copy to the Resources directory.
    4. Drag the appropriate Default-568h@2x.png into the build phase.

    Try this out and see if it will do what you need. If it works but gives you a build warning, you can use a Script Phase instead, and something like this:

    cp ${PROJECT_DIR}/your-subdirectory-here/Default-568h@2x.png \
       ${CODESIGNING_FOLDER_PATH}/Default-568h@2x.png
    

    The script phase has the advantage that you can specify the name of the destination file; you don’t really need to put your images in subdirectories.

    That said, unless you’re comfortable with scripting I suggest you try the Copy Phase first. No point playing with something you’re not comfortable with if it isn’t going to work anyway.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This isn't that big of a deal but I was wondering if it can
this isn't really an issue, but more of a concern that I would appreciate
This isn't a repeat of a previous question, I have found out the issue
This isn't really a technical question, but I essentially have two sites, a mobile
This isn't about a specific problem I'm having, but I have to clear something
This isn't a direct question, but more a question on how I can improve
This isn't so much a programming issue, but i'm not sure where else to
This isn't that big of an issue but its been bugging me I wanted
This isn't that complicated of a question, but I can't wrap my head around
This isn't a question for a real-life project; I'm only curious. We can increase

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.