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 7880283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:06:30+00:00 2026-06-03T04:06:30+00:00

am trying to add a UIWebView to my current UIScrollView. The UIWebView is supposed

  • 0

am trying to add a UIWebView to my current UIScrollView. The UIWebView is supposed to access a local html file ‘index.html’. I got an error at runtime:

 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initFileURLWithPath:]: nil string parameter'

This is my code:

UIWebView *webView = [[UIWebView alloc] initWithFrame:scrollViewFrame];
    NSString *indexPath = [NSBundle pathForResource:@"index" ofType:@"html" inDirectory:@"Addition"];
    [webView loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:indexPath]]];

I do have ‘Addition’ folder (not group; imported from ‘Add’ in my project).

Thanx in advance…

  • 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-03T04:06:31+00:00Added an answer on June 3, 2026 at 4:06 am

    Did you check indexPath with a breakpoint or NSLog? It looks like your file is not there (perhaps a typo?)-

    EDIT

    OK, I just tested this successfully. Try this:

    1. Delete all the web files from your project.
    2. Copy the web directory into the right place in your project folder.
    3. Drag from Finder to Xcode, do not copy, Create folder references

    One more caveat: Maybe there is a difference in capitalized resource names between the simulator and the device. Try using lowercase throughout.

    Also, you should perhaps correct your command pulling the resource from the bundle. Instead of

    [NSBundle pathForResource...
    

    it should be

    [[NSBundle mainBundle] pathForResource...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im trying to add some short file names to a Wise installer to fix
I'm trying to add a UIWebView as a subview of a UITableViewCell in order
Trying to add a 'class' html attribute, but I think the keyword 'class' is
I'm trying to add a UIWebView inside a clean UIViewController which in my Storyboard
I am trying add two columns in a text file that are seperated by
am trying to add a file to an existing archive using the following code.
I'm trying add a directory of jar files (or barring that, each jar file
Trying to add a custom pin for current location, However the location does not
Trying to add some html to a TextArea in Mobile Flex 4.5 but keep
when trying to add a project to my WebSphere, I get the following error:

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.