문제

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

도움이 되었습니까?

해결책

You misspelled the cd command.

Try

cd ..

instead.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top