xcode-organizer

Provisioned iPhone not showing in Xcode Organizer (or iTunes)

不问归期 提交于 2019-12-22 07:21:23
问题 I've recently set up an app id and provisioning profile and was able to test my app on the device successfully. I then downloaded some sample iOS XCode projects and upon deploying one of them and deleting the sample app from the phone have since been unable to sync the phone with iTunes or see it as connected in the Xcode organizer window (the device is still listed in the lefthand pane, but shows up as disconnected). All new projects created in Xcode are now greeted with the following

Provisioned iPhone not showing in Xcode Organizer (or iTunes)

爷,独闯天下 提交于 2019-12-22 07:21:15
问题 I've recently set up an app id and provisioning profile and was able to test my app on the device successfully. I then downloaded some sample iOS XCode projects and upon deploying one of them and deleting the sample app from the phone have since been unable to sync the phone with iTunes or see it as connected in the Xcode organizer window (the device is still listed in the lefthand pane, but shows up as disconnected). All new projects created in Xcode are now greeted with the following

How to remove a team I'm no longer associated with?

百般思念 提交于 2019-12-19 05:23:15
问题 Used to be associated with "Foo", no longer am. "Foo" still shows up under Teams in the Organizer. I'd like for it not to. 回答1: Xcode removes a team from Organizer only when there is no Certificate, Key, or Provisioning Profile associated with that team on your computer and iOS devices linked in Organizer. So here is what you need to do to get rid of Keys, Login Keys, Certificates, and Provisioning Profiles from your computer. Open "Applications -> Keychain" Select "login" from the "Keychain"

Cannot delete derived data in Xcode 4's organizer

本秂侑毒 提交于 2019-12-18 07:28:11
问题 I'm trying to restore Code Sense, which has stopped working for my project, and it looks like the accepted way to do that is to delete the derived data. The problem is that the project has to be open or it doesn't appear in the Organizer, and the delete button for the derived data is faded out and unable to be clicked. My project is a dropbox folder. 回答1: You can clear Derived Data manually without using Organizer . Go to ~/Library/Developer/Xcode/DerivedData/ and delete every thing there, or

Archive validation error NSSetM

喜欢而已 提交于 2019-12-11 00:41:14
问题 I'm preparing a new version of an app, working in XCode 5. I've built the app, signed it and archived it without any issues and have prepared a new version in iTunes connect. When I validate the archive in Organizer I however get the following error message: **-[__NSSetM addObject:] object cannot be nil I find the error very strange. Why do I get the error when the archive is validated? If there are issues in the code why don't they show up when I build or run the app? I tried the usual

Download dSYM fails “Missing App Version”

杀马特。学长 韩版系。学妹 提交于 2019-12-10 04:28:27
问题 When I try to download the dSYM from the organizer, it gives me this error : Missing App Version An app record for “co.**” was found but a matching version for “1.0.3” build “10” was not. I have enabled Bitcode. It's a swift app with Swift and Objective-C pods. Xcode Version 7.2 (7C68) When I right click on the archive and look at it's package contents in Finder, I see a dSYMs folder. I zipped it and uplaoded it to Crashlytics, but it still shows dSYMs missing for all my builds. It even has

Multiple Certificates/Provisioning Profiles in one Xcode organizer?

只谈情不闲聊 提交于 2019-12-08 22:42:08
问题 There are several similar questions here, but none could answer my basic question: Is it possible to have two separate developer certificates in the keychain and two corresponding distribution profiles in Organizer? I have my own (working) developer certificate and provisioning profile for my own iPhone apps. Now I finished a project for a client and would like to use his developer account/certificates/provisioning profiles to submit his app to the app store on his account. Is that even

What does the “Use for Development” button in Xcode Organizer do to an iOS device?

故事扮演 提交于 2019-12-06 21:25:31
问题 When selecting an iOS device and clicking the "Use for Development" button in Xcode organizer, what does it change on the device (iPhone or iPad)? Are there any debugging symbols installed or some sort of profilers or loggers? Does this mode affect device performance or battery life while being "used for development"? 回答1: From my experience, the practical consequences of turning on a device for development are an increase of levels of logged data and access to these logs. (I'm not sure if

Provisioned iPhone not showing in Xcode Organizer (or iTunes)

三世轮回 提交于 2019-12-05 10:42:26
I've recently set up an app id and provisioning profile and was able to test my app on the device successfully. I then downloaded some sample iOS XCode projects and upon deploying one of them and deleting the sample app from the phone have since been unable to sync the phone with iTunes or see it as connected in the Xcode organizer window (the device is still listed in the lefthand pane, but shows up as disconnected). All new projects created in Xcode are now greeted with the following message when I attempt to build and run on the device. No provisioned iOS device is connected. I'm running

Download dSYM fails “Missing App Version”

狂风中的少年 提交于 2019-12-05 06:48:09
When I try to download the dSYM from the organizer, it gives me this error : Missing App Version An app record for “co.**” was found but a matching version for “1.0.3” build “10” was not. I have enabled Bitcode. It's a swift app with Swift and Objective-C pods. Xcode Version 7.2 (7C68) When I right click on the archive and look at it's package contents in Finder, I see a dSYMs folder. I zipped it and uplaoded it to Crashlytics, but it still shows dSYMs missing for all my builds. It even has App.dsym with some dsyms with UUIDs and others for my pods. Is this an XCode bug? I see somene has