Skip to content Skip to sidebar Skip to footer

How To Add Javascript File To Xcode4

I worked with javascript files within Xcode3 before and everything is great, you just need to copy .js into remove the JavaScript file from the Compile Sources build phase and add

Solution 1:

Have a check here

  1. Project Navigator (Cmd + 1)
  2. Select your project
  3. Select target
  4. Select "Build Phases" tab, there you will get your desire sections.

Post a Comment for "How To Add Javascript File To Xcode4"