这是我第一次尝试创建自定义 iOS 框架。我正在尝试按照本教程使用 xCode 创建自定义 iOS 框架。我已经走到了最后一步(第 12 步)。
Step 12: Build Project with Aggregate scheme
Select Aggregate("UniversaliOS") Scheme
Select iOS device
Build Project (⌘-B)
但构建失败并出现 Shell Script Invocation Error: Command /bin/sh failed with exit code 1。错误详情如下:
ditto: can't get real path for source
lipo: can't create temporary output file: /Users/pdl/Library/Developer/Xcode/DerivedData/InnerID-iOS-SDK-dgyjuudeootshidhpzlejhbyqvco/Build/Products/InnerID-iOS-SDK-Bundle.framework/InnerID-iOS-SDK-Bundle.lipo (No such file or directory)
Command /bin/sh failed with exit code 1
我完全不知道现在该做什么。有什么建议么?如有必要,我可以提供 PhaseScriptExecution 转储。
预先感谢您的帮助。