具有核心数据的静态库(无法归档)

时间:2013-12-26 04:11:42

标签: ios core-data bundle static-libraries archive

创建静态库以处理我的应用程序的核心数据相关代码,并使捆绑包需要能够让静态库访问(核心数据)数据库。 在我的设备上进行测试时,我终于完成了所有工作。

不幸的是,当我想要产品/存档应用程序(制作IPA文件)时,它不起作用。 以下是调试器中的内容:

  

CpResource   /Users/neptune/Library/Developer/Xcode/DerivedData/Factorial-ekduhgrmnbgyteaokxccduhudcno/Build/Intermediates/ArchiveIntermediates/Factorial/BuildProductsPath/Release-iphoneos/CoreDataResource.bundle   /Users/neptune/Library/Developer/Xcode/DerivedData/Factorial-ekduhgrmnbgyteaokxccduhudcno/Build/Intermediates/ArchiveIntermediates/Factorial/InstallationBuildProductsLocation/Applications/Factorial.app/CoreDataResource.bundle

     

cd / Users / neptune / Documents / Factorial

     

setenv PATH“/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/仓:/ usr / sbin目录:/ sbin目录“

     

builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault。 xctoolchain的/ usr /斌/条   -resolve-src-symlinks /Users/neptune/Library/Developer/Xcode/DerivedData/Factorial-ekduhgrmnbgyteaokxccduhudcno/Build/Intermediates/ArchiveIntermediates/Factorial/BuildProductsPath/Release-iphoneos/CoreDataResource.bundle   /Users/neptune/Library/Developer/Xcode/DerivedData/Factorial-ekduhgrmnbgyteaokxccduhudcno/Build/Intermediates/ArchiveIntermediates/Factorial/InstallationBuildProductsLocation/Applications/Factorial.app

     

错误:   /Users/neptune/Library/Developer/Xcode/DerivedData/Factorial-ekduhgrmnbgyteaokxccduhudcno/Build/Intermediates/ArchiveIntermediates/Factorial/BuildProductsPath/Release-iphoneos/CoreDataResource.bundle:   没有这样的文件或目录

我已经尝试了所有我能想到的东西,但到目前为止还没有成功。这是我第一次在我的应用程序中使用一个包,所以我可能会错过一些基本点。 任何有相似或更多经验的人都会非常感谢任何相关提示。

0 个答案:

没有答案