【发布时间】:2019-12-03 11:57:13
【问题描述】:
我在使用 Xcode 构建 ios 应用程序时遇到问题。之前在构建项目时进展顺利。 Idk 为什么它在错误消息中显得有些奇怪。我的代码实际上没有任何问题。
错误信息如下所示:
CompileXIB /Users/saiful/Documents/test-ios/test/test/Base.lproj/RoomResultTableViewCell.xib(目标:测试) cd /Users/saiful/Documents/test-ios/test 导出 XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/.. /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module test --output-partial-info-plist /Users/saiful/Library/Developer/Xcode/DerivedData /test-bgtolzqqziiyvkfqjgwogitynwsj/Build/Intermediates.noindex/test.build/Debug-iphonesimulator/test.build/Base.lproj/RoomResultTableViewCell-PartialInfo.plist --auto-activate-custom-fonts --target-device iphone --minimum -deployment-target 9.0 --output-format human-readable-text --compile /Users/saiful/Library/Developer/Xcode/DerivedData/test-bgtolzqqziiyvkfqjgwogitynwsj/Build/Products/Debug-iphonesimulator/test.app/Base.lproj /RoomResultTableViewCell.nib /Users/saiful/Documents/test-ios/test/test/Base.lproj/RoomResultTableViewCell.xib
但是当我尝试再次构建时,错误消息会抛出另一个 XIB 或故事板名称。
我已经尝试清理和重建。此外,删除派生数据并重新打开我的 Xcode。 我正在为我的项目使用 git。当我搬到另一个分支机构时,这是不是错过了什么?
【问题讨论】:
-
即使我在 xcode 11.1 和 BigSur OS 中运行目标 c 项目时也遇到了同样的问题。有没有找到解决办法,告诉我