Arduino on Xcode Project — Official Thread

ScottG:

avenue33:
You can try to run embedxcode_prepare from the terminal window.

How do I do that?

  • Create a new embedXcode project with Xcode, e.g. embed1
  • Close Xcode
  • Launch Terminal
  • Look for the full path of embedXcode_prepare at
    /Users/home/Documents/Xcode/embed1/embed1/Utilities/embedXcode_prepare
  • Look for the full path of embed1.xcproject at
/Users/home/Documents/Xcode/embed1/embed1.xcodeproj
  • Type in Terminal the command
    /Users/home/Documents/Xcode/embed1/embed1/Utilities/embedXcode_prepare /Users/home/Documents/Xcode/embed1/embed1.xcodeproj

home is the folder with your name.