Xcode 9 “could not build module ‘Foundation’”

后端 未结 4 570
轮回少年
轮回少年 2021-01-13 02:03

When I archive an iPhone project, it returns a failure:

Could not build module \"Foundation\".

However, when I debug on the iPho

4条回答
  •  深忆病人
    2021-01-13 02:09

    what you could try is :

    1. Remove your pod.lock file
    2. Remove your node_modules
    3. yarn install in root dir
    4. cd ios
    5. pod install
    6. clean build folder
    7. build

提交回复
热议问题