espressif / esp-idf-provisioning-ios

Apache License 2.0
134 stars 64 forks source link

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

Closed zhaochengwei closed 4 years ago

zhaochengwei commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 .