Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经安装了 CocoaPods,并将我的依赖项放在 Podfile 中。运行后pod install,我打开显示一个Pods项目和一个MyProject项目的 myproject.xcworkspace。
pod install
Pods
MyProject
但是,当我像往常一样单击运行时,Xcode 只是说“构建成功”,而不是将应用程序安装到我的设备上。我在这里想念什么?
简短版本:打开 CocoaPods 工作区后,如何让 Xcode 将应用程序安装到设备上?
确保您的活动方案是您的应用程序方案,而不是 CocoaPodsPod方案。在选择方案的下拉列表中选择您的应用程序。
Pod