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

  • SEARCH
  • Home
  • 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 7632889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T06:44:25+00:00 2026-05-31T06:44:25+00:00

I created a bundle with name applausible.bundle, i placed the bundle in supporting files.This

  • 0

I created a bundle with name applausible.bundle, i placed the bundle in supporting files.This is my code

NSBundle* myBundle;
myBundle = [NSBundle bundleWithPath:@"/Library/applausible.bundle"];
NSString *path = [myBundle pathForResource:@"splash.png" ofType:nil];
[imageName setImage:[UIImage imageNamed:path]];

Here I am unable to display the image on the image view. Another way I tried like this I place the image on the image view using xib,while running the app. The output is coming like this in console
Could not load the “splash_screen high resolution.png” image referenced from a nib in the bundle with identifier “com.xxxxxxx.ImageSample”. Can any one tell me where i made a mistake.Finally my goal is to display the image on the UIImageview which is in external bundle.

  • 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-05-31T06:44:27+00:00Added an answer on May 31, 2026 at 6:44 am

    This may help you.

        NSString bundlePath = [[NSBundle mainBundle] pathForResource:@"applausible" ofType:@"Bundle"];
    NSLog(@"Bundle path is %@",bundlePath);
    NSBundle myBundle;
    myBundle = [NSBundle bundleWithPath:bundlePath];
    NSString *path = [myBundle pathForResource:@"splash_screen high resolution" ofType:@"png"];
    UIImage *image=[[UIImage alloc]initWithContentsOfFile:path];
    [imageName setImage:image];
    

    please try it out.

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

Sidebar

Related Questions

I created a library bundle for commons-lang3 and this works well. I can build
I created a backup of my mercurial repository using hg bundle --all name.hg Now,
I get this exception: Objective-C exception thrown. Name: NSInternalconsistencyException Reason: - [UIViewController_loadViewFromNibNamed:bundle:] loaded the
I've created this code to list pdf file under a specific folder (called pass)
I created an independent 'LogicTest' bundle as described in Apple's latest and greatest instructions
I have written following code for getting location name : UseGpsActivity.java public class UseGpsActivity
I have written following code to get location name package demo.gps.locname; import java.io.IOException; import
(Continued from this thread ) Suppose that I have the following view created: http://cl.ly/1USw/content
I created a settings bundle for my iOS app and tried to edit the
I've 3 groups created in iphone settings bundle Root.plist file. Its showing fine. But

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.