Tagged Questions
0
votes
1answer
3k views
Distribution Provisioning Profile not showing up in code signing identity selection in Xcode 4
I have followed all steps carefully mentioned in the iOS provisioning portal. The biggest problem is that those steps are not updated to the latest version of XCode.
In Xcode's organizer, the ...
1
vote
0answers
633 views
How to get valid provisioning profile to certificate?
Is it possible to get valid provisioning profile to certificate ?
I'm making automatically build system with xcodebuild and often need change provisioning.
I have got name of certificate like this ...
1
vote
2answers
548 views
Xcode 4 UI builds app fine but commandline xcodebuilder fails on code signing
Our iOS application will not build successfully from the command line using xcodebuilder version 4 but has no issues when building from the Xcode 4 UI.
The command line throws the following error ...
3
votes
2answers
2k views
Building iOS app for iPhone works from xCode but not from command line (xcodebuild)
I am currently trying to streamline our build and release process with an automated build which runs on an OSX server machine , a MacMini running OSX 10.6.7 with xCode 4.0.1 and iOS SDK 4.3 installed ...
-1
votes
1answer
74 views
Will building & running another iOS project disassociate existing provisioning or app id's?
I recently recovered from not being able to test on my device in Xcode. After much headache, it turned out that I only needed to uninstall/reinstall iTunes, but I'd certainly rather not do so ...
0
votes
2answers
169 views
Is it possible compile xcodeproj from web?
I'm trying compile project from web - I mean I have macos server, on my webpage i have button that running my bash script to build proj.
When I run from terminal
sh build.sh
then it works fine, ...
27
votes
3answers
40k views
How to solve “Application failed codesign verification” when uploading to iTunes Connect?
I've got a problem that I couldn't solve with a deep search in different resources as most of the "similar" points out to be an error with Icon.png size, etc...
I've tried to upload my application ...
0
votes
2answers
865 views
Problem installing ad hoc-provisioned app built with SDK 3.1.2 on device running iPhone OS 3.0
I'm trying to install an ad hoc-provisioned iPhone app compiled under the 3.1.2 SDK on a device running iPhone OS 3.0 via iTunes. I'm getting a message "The application was not installed because it ...
30
votes
16answers
52k views
Code sign error with Xcode 3.2
I had a fully working build environment before upgrading to iPhone OS 3.1 and Xcode 3.2. Now when I try to do a build, I get the following:
Code Sign error: Provisioning profile 'FooApp test' ...
11
votes
3answers
15k views
Setting a provisioning profile from within xcodebuild when making iPhone apps
I'm using xcodebuild to compile my iPhone app from the command line. Is there a way to pass in some sort of option to set the provisioning profile? There seems to be not very much information about ...