Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I copy a file to the iOS simulator using Xcode?

I need to know how to copy resources (help files, images, pLists) to the iOS simulator and ultimately device. I recall this was done through Xcode but what is the exact procedure?

like image 395
user265550 Avatar asked Feb 11 '10 02:02

user265550


People also ask

How do I use iPhone simulator in Xcode?

To launch a Simulator without running an app Launch Xcode. Do one of the following: Choose Xcode > Open Developer Tool > Simulator. Control-click the Xcode icon in the Dock, and from the shortcut menu, choose Open Developer Tool > Simulator.

How do I access iOS simulator files?

# Open application folder in Finder First, copy the path to the app folder from Xcode console. Then open Finder, click on Go -> Go to Folder and paste the application directory path. You will now be able to browse all the files in your application folder.


2 Answers

You can drag your file to simulator or you can right click to file then send->Simulator. Both work for me.

like image 126
user3173847 Avatar answered Sep 16 '22 15:09

user3173847


Just drag the file to your simulator

like image 21
Ari Pratomo Avatar answered Sep 17 '22 15:09

Ari Pratomo