Xcode archive succeeded but not show in organizer, enter the xcode archive folder, it is a empty file.
find the solution on stackoverflow.com
http://stackoverflow.com/questions/6716756/why-does-xcode-archive-succeed-but-create-an-empty-xcarchive-file
引用
I have the solution to my problem and if anyone else is facing the same problem here are the steps i took to fix the problem.
cocos2d library
-Set the skip install to YES for all configurations in your cocos2d library.
-Set the code signing identity to Don't code sign for all configurations. Static libraries are not code signed.
-Update the installation directory to /usr/local/lib.
app library
-Update the installation build products location to /tmp/$(PROJECT_NAME).dst
-Update the installation directory to $(LOCAL_APPS_DIR) (/Applications).
-Update the code signing identity section.
分享到:
相关推荐
当Xcode报出“SDK does not contain 'libarclite' at the path”错误时,这通常意味着你的项目设置或者使用的SDK版本与ARC不兼容,或者libarclite库没有正确地链接到你的项目中。这可能是以下原因导致的: 1. **...
使用Bundler:将gem'xcode gem 'xcode-archive-cache'到Gemfile 设置 XcodeArchiveCache具有类似于Cocoapods DSL的简单DSL。 配置存储在名为Cachefile的文件中。 将Cachefile放置在项目的根目录中。 配置示例: ...
xcode Could not find Developer Disk Image 11.4 (15F5061c) 亲测可用 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 记得一定要重启Xcode才生效.
"Could not find Developer Disk Image" 是一个常见的错误,尤其是在更新Xcode或者尝试运行特定版本的iOS模拟器时会遇到。这个错误提示意味着Xcode无法找到必要的开发者磁盘映像文件,这是为了支持特定iOS版本所必需...
**Xcode 9 的库与 libstdc++** 在苹果的开发环境中,Xcode 是用于构建 macOS 和 iOS 应用程序的主要工具。Xcode 的版本更新通常会引入新的特性和改进,同时也可能移除对旧有技术的支持。在这个场景中,提及的"Xcode...
从提供的压缩包文件名"XAlign-xcode12_extension_notfound.zip"来看,似乎这个版本是针对Xcode 12的,并且可能涉及到一个与扩展相关的错误或问题。 Xcode是Apple官方的集成开发环境(IDE),用于开发iOS、iPadOS、...
**XCode libstdc++库详解** 在iOS开发中,XCode是苹果官方提供的集成开发环境,用于构建和测试Objective-C、Swift以及C/C++等语言的应用程序。libstdc++是GNU C++标准库的一个实现,包含了C++标准模板库(STL)和...
2. Archive与上传:在Xcode中完成项目打包,通过 Organizer 上传到App Store Connect,进行审核与发布。 以上就是“xcode例子.zip”中可能涵盖的Xcode开发相关知识点。通过学习和实践这些示例,开发者可以进一步...
This book will not only get you up and running with Apple's latest version of Xcode, but it also shows you how to use Swift in Xcode and includes a variety of projects to build. If you already have ...
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/ 模拟器 dylib放到这个路径 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS....
### Xcode 版本概述与比较 Xcode 是苹果公司为开发者提供的官方集成开发环境(IDE),主要用于开发 iOS、macOS、watchOS 和 tvOS 的应用程序。随着时间的推移,Xcode 经历了多个版本的迭代和发展。本文将重点介绍 ...
在iOS和macOS开发中,Xcode是Apple官方提供的集成开发环境(IDE),用于编写Objective-C、Swift以及C++等语言的应用程序。然而,有时在使用Xcode进行项目开发时,可能会遇到“缺失库”的问题,例如“libstdc++”就是...
### xcode could not find developer disk image 问题总结 #### 问题背景 在使用Xcode进行iOS应用程序开发时,经常会遇到“could not find developer disk image”的错误提示。此问题通常发生在更新了iOS系统版本...
当遇到"could not find developer disk image"这样的错误时,通常意味着Xcode无法找到对应的iOS模拟器镜像,这可能会影响到你的开发流程。这篇详细的文章将针对标题和描述中的问题进行深入解析,提供解决这个问题的...
将Xcode适配可以调试、编译、运行、打包系统版本号为iOS 13.3 版本的设备,解决"Could not find Developer Disk Image"问题 使用详情 请前往https://blog.csdn.net/u010731949/article/details/52576792
《Xcode 12.1镜像文件:保持对iOS 12.1真机支持的详尽指南》 在iOS应用开发过程中,Xcode作为官方的集成开发环境(IDE),扮演着至关重要的角色。然而,随着新版本的发布,开发者们可能会面临一个问题:如何在不...
在iOS和macOS应用开发领域,Xcode是Apple官方推荐的集成开发环境(IDE),它提供了丰富的功能,如代码编辑、调试、构建管理等。然而,对于习惯于使用Visual Studio等其他IDE的开发者来说,Xcode在某些方面可能略显...
在IT行业中,Xcode是Apple官方为开发iOS、macOS、watchOS以及tvOS应用程序而设计的一款集成开发环境(IDE)。Xcode 15.4是该系列的一个版本,提供了强大的工具集,让开发者能够高效地创建高质量的应用程序。本文将...
标题中的“xcode disk image 10.1”指的是Xcode的一个特定版本,与iOS 10.1设备支持相关的磁盘映像。这个版本的Xcode包含了开发和测试iOS 10.1应用程序所需的所有工具和资源。Xcode是Apple官方的集成开发环境(IDE)...