OpenIntelWireless / HeliPort

Intel Wi-Fi Client for itlwm
https://OpenIntelWireless.github.io/HeliPort
BSD 3-Clause "New" or "Revised" License
1.12k stars 122 forks source link

ERROR: No such module 'KeychainAccess' ? #108

Closed XhL6996 closed 4 years ago

XhL6996 commented 4 years ago

Describe the bug After sudo gem install cocoapods --preandpod install steps, there is still an error said "No such module 'KeychainAccess'" I do not know what caused that. Prehaps my environment?

To Reproduce Steps to reproduce the behavior:

  1. Download the code and Install pods.
  2. Then build the project
  3. There is an error said "No such module 'KeychainAccess'"

Expected behavior Build with no errors.

Screenshots 截屏2020-07-19 上午11 44 16

Environment (please complete the following information):

ErrorErrorError commented 4 years ago

Use the .xworkspace instead of the .xproject file

XhL6996 commented 4 years ago

Use the .xworkspace instead of the .xproject file

Errr, successed. Thank you!