Posts Tagged ‘ios’

“No architectures to compile” in Xcode 4

Friday, June 3rd, 2011

XCode 4 has a new, improved project structure. But sometimes, when you open an older project format (like XCode 3) you’ll face a little challenge before you can get to coding again.

(more…)

Xcode4: Attaching to MyApp

Tuesday, May 24th, 2011

Today I imported an iOS project, originally written in Xcode3 into Xcode4. I ran into an issue that prevented me from debugging the app both in the iOS Simulator and on my own iPhone 4.

When hitting ‘Run’, all Xcode would do is show the message “Attaching to MyApp”. The simulator and my iPhone both didn’t do anything, the app didn’t even get installed on the devices.
(more…)