Abin George
Abin George

Reputation: 654

Simulator build for facebook app

I need to have a permission from facebook for an app i am creating. For that a simulator build should be present to send it to them. I followed the steps as per facebook says but i dont get the build. The process gets failed.What am i doing wrong. I have attached a screenshot showing what my code looks like.

I get the error:
xcodebuild: error: The directory /Users/admin does not contain an Xcode project.

The screenshot displays how tried to get the build using terminal

Upvotes: 0

Views: 90

Answers (1)

user3665729
user3665729

Reputation: 26

You misspelled the cd command.

Try

cd ..

instead.

Upvotes: 1

Related Questions