provisioning

XCode 6 and Ad-Hoc distribution without XC: provisioning

心不动则不痛 提交于 2019-12-18 03:11:55
问题 Yesterday I've downloaded Xcode 6 and now I have got a problem I can't solve. In my member center I've got valid certificate and ad-hoc provisioning (distribution). Till yesterday, in Xcode 5 if I wanted to add my .ipa to TestFlight I was using Archive and selecting my valid ad-hoc profile. I wasn't even logged in in my developer account in Xcode. Now - in Xcode 6 - nothing is working at all. Ok, I've logged in preferences, Xcode downloaded all my provisionings on Mac, but whenever I choose

Cannot renew an Ad Hoc profile before it expires because no certificate matches the certificate ID

雨燕双飞 提交于 2019-12-17 23:38:55
问题 My Ad Hoc profile is about to expire in 14 days. There is a a "renew" button for my ad hoc profile in the organizer but when I click it I get... There are no current certificates on this team matching the provided certificate IDs. The profile in the provisioning portal shows active, expiring on the 30th. I also see a distribution certificate with the same expiration date. I must assume that this certificate is the one that was used to sign the profile. Is there any way to fix this without

Passing variable to a shell script provisioner in vagrant

烈酒焚心 提交于 2019-12-17 22:15:24
问题 I'm using a simple shell script to provision software for a vagrant setup as seen here. But can't figure out a way to take the command line arguments passed in to vagrant and send them along to an external shell script. Google reveals that this was added as a feature but I can't find any documentation covering it or examples out there. 回答1: You're correct. The way to pass arguments is with the :args parameter. config.vm.provision :shell, :path => "bootstrap.sh", :args => "'first arg' second"

Xcode Product -> Archive disabled

牧云@^-^@ 提交于 2019-12-17 21:26:10
问题 I have been archiving for ad hoc distribution fine for many months and suddenly today I cannot do so as the Archive menu item is disabled. I have not changed anything. I went through the provisioning setup for the project and it looks ok. My Ad Hoc profile is about to expire in 14 days. Could this be the problem? I don't believe I can renew it until the day it expires. There is a a "renew" button for my ad hoc profile in the organizer but when I click it I get... The given profile was not

Create provisioning profile in iphone application

自古美人都是妖i 提交于 2019-12-17 19:26:26
问题 How can i build provisioning profile for deploying an iPhone application? 回答1: Agree with above, but here is a the gist of it. Register with Apple as an iPhone developer. Give them 100 bucks to get your entrance into the club that can deploy apps onto phones. Create your mobile provisioning in the Portal you gain access to in 2. Build your apps using this mobile provisioning, in various scenarios. (Development, AdHoc distribution, deployment.) 回答2: Please read the documentation. If you have a

Can I change the Bundle Identifier in my app after it's been approved?

你离开我真会死。 提交于 2019-12-17 18:17:21
问题 I've got my app approved a while ago and used the * provisioning profile so I created somehting like: com.mydomain.MyApp but now I have the necessity of adding push notifications and I can't due I am using the * provisioning profile and it needs to have its own app ID and profile. How should I proceed in order to achieve an app update without breaking anything 回答1: The bundle identifier for an app must always remain the same between updates, but the AppID can actually be different. So all you

Xcode doesn't see my iOS device but iTunes does

核能气质少年 提交于 2019-12-17 17:27:17
问题 I have a strange problem. I have an iPad with iOS 5.0.1 (9A405) and iOS SDK 5.0.1 with Xcode 4.2 (Build 4C199) installed on my Mac. Xcode doesn't see my device. It says "iOS Device" not "Sauron's iPad" as usual. (I am sure that device is connected because I see it in iTunes.) Xcode denies to start my application on device. It says: "Xcode cannot run using selected device. No provisioned iOS devices are available with a compatible iOS version. Connect an iOS device with a recent enough version

Uploading archive error: “Missing iOS Distribution signing identity for …”

随声附和 提交于 2019-12-17 08:17:15
问题 I'm trying to upload my iOS app archive to iTunes Connect using Xcode, but when I click "Upload to App Store" I get the error: Xcode attempted to locate or generate matching signing assets and failed to do so because of the following issues. Missing iOS Distribution signing identity for _____. Xcode can request one for you. I'm really confused, because I had just successfully uploaded an archive for the same app about 2 hours earlier, and then I needed to make one simple fix and then needed

iPhone Debugging: How to resolve 'failed to get the task for process'?

ⅰ亾dé卋堺 提交于 2019-12-17 03:47:50
问题 I have just added a provisioning profile to XCode (needed to support notifications and in app purchase), setup as needed the build configuration for ad hoc distribution, and tried to run the app on the device (I have done this several times in the past, without any problem). The app is installed, but it does not start. On the console, I see the following message: Error launching remote program: failed to get the task for process 82. Error launching remote program: failed to get the task for

“No provisioned iPhone OS device is connected” after update to 4.0

青春壹個敷衍的年華 提交于 2019-12-14 03:52:47
问题 I updated my iPhone to the new OS 4.0 and went to build my iPhone app and everything built ok, but the message I got at the end was "No provisioned iPhone OS device is connected". Looking at the Xcode organiser, it shows my connected device with an amber icon next to it, and all my provisioning profiles show up as "Installed" but also with an amber icon. Is there something I need to do to make the existing provisioning profiles work since updating to OS 4.0? I have XCode 3.1.3, and 10.5.8 OS.