在iOS应用构建中获取此错误消息(为清晰起见而编辑)。
任何帮助?
objc[5636]: Class PLBuildVersion is implemented in both
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x119d0ecc0) and
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x119b256f0).
One of the two will be used. Which one is undefined.
答案 0 :(得分:0)
尝试
#! /bin/bash
zip -r $1 $2
chown -R files:files $1
chmod -R 775 $1
exit 0