Phonegap issue on adding platform

后端 未结 3 972
梦谈多话
梦谈多话 2021-01-03 06:52

I am new to Phonegap. I have installed phonegap on my mac. I have installed latest xcode also. I am following instruction from http://docs.phonegap.com/en/3.4.0/guide_platf

相关标签:
3条回答
  • 2021-01-03 07:21

    Update your iOS SDK in your xcode 5. Xcode > Preferences

    enter image description here

    0 讨论(0)
  • 2021-01-03 07:28

    The issue may with xampp. It may due to the path environment, consider to edit your .profile and put the xampp binary path.

    Or try to comment bin like # export /PATH=/Applications/XAMPP/bin:$PATH –

    hope this may help you.

    0 讨论(0)
  • 2021-01-03 07:33

    Just execute the following command so that the head binary in /usr/bin/ gets preference over the script installed by XAMMP:

    export PATH=/usr/bin/:$PATH
    
    0 讨论(0)
提交回复
热议问题