Game Development Community

Page«First 1 2 3 Next»
#41
03/23/2011 (1:27 pm)
If I have a basic game set up, with no real things beyond game play, menu etc. I (for my purposes can see no need) but say I wanted to create a game, app where someone could use a picture of themself, from their library and use it as an avatar... would this, new UI View, give/create Apple like in appearance, options for sorting, going thru files, ie. your photo library then apply the selected item to his/her game?



#42
03/23/2011 (1:38 pm)
It will allow you to do everything you just mentioned except apply the item to a game. You can get all that information, including what picture was selected, using the View and UIKit. What you do with the information after that is up to you.
#43
03/23/2011 (1:40 pm)
So, I can mark said photo and you are suggesting there is a way, beyond this scope, to port that into the iTGB app?

edit:
ps. Would this, adding an interface be good for web links?
#44
03/23/2011 (2:36 pm)
EDIT:
Loading troubles solved.




ORIGINAL:
Not to be a "fill in the blank" / keep it professional,
But I have run tests projects of my own and Rainy Days. They load fine onto the simulator but crash on the device. The error message did not yield much on the apple boards....


[BEROR]CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 4.3'




All my code signing identities match, Base SDK is 4.3 ( same as device ) etc etc etc.


:?
#45
03/23/2011 (2:40 pm)
Sounds like the provisioning is missing a step.
#46
03/23/2011 (2:44 pm)
Make sure that your identifier is set on the device target and that you're using the correct target in the scheme. Check which target the error is being reported against.

I ran into a couple instances where Xcode4 absolutely insisted on compiling both the simulator and device targets for no apparent reason. The sim target isn't necessary anymore so you can just delete if it's giving you trouble.

Edit:
And if you're still having trouble with it after that then start a new thread for it. Troubleshooting that is getting off topic.
#47
03/23/2011 (3:18 pm)
Oh Ok.
Sorry,
my bad.

There are two iPod's to choose from in the drop down, one for sim, other device, I had chose sim. Sorry.


Cheers.


:)))



Page«First 1 2 3 Next»