0
votes
0answers
45 views

how to draw automatic poligon shape from an sprite with alpha ? for an box2d tool

I have started a new project, that will help creating a game from scratch, with just a few lines of code. I won't make advertising here, because this is not that kind of site, but i will ask a few ...
1
vote
3answers
138 views

iphone simulator suddenly started running very slow

I have been working on an app in iphone simulator for a number of weeks and it has been running well up until now, but all of a sudden has begun running very slow both when loading content and ...
-1
votes
1answer
48 views

Compiling an Xcode project from a network folder

I'm trying to compile an iOS project in xcode from a network folder and I get all sorts of issues, most of them about files not being found on the first build command. Most of the time it just says ...
0
votes
0answers
90 views

XCode: UNIX[Permission denied] when trying to download development certificates

I'm attempting to provision my iOS device for development with XCode 4.6 by creating a signing certificate. I've tried following the instructions in Technical Note TN2250 ...
0
votes
1answer
3k views

Airplay Mirroring (iPhone to Mac) like reflection or AirServer

Is there are way to do this. I couldn't find to much in the apple documentation. Sorry if I'm totally missing this. I know my way around code. I'm 16 and kind of new to some of this. I have some ...
8
votes
1answer
223 views

Mac OS X Lion / Mountain Lion Cache Miss Profiling

Is there any tool to profile cache misses on Mac OS X Lion and iOS. If you know how to do that in instruments please help. Shark (CHUD package) do not install on Mac OS X Lion and later, so I can't ...
0
votes
0answers
254 views

Successfully using .mobileconfig files to configure Mac Mail on OS X 10.7 or 10.8?

I've been generating .mobileconfig files for iOS autoconfiguration with relatively little drama -- we write out the XML file that includes SMTP and IMAP settings, sign it using our certs, and cool... ...
0
votes
0answers
129 views

Searching for a GameCenter user by ID or vice versa without code?

I have a database of app users in which I save the playerID of the GameCenter account. Sometimes I want to search for a user in the GameCenter leaderboards by his ID, or vice versa (get the game ...
1
vote
1answer
205 views

Mac OSX asking for keychain access when building MonoDevelop iOS App

When building projects in MonoDevelop on the Mac, I get the message "MAC OS X wants to make changes.Type an administrator's name and password to allow this. MAC OSX wants to use system keychain." I ...
0
votes
2answers
212 views

Trying to Test an iPad with iOS 4.3 in Xcode 4.5

So, I'm trying to test a game of ours on the Xcode simulator. I'm using OSX-Mountain Lion and have Xcode 4.5, but I need to test iOS 4.3 with the iPad simulator. Is this possible?
10
votes
1answer
328 views

GLKTexture is not correctly mapped since iOS6

I got a strange behavior since Xcode 4.5 and the iOS 6 SDK when using textures on my 3D objects. The problem also appears on my mac application when building against OS X 10.8 SDK. I am using OpenGL ...
14
votes
3answers
2k views

Xcode 4.5 + UIScrollView: Cannot see struts and springs (OSX 10.8 Mountain Lion)

Disclaimer: Brand new to iOS dev. Go easy on me. Got a funny situation in Xcode 4.5. My Size Inspector looks like this: ...and I can't see the struts and springs area at all. The really strange ...
0
votes
2answers
119 views

Xcode 4 ios simulator permissions issue

I just upgraded to Lion and I have screwed up my ios simulator permissions... You see, when I upgraded to lion I was forced to create a new user, and now all of the Xcode permissions point to that ...
1
vote
1answer
551 views

xcode 4.5 some install Error

xcode 4.5 OSX 10.8 CoreLibrary(529mb) install error like this. "Failed to install documentation for OS X 10.8 Core Library" Installation path is ...
6
votes
2answers
788 views

Including a Passbook pkpass usefully for Safari on Mountain Lion

Apparently Mountain Lion 10.8.2 Safari "supports" Passbook passes, in that it will preview and offer to sync ".pkpass" files to iCloud for the user's configured iPhone to load into Passbook. However, ...
1
vote
0answers
522 views

iOS development with FireMonkey on OS X Mountain Lion?

Is it possible to use FireMonkey for iOS development on OS X Mountain Lion? If yes, what are the installation / configuration steps?
8
votes
3answers
490 views

Weird “Retina” iOS simulator behavior

I updated Lion to Mountain Lion last week and since then, got this really weird bug on the iOS simulator. The first picture shows the regular simulator, and the second shows the "Retina" simulator. ...
0
votes
3answers
482 views

Build fail after updating to Mountain Lion

Traceback (most recent call last): File "./Scripts/version.py", line 6, in <module> from Foundation import NSMutableDictionary File ...
1
vote
1answer
1k views

Cross Compiling libogg for iOS

I've been trying to cross compile libogg for armv6, armv6 and i386 using the iOS 5.1 SDK in Mountain Lion. Libogg uses autoconf, and I've been having pretty similar issues with a few other libraries ...
1
vote
1answer
254 views

application:didFinishLaunchingWithOptions: is not executed (maybe Mountain Lion issue?)

I have an iPhone-app that was in appstore for some month (from Nov.2011 until now). On July, 17th I passed an update to itunes and today they rejected it. They sayed it displayes only a black screen ...
15
votes
2answers
6k views

Where is Network link conditioner Prefpane in OSX Mountain Lion and Xcode 4.4

I have recently updated to OSX Mountain Lion Xcode 4.4. Now I can't find the bundled Network Link Conditioner anymore which was automatically installed on OSX Lion and the corresponding Xcode ...
2
votes
2answers
1k views

unable to compile my project with libxml2 and XCode 4.4

my project was working without errors on XCode 4.2 and Lion now I'm running Mountain Lion and XCode 4.4 when I try to build the project it gives me an error that tree.h file cannot be found, I checked ...
18
votes
4answers
2k views

Log message referring to Gatekeeper appears occasionally when running simulator

I am developing an app for iPhone. Sometimes I get this log : Named service 'com.apple.PersistentURLTranslator.Gatekeeper' not found. assetsd is down or misconfigured. Things will not work the way ...