0

我创建了一个使用 objective-zip 1.0.2 的应用程序。我也将项目签入到 git 中。当我从 git 下载项目作为 zip 并运行并构建项目时,将创建存档。但是当我尝试从 git 构建项目时,我收到以下错误。

 [exec]      [exec]     /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -L/Users/macbuild/Library/Developer/Xcode/DerivedData/mdmiosagent-alfqxkdfmyijdadbxxuldoeanaiz/Build/Intermediates/ArchiveIntermediates/mdmiosagent/BuildProductsPath/Release-iphoneos -F/Users/macbuild/Library/Developer/Xcode/DerivedData/mdmiosagent-alfqxkdfmyijdadbxxuldoeanaiz/Build/Intermediates/ArchiveIntermediates/mdmiosagent/BuildProductsPath/Release-iphoneos -filelist /Users/macbuild/Library/Developer/Xcode/DerivedData/mdmiosagent-alfqxkdfmyijdadbxxuldoeanaiz/Build/Intermediates/ArchiveIntermediates/mdmiosagent/IntermediateBuildFilesPath/mdmiosagent.build/Release/mdmiosagent.build/Objects-normal/armv7/mdmiosagent.LinkFileList -miphoneos-version-min=6.0 -dead_strip -ObjC -lobjective-zip -fobjc-arc -fobjc-link-runtime -framework CoreLocation -framework UIKit -framework Foundation -framework CoreGraphics -lPods -Xlinker -dependency_info -Xlinker /Users/macbuild/Library/Developer/Xcode/DerivedData/mdmiosagent-alfqxkdfmyijdadbxxuldoeanaiz/Build/Intermediates/ArchiveIntermediates/mdmiosagent/IntermediateBuildFilesPath/mdmiosagent.build/Release/mdmiosagent.build/Objects-normal/armv7/mdmiosagent_dependency_info.dat -o /Users/macbuild/Library/Developer/Xcode/DerivedData/mdmiosagent-alfqxkdfmyijdadbxxuldoeanaiz/Build/Intermediates/ArchiveIntermediates/mdmiosagent/IntermediateBuildFilesPath/mdmiosagent.build/Release/mdmiosagent.build/Objects-normal/armv7/mdmiosagent
 [exec]      [exec] ld: library not found for -lobjective-zip
 [exec]      [exec] clang: error: linker command failed with exit code 1 (use -v to see invocation)
 [exec]      [exec] 
 [exec]      [exec] ** EXPORT FAILED **
 [exec]      [exec] 
 [exec]      [exec] error: archive not found at path '/Users/macbuild/WH_DIR/Jul_26_2016/863879/MACSRC/mdmiosagent.xcarchive'

有人能告诉我我哪里错了吗?

4

0 回答 0