I am trying to download iOS5 sdk. The account I login with is an administrator account created for me by my team agent. I see 2 links, one is xcode 4 for lion and then xcode 4 for snow leopard, but when i click, i get access denied message. code P1 contact support ! when i try download xcode 4 for lion, it does not download rather says need 10.7, I am on 10.6.8 Whats d solution and is it that only team agents can download iOS5 sdk ?
I have 2 situations.
i have an array alloced and retained as member variable. i release it in dealloc. i create a button by alloc and add this to member array, if i do not release button, do I leak ? static analizer says so ! what is the best way to fix leak in this case ?
thanks and regards
I have 2 situations.
i have an array alloced and retained as member variable. i release it in dealloc. i create a button by alloc and add this to member array, if i do not release button, do I leak ? static analizer says so ! what is the best way to fix leak in this case ?
thanks and regards