xcode-organizer

Archiving project in Xcode incorrectly creates multi-application bundle

北慕城南 提交于 2019-11-26 19:17:55
Archiving my project in Xcode is creating a multi-application bundle, instead of bundling my main target for release, which is what I want. Specifically, when I validate my archive in Organizer, it gives me the message: "[projectname] does not contain a single–bundle application or contains multiple products. Please select another archive, or adjust your scheme to create a single–bundle application." It sounds like there is some setting in the scheme that needs to be adjusted, but I can't figure out what's causing other targets to be included. I'm using Xcode 4.0 by the way. Jared Friedman OK,

After upgraded to Xcode 4.2, Organizer - SVN repository stopped working

北城余情 提交于 2019-11-26 16:43:31
问题 I recently upgraded my Xcode to 4.2. Since then my Organizer-Repository stopped working. Initially it said "Host is unreachable" and placed red dot every where. In the same Mac 10.6.8, i do have SvnX and it works with same SVN location without any problem. I also tested this in Safari and found it is working (Server supports VisualSVN). Only Xcode is finding problem with this location. I even appended my private/etc/host files with svn.ip.address my-svn-pet-name and used that in my xcode

Archiving project in Xcode incorrectly creates multi-application bundle

别说谁变了你拦得住时间么 提交于 2019-11-26 06:53:51
问题 Archiving my project in Xcode is creating a multi-application bundle, instead of bundling my main target for release, which is what I want. Specifically, when I validate my archive in Organizer, it gives me the message: \"[projectname] does not contain a single–bundle application or contains multiple products. Please select another archive, or adjust your scheme to create a single–bundle application.\" It sounds like there is some setting in the scheme that needs to be adjusted, but I can\'t