标签: ios xcode
在我的项目文件夹中,我有一个xcworkspace文件,但是当我打开它时,它会以带有蓝色文件徽标的普通xcode项目文件打开,我认为这会导致no such module出现import错误在构建时的声明,我该怎么办?我尝试过pod init和pod install,但分别收到错误no podfile found in directory和no xcode project found
no such module
import
pod init
pod install
no podfile found in directory
no xcode project found