- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
事情是这样的:
$ pod lib lint
-> MXKit (5.2.2)
- ERROR | [iOS] xcodebuild: Returned an unsuccessful exit code. You can use `--verbose` for more information.
- NOTE | [iOS] xcodebuild: xcodebuild: error: 'App.xcworkspace' does not exist.
[!] MXKit did not pass validation, due to 1 error.
You can use the `--no-clean` option to inspect any issue.
我正在使用:
通过添加--verbose
选项:
$ pod lib lint --verbose
MXKit (5.2.2) - Analyzing on iOS 8.0 platform.
Preparing
Analyzing dependencies
Inspecting targets to integrate
Using `ARCHS` setting to build architectures of target `Pods-App`: (``)
Fetching external sources
-> Fetching podspec for `MXKit` from `/Users/Meniny/MXDevelop/MXProjects/MXKit-in-Objective-C`
Resolving dependencies of
Comparing resolved specification to the sandbox manifest
A MXKit
Downloading dependencies
-> Installing MXKit (5.2.2)
- Running pre install hooks
Generating Pods project
- Creating Pods project
- Adding source files to Pods project
- Adding frameworks to Pods project
- Adding libraries to Pods project
- Adding resources to Pods project
- Linking headers
- Installing targets
- Installing target `MXKit` iOS 8.0
- Generating Info.plist file at
`../../../../../private/var/folders/rf/gj7xyczj0t14ggvbvh9jldf80000gn/T/CocoaPods/Lint/Pods/Target
Support Files/MXKit/Info.plist`
- Generating module map file at
`../../../../../private/var/folders/rf/gj7xyczj0t14ggvbvh9jldf80000gn/T/CocoaPods/Lint/Pods/Target
Support Files/MXKit/MXKit.modulemap`
- Generating umbrella header at
`../../../../../private/var/folders/rf/gj7xyczj0t14ggvbvh9jldf80000gn/T/CocoaPods/Lint/Pods/Target
Support Files/MXKit/MXKit-umbrella.h`
- Installing target `Pods-App` iOS 8.0
- Generating Info.plist file at
`../../../../../private/var/folders/rf/gj7xyczj0t14ggvbvh9jldf80000gn/T/CocoaPods/Lint/Pods/Target
Support Files/Pods-App/Info.plist`
- Generating module map file at
`../../../../../private/var/folders/rf/gj7xyczj0t14ggvbvh9jldf80000gn/T/CocoaPods/Lint/Pods/Target
Support Files/Pods-App/Pods-App.modulemap`
- Generating umbrella header at
`../../../../../private/var/folders/rf/gj7xyczj0t14ggvbvh9jldf80000gn/T/CocoaPods/Lint/Pods/Target
Support Files/Pods-App/Pods-App-umbrella.h`
- Running post install hooks
- Writing Xcode project file to
`../../../../../private/var/folders/rf/gj7xyczj0t14ggvbvh9jldf80000gn/T/CocoaPods/Lint/Pods/Pods.xcodeproj`
- Writing Lockfile in
`../../../../../var/folders/rf/gj7xyczj0t14ggvbvh9jldf80000gn/T/CocoaPods/Lint/Podfile.lock`
- Writing Manifest in
`../../../../../private/var/folders/rf/gj7xyczj0t14ggvbvh9jldf80000gn/T/CocoaPods/Lint/Pods/Manifest.lock`
Integrating client project
[!] Please close any current Xcode sessions and use `App.xcworkspace` for this project from now on.
Integrating target `Pods-App` (`../../../../../var/folders/rf/gj7xyczj0t14ggvbvh9jldf80000gn/T/CocoaPods/Lint/App.xcodeproj` project)
Adding Build Phase '[CP] Embed Pods Frameworks' to project.
Adding Build Phase '[CP] Copy Pods Resources' to project.
Adding Build Phase '[CP] Check Pods Manifest.lock' to project.
- Running post install hooks
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod
installed.
Building with xcodebuild.
xcodebuild clean build -workspace App.xcworkspace -scheme App -configuration Release CODE_SIGN_IDENTITY=- -sdk iphonesimulator -destination id=DF8B8BB3-28D5-40FC-8150-7FEBD5BE12BF
2016-09-22 18:53:33.285 xcodebuild[44725:412823] [MT] DVTPlugInManager: Required plug-in compatibility UUID 8A66E736-A720-4B3C-92F1-33D9962C69DF for KSImageNamed.ideplugin (com.ksuther.KSImageNamed) not present
Build settings from command line:
CODE_SIGN_IDENTITY = -
SDKROOT = iphonesimulator10.0
xcodebuild: error: 'App.xcworkspace' does not exist.
-> MXKit (5.2.2)
- ERROR | [iOS] xcodebuild: Returned an unsuccessful exit code.
- NOTE | [iOS] xcodebuild: xcodebuild: error: 'App.xcworkspace' does not exist.
[!] MXKit did not pass validation, due to 1 error.
You can use the `--no-clean` option to inspect any issue.
/Users/Meniny/.rvm/gems/ruby-2.2.2/gems/cocoapods-1.0.1/lib/cocoapods/command/lib/lint.rb:75:in `block in run'
/Users/Meniny/.rvm/gems/ruby-2.2.2/gems/cocoapods-1.0.1/lib/cocoapods/command/lib/lint.rb:47:in `each'
/Users/Meniny/.rvm/gems/ruby-2.2.2/gems/cocoapods-1.0.1/lib/cocoapods/command/lib/lint.rb:47:in `run'
/Users/Meniny/.rvm/gems/ruby-2.2.2/gems/claide-1.0.0/lib/claide/command.rb:334:in `run'
/Users/Meniny/.rvm/gems/ruby-2.2.2/gems/cocoapods-1.0.1/lib/cocoapods/command.rb:50:in `run'
/Users/Meniny/.rvm/gems/ruby-2.2.2/gems/cocoapods-1.0.1/bin/pod:55:in `<top (required)>'
/Users/Meniny/.rvm/gems/ruby-2.2.2/bin/pod:23:in `load'
/Users/Meniny/.rvm/gems/ruby-2.2.2/bin/pod:23:in `<main>'
/Users/Meniny/.rvm/gems/ruby-2.2.2/bin/ruby_executable_hooks:15:in `eval'
/Users/Meniny/.rvm/gems/ruby-2.2.2/bin/ruby_executable_hooks:15:in `<main>'
今天我用 Parallels Desktop 12 安装了一个新系统 (macOS Sierra 10.12),并且:
但是 pod lib lint
和 pod trunk push
命令仍然不起作用。
:(
最佳答案
sudo gem install cocoapods --pre
当我将 cocoapods 更新到 1.1.0.rc.2 时,错误消失了。希望对您有所帮助。
关于xcode - CocoaPods:App.xcworkspace 不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39637123/
我对 podfiles 和导入框架以及所有这些好东西都很陌生。 我在尝试使用通过 cocoapods 导入的 BigBoard 框架时遇到了一个非常有趣的错误: 我知道这是因为我在我的 .xcodep
我有一个项目,在 Xcode 中归档没有问题。 “存档”选项在“产品”菜单下工作得很好。但是在我安装了一个带有 Cocoapods 的框架并开始使用 .xcworkspace 而不是 .xcodepr
我在我的项目中集成了 pod,特别是 SignalR、AFNetworking 和 SocketRocket。它已成功安装,但是当我打开.xcworkspace时,显示此错误: 有人遇到过这种错误吗?
我在 Mac 上基本上无法打开我所有的 .xcodeproj。但是,当我单击 xcode proj 的显示内容时,我可以看到 xcworkspace 文件,但无法打开它。我想知道是否有人知道如何解决它
有人向我发送了一个项目文件夹,因为我签订了帮助处理它的契约(Contract)。该项目运行和编译没有任何问题,但是当我尝试运行它时出现问题。当我打开工作区时,xcodeproj 文件是红色的,并且没有
我将 xcode 文件从我的计算机传递到 USB 并在另一台计算机上打开我的 xcworkspace 文件,它不显示任何内容,仅显示在实现 CocoaPods 时创建的文件。 1 我注意到的其他事情是
默认情况下,共享构建方案存储在 .xcodeproject 中。但是,Teamcity 期望它们在 .xcworkspace 中。他们真的应该在那里。如何设置我的工作区以便将它们存储在那里? 最佳答案
我最近将我的代码升级到 Swift 3,我在使用 cocoapods 时遇到了很多问题,但都得到了积极的解决。我删除或升级了一些 pod,突然收到 117 条警告 -/Pods/... 目录中缺少文件
我正在尝试使用这个 project来自 git hub并且不确定如何在 xcode 上运行它。我能够成功构建它,但模拟器没有打开。 我想让它在模拟器中运行。著名的:1.安装cocoapods(完成)
我刚刚打开 xcode“xcworkspace”,它直接打开到小屏幕,没有任何工具或栏,我怎样才能回到正常的工作区? 最佳答案 尝试下面的选项可能会起作用 右键单击项目标题旁边的工具栏区域,我想您可以
我的工作区结构如下: -项目A --项目B --项目C - pod 我运行“pod update”,得到的是 -项目A --项目B --项目C - pod -ProjectB 2.0" po
我试图将我的项目更改撤消到最后提交的源代码管理状态,但是当我按下“放弃所有更改”时,发生了奇怪的行为。 一些文件第一次恢复,而其他文件则没有。所以我再次按下按钮,弹出一个简介,说需要重新保存“xcwo
我启动了一台新 Mac,运行 sudo gem install cocoapods。完成 pod 初始化。 Pod 文件已创建,但没有 .xcworkspace 文件 使用 Xcode 9.3 任何帮
事情是这样的: $ pod lib lint -> MXKit (5.2.2) - ERROR | [iOS] xcodebuild: Returned an unsuccessful ex
我刚刚移动了整个项目所在的文件夹,之后当我尝试通过 xcworkspace 文件使用 Xcode 启动我的项目时,它只是打开 pod 文件而忽略我的主项目。有什么办法可以重新连接它们吗? 最佳答案 使
我编写 SDK 并使用 cocoapods 来添加第三方代码 - 一起就是 .xcworkspace。出于调试目的,我编写了简单的应用程序(它是 .xcodeprodj)并想连接我的 SDK 工作区。
业余时间一直在学习Swift,iOS开发新手。我一直在阅读 Big Nerd Ranch 的一本书,这本书教我 Swift 编程的基础知识。我有一个书目录。对于每一章,我都会按照每一章的建议开始一个新
我使用 Swift 创建了一个新的 iOS 项目,并在该项目中创建了新的文件项目 --> Cocoa touch framework。然后我去了我的终端,并执行了以下命令: pod init open
发自:https://groups.google.com/forum/#!topic/cocoapods/7LV3LKI0hHE React Native 正朝着 Cocoapods 的方向发展,Co
我是 iOS 开发的新手,非常感谢任何帮助! 所以我基本上安装了 Cocoapods,安装了 pod Stripe 并且基本上遇到了问题。我最终删除了我的项目的文件、.xcworkspace、Pods
我是一名优秀的程序员,十分优秀!