Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to open file (in target "ESPProvision" in project "ESPProvision") #9

Closed
zhaochengwei opened this issue Jul 7, 2020 · 3 comments

Comments

@zhaochengwei
Copy link

zhaochengwei commented Jul 7, 2020

when I comiple in xcode Version 11.5 (11E608c),
esp-idf-provisioning-ios/Pods/Target Support Files/Pods-ESPProvision/Pods-ESPProvision.debug.xcconfig: unable to open file (in target "ESPProvision" in project "ESPProvision")
image

branch:master

@vikas-chandra-mnnit
Copy link
Contributor

Hi @zhaochengwei I see you are trying to build the ESPProvision library. To do so you need to follow few steps:

  1. Close Xcode
  2. In the terminal change directory to the path where you have cloned the repo.
  3. Do pod install and open the ESPProvision.xcworkspace.
  4. You need to have Info.plist file that is missing currently in project directory. I have attached it extract by unzipping. Do add it in your Xcode project and build.
    Info.plist.zip

@coffice12
Copy link

Hi @zhaochengwei I see you are trying to build the ESPProvision library. To do so you need to follow few steps:

  1. Close Xcode
  2. In the terminal change directory to the path where you have cloned the repo.
  3. Do pod install and open the ESPProvision.xcworkspace.
  4. You need to have Info.plist file that is missing currently in project directory. I have attached it extract by unzipping. Do add it in your Xcode project and build.
    Info.plist.zip

Or wrong

@zhaochengwei
Copy link
Author

Hi @zhaochengwei I see you are trying to build the ESPProvision library. To do so you need to follow few steps:

  1. Close Xcode
  2. In the terminal change directory to the path where you have cloned the repo.
  3. Do pod install and open the ESPProvision.xcworkspace.
  4. You need to have Info.plist file that is missing currently in project directory. I have attached it extract by unzipping. Do add it in your Xcode project and build.
    Info.plist.zip

Thanks, I solve the problem。And if possible, had better add this step into readme .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants