The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
5 views

Eventbrite API date range parameter for organizer_list_events

I need a way to search via the eventbrite api past events, by organizer, that are private, but I also need to be able to limit the date range. I have not found a viable solution for this search. I ...
0
votes
1answer
41 views

my xcode organizer is disabled and all organizer are grey can NOT choose them

this happens after an error that appears in organizer several time when running the program in Xcode. the error is Xcode has encountered an unexpected error (0xC011). any help to guide me get rid ...
-1
votes
1answer
35 views

Drop off Library and Contetn Organizer Error SharePoint2010

Getting an error when trying to upload files to Drop Of Librarry with two same file names. Versioning doesnt work if Content Organizer is working. In other librarys versionig is working, error only in ...
0
votes
1answer
36 views

iPhone crash reports not found

i am trying to debug an Application I am developing using mono touch, but when I try to access Crash Reports in Xcode Organizer, I can't find any (and I know the app crashed at least 10 times). I only ...
0
votes
1answer
22 views

iphone - how to understand crash logs on device

I have this logs of a crash that seems to be connected to a mkmapview and the auto lock of my device (1 min): T hread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 ...
0
votes
0answers
71 views

xcode 4.6 organizer error - “an error occurred while saving”

I took the advice in this link and deleted my ~/Library/Developer/Xcode/connect1.apple.com 4.6.db as well as my ~/Library/Caches/com.apple.dt.Xcode/Cache* files. Since doing that I get this error in ...
0
votes
0answers
48 views

Tag File Manager Software

I was wondering if anyone knows of a tag based file management software that does: Referential tagging (i.e. add tag to music.artist.nickleback, also updates music.genre.rock.nickleback) Implicit ...
0
votes
2answers
105 views

IOS: The PNG file contains an invalid signature: Icon.png in XCode/Organizer/Archive/Validate

Five hours to attempt to publish app in the store and no result. I'm stuck with the following error: The PNG file contains an invalid signature: Icon.png during validation in Organizer/Archive. This ...
1
vote
1answer
136 views

How to clean xcode user specific settings (organizer, provisioning profiles)?

My xcode is crashing when i press the Refresh button in organizer. Seems there is some problem with certificate and provisioning profile. If i log in as another user in the same mac, everything is ...
1
vote
2answers
754 views

XCode 4.6 organizer does not symbolicate my app crash stack trace

It has been a while since I used symbolicate in XCode and it used to work. Today when I tried this... Archive my app. Install the app on my device from XCode. (Just connect the device and run the ...
3
votes
1answer
263 views

How do I symbolicate a copy/pasted crash report?

I have a user who is experiencing a crash using the app store version of an iPhone app. The crash is not reported via iTunes connect and the user is unable to sync with iTunes and get me the .crash ...
-1
votes
2answers
49 views

php thumbnail organizer

Ok, i have this code and is working perfectly, but i need the order of the images to be by the date the image was created, can someone give me a hand? $images=array(); $dir = @opendir('.') or ...
0
votes
1answer
69 views

Failed “Provisioning Your iOS Device for Generic Development”

I have been developing on an iPhone 3GS for sometime now, and recently got ahold of an iPhone 4 to do some testing. With the iPhone 4 connected, I pressed the button in Xcode Organizer "Use for ...
2
votes
2answers
693 views

Code signing failed when Distribute app in Organizer

My xcode suddenly got a problem to Distribute any application. When I click "Distribute..." button and select a code signing identity. Here is the error message: Code signing operation failed ...
0
votes
1answer
111 views

Icon not showing in xcode organizer

Referencing question Xcode 4.1 Archive Build in organizer doesn't show icon. I'm using xcode 4.5 (IOS6) I am running into the issue where I've tried every SO answer I could find in regards to ...
0
votes
0answers
66 views

Device Not Connected

We have our sdk version is XCode 4.3.2, before upgrading to our IOS(iPhone 3) to 4.2.1; the device was connected properly and we were able to debug the application but as upgrade the ios version and ...
0
votes
1answer
91 views

xcode organizer download button di

I am trying to copy data files of an ios (5.1) app from an iphone, with Ad Hoc Provisioning Profile, to a MacBook. XCode 4.4.1 is used on the MacBook. With the iphone connected, under Organizer, ...
0
votes
1answer
100 views

Provisioning profile

I now have an iPhone 5 that I want to use for development. I try to add provisioning profiles in Organizer but they are greyed out. Can't the same provisioning profile be used on multiple devices? ...
0
votes
1answer
138 views

What should I do about this Xcode organizer error when trying to export a snapshot?

This is in Xcode 4.5 Organizer on the 'Projects' screen. I have lots of snapshots including many made after updating to Xcode 4.5. If I select one of them (it doesn't matter which one) then click ...
0
votes
0answers
94 views

XCode, Organizer, validate - Info.plist fails

Im ready to submit my first app, but when I try to validate I get the following error message: Unable to Parse application Info.plist for validation. Please make sure your Info.plist contains no ...
0
votes
0answers
60 views

XCode Upload Hangs when a certain SDK is included

This is the weirdest problem that I have ever encountered in XCode. Recently I wanted to add a certain SDK to my app. I'm not going to name this SDK because I don't want to discredit their name. ...
1
vote
1answer
402 views

An unknown error occurred when I was trying to use an iPad for development

I was trying to test my app on a new iPad to see if Retina support is working. Like anyother devices I used for development, I attached the device and pressed "Use For Development" is XCode ...
1
vote
1answer
263 views

Xcode 4 Organizer on Mac, How to Run without Xcode?

Is there a way to run the Organizer without XCODE to add a device to a Porthole?
12
votes
5answers
12k views

too few items in teams

I am trying to set up a new machine with XCode and my developer account and keep running into the following error while trying to refresh provisioning profiles from the Organizer: Too few items in ...
0
votes
1answer
203 views

Error while update ios app with XCode

I have tried to update my iOS application from the 1.0 to the 1.1 version, and I have found this error when I submited with Organizer: The next things have been checked: The previous iTunes ...
0
votes
2answers
116 views

how to organize one vector by placing into another vector using for loop c++

I was wondering how I could possibly organize one vector by placing it into an another. (Note: They are vector of objects). What i have so far is: double done; for ( int i = 0; i < id; i++ ) { ...
0
votes
3answers
71 views

trouble while moving certificates into new computer

I'm moving computer to develop on a new one, SO ! I'm trying to build application in the new one with the certificates of the older one ! I exported all from keychain, and I made the download of the ...
0
votes
1answer
192 views

Signing identity not found on XCODE (Organizer)

I already made iPhone application thanks to all certificates and so on. Now, I'm installing a second mac to develop applicaions (the same applications) so : I generated a Certification Signin ...
0
votes
1answer
161 views

Can not open archives tab in XCode 4.3 organizer

The archives tab in my Xcode 4.3 organizer stopped functioning all of sudden. When I tried to archive a project yesterday, after building successfully, instead of opening archives tab in organizer ...
0
votes
0answers
161 views

Personal Wiki to Organize data [closed]

I wish to find a way to organize my information better a bundle load of information I've collected over the years. I was thinking a of using a Personal Wiki. The personal wiki I would like something ...
0
votes
1answer
231 views

modify provisioning profile from xcode 4

i have multiple provisionnig profile and in this times i have to add( and delete) devices, and this make me crazy, in fact i go to developer.apple.com and remove or add devices for those profiles, and ...
1
vote
2answers
210 views

Xcode organizer documentation, show Table of Contents

I know this can be done, as I've done it before - but I can't remember how, and I've searched and can't find how either. I want the Xcode organiser documentation to show the 'table of contents', just ...
7
votes
2answers
603 views

Xcode's 4.3.2 Organizer freezes whenever I click the “Archives” tab

I tried to archive a project in order to upload it to TestFlight. However, when I opened Organizer to export my archive as an ipa, it froze as soon as I clicked the "Archives" tab. I tried to create ...
3
votes
1answer
1k views

Archived app has a no icon in organizer

Hello everyone I'm just about to submit my app and i have archived it but in the organizer the app icon shows up as blank for some reason. I have received no error messages and i have tried making ...
2
votes
0answers
314 views

Xcode has encountered an unexpected error (0xC00D) Permission denied

Xcode can't access my iPhone 4, nor another iPhone 4 nor iPad 2. I've tried restaring the devices, mac and reinstalling Xcode two times from the App Store. I've also tried setting chmods of everything ...
0
votes
1answer
204 views

Xcode 4.2 and iOS 5.1 organizer reads my iPhone with a yellow dot?

SO I have Xcode 4.2 and my iPhone 4S is running iOS 5.1 . I have an app that I want to test out in my iPhone but when I connect my iPhone to my Mac it reads the device with the Provisioning Profile ...
0
votes
1answer
80 views

Organize Bioinformatics and lab work [closed]

I am trying to reorganise lab data, experiments results, code, etc. on my computer that I use for work (= scientific programming, and some experiments). From looking into the lab notebook space I ...
0
votes
1answer
75 views

Archives from previous versions of Xcode in the Organizer

After updating to XCode 4.3, all my archives built using XCode 4.2 are gone. The recently built ones are there. Where are they? I would like to get them in the organizer so I can symbolicate crash ...
20
votes
6answers
6k views

Xcode 4.3 : missing icons for iOS apps in Organizer's archives

Since upgrading to Xcode 4.3.x, my archives of iOS app in Organizer don't have an icon. (I have icons on my Mac OS X apps though) One app in particular is an iPad app for which i provided 2 icons ...
11
votes
9answers
4k views

Icon@2x.PNG Even though it isn't? Can't submit Apps to iTunes Connect

Trying to upload my app, the app sends fine but I get this error via email once the binary has been sent. 'Dear developer, We have discovered one or more issues with your recent binary submission ...
0
votes
1answer
230 views

Xcode 4.3 documentation search: inexplicable missing result

I've upgraded from Xcode 4.2.1 to Xcode 4.3 on two Macs now. I ran into a curious problem: when searching the documentation for "NSURLConnection" through Organizer, the only result returned is ...
13
votes
11answers
5k views

XCode 4.3 organizer crash

I've installed the XCode 4.3. I've seen that in preferences general tab, there is the "iOS device discovery" tab. Maybe it was there before too, but I just noticed now. So I've checked it, after this ...
0
votes
1answer
160 views

Xcode 4.2's Organizer has high lag while archiving

I'm just very curious if somebody has same problem as me. Every time I hit Archive, then Submit or Share, or Validate, Organizer becomes very hard to respond. Mac's loading cursor appears, almost all ...
0
votes
2answers
949 views

iPhone shows Question mark (in place of its icon) on connecting to the Mac

I have a (dev) build for the iPhone App & I need to install it on the iPhone that has been given to me. Now, I have added the iPhone as a device to the provisioning profile for the App. But, ...
1
vote
0answers
207 views

Distribution Provisioning Profiles disappeared when i check the Authmatic Device Provisioning and do refresh

I'm using a Mac OS X leopard version 10.6.8. XCode is 4.2 build 4C199 and we enrolled company iOS Developer Program a week ago. I would be certain the certifications and provisioning files well but ...
1
vote
3answers
616 views

Xcode Organizer doesn't show my app bundle on the connected iPhone anymore

I used to be able to see my iOS app and access the app bundle from the Organizer window, by selecting my iPhone and selecting Applications. I would then see my apps listed, along with any other ...
4
votes
2answers
931 views

xcodebuild arguments ignored when using archive

My name is Luca and I am currently working on iOS continuous integration to build apps in xcode for distribution (Ad Hoc and App Store) using shell-scripting. So far I achieved good results with IPA ...
6
votes
4answers
2k views

Xcode 4 archive not showing up in Organizer [duplicate]

Possible Duplicate: Archives not showing up in Organizer for XCode 4 When I go to archive my app, everything builds without error, but the archive doesnt show up in the Organizer, and the ...
4
votes
3answers
2k views

Xcode hung on 'waiting for other symbol processing'

It appears that since I updated my iPad to iOS 5.01 I can't debug it via xCode. When I attach the iPad both Xcode and the organiser display "waiting for other symbol processing" which shows ...
0
votes
3answers
871 views

Unable to connect jailbroken iPhone 3G running iOS 4.2.1 to Xcode for development

I have jailbroken iPhone 3G and recently I've updated the firmware to 4.2.1 (was 3.1.2). Now I'm trying to add this iPhone to Xcode organizer to use it for development. Xcode runs the process of ...

1 2