Solution: check that you included appropriate frameworks in your project and target.
I had this just now while building a new project and forgot to put the frameworks into the project.
Apr 27
Posted by Walt Sellers in iPhone & iPod Touch, Software Development | No Comments
Solution: check that you included appropriate frameworks in your project and target.
I had this just now while building a new project and forgot to put the frameworks into the project.
Tags: Software_Development, Xcode
Apr 11
Posted by Walt Sellers in iPhone & iPod Touch, Software Development | No Comments
A few days ago, I was helping upgrade a Mac’s XCode environment from 3.1.4. After the upgrade, the first attempt to build and run a project resulted in strange errors. ”Security Policy Violation” came back from the device along with problems with the entitlements.
After much poking and prodding, I noticed that the Base SDK for the project was set to “iPhone OS 2.0 (missing)”. The base SDK for the project was no longer available in XCode after the 3.2.2 upgrade.
Resetting the BaseSDK to 3.0 solved the issues and the build and run was fine.
Nov 2
Posted by Walt Sellers in iPhone & iPod Touch, Software Development | No Comments
Well, an interesting bit of problem-solving today.
I sent a revision of an app to a client with ad-hoc distribution. It installed just fine on one device, but would not install on the other. (The one that was going to be used to demo the product.) I double-checked that both device IDs were properly included in the provisioning profile.
After some quick re-reading, I thought the (cryptic) error might be that I forgot to send the .mobileprovision file along with the app. One of the instruction lists showed installing the profile manually. But when the file was emailed and isntalled, iTunes asked if it should replace the existing provisioning profile. It probably came from the app (which has a embedded.mobileprovision file in it.)
iTunes doesn’t show any information about installed profiles (that I could find) so it wasn’t clear if the provisioning profile was actually on the device. A quick download of the iPhone Configuration Utility cleared that up. It showed information similar to XCode’s organizer, including the provisioning profile.
As it turns out, you can’t just send a .zip of your app straight to a Windows computer like you can on the Mac. I haven’t seen an explanation anywhere, but it might be that the bundle contains files or folders with names that are not Windows-friendly. Both contain a symlink file, but they seem the same.
The solution it seems is to process the app bundle into an .ipa file. The easiest way to do this is to drop the bundle on iTunes. It will process the bundle into an ipa file. Just control-click on the app to pull up the contextual menu and choose “Show in Finder”. (Or go find it in the iTunes folder.) Send that ipa file to your ad-hoc Windows users and they can drop it into their iTunes.
The errors from the iPhone log:
unknown mobile_installationd[1347] <Error>: 00808a00 install_embedded_profile: Skipping the installation of the embedded profile
unknown mobile_installationd[1347] <Error>: unrecognized status -67068 from codesigning library
unknown mobile_installationd[1347] <Error>: 00808a00 verify_executable: Could not validate signature: e8008001
unknown mobile_installationd[1347] <Error>: 00808a00 preflight_application_install: Could not verify /var/tmp/install_staging.Pav7Nw/foo_extracted/Payload/appname.app/appname
unknown mobile_installationd[1347] <Error>: 00808a00 install_application: Could not preflight application install
unknown mobile_installation_proxy[1346] <Error>: handle_install: Installation failed
unknown mobile_installationd[1347] <Error>: 00808a00 handle_install: API failed
unknown mobile_installationd[1347] <Error>: 00808a00 send_message: failed to send mach message of 64 bytes: 10000003
unknown mobile_installationd[1347] <Error>: 00808a00 send_error: Could not send error response to client
Aug 16
Posted by Walt Sellers in Software Development | No Comments

Choose one of the "Base SDK" members from the "Overview" popup in the project window.
Been frustrated with getting the proper compiler options turned on and off for iPhone projects because they don’t show up in the build settings? Me Too.
Many thanks to Rick Maddy for posting the answer to this on iPhoneDevSDK.com so I can finally access the “GCC 4.0 – Code Generation” and “GCC 4.0 – Language” sections correctly.
To see these entries in the settings window, you must first go to the “Overview” popup menu in the project window and select one of the entries that correspond to the “Base SDK” as specified in the build settings. If your project’s “Base SDK” (wording used by XCode 3.1.3) is a device, you must select one of the device entries.
Note that for XCode version 3.1.2. this was referred to as “(Project Setting)”. If later or previous versions have different wording, please let me know and I’ll update this.
If any other entry from the popup’s “Active SDK” section is chosen, you will not see these through either method of accessing the build options. This is typically my problem as the selection spends most of the time on a “Simulator” setting during development.
With another entry, you may see some flags show in the “User Defined” section at the bottom of the build options. You can still set options with these (as I did before finding out this information.)
This is just what I needed to address problems like:
“error: ‘for’ loop initial declaration used outside C99 mode”
Tags: iPhone Development, Xcode
Aug 9
Posted by Walt Sellers in Software Development | No Comments
Another XCode bug brought to light thanks to the product “Little Snitch” (mentioned in my phone-home post), I sometimes see a notice that XCode is trying to connect to the SSH port on an IP address I no longer use. I can’t make it stop. I just hope that whoever has the address now doesn’t track me down and send the Feds. (That would be like worrying about a snowflake in a blizzard I’m sure.)
XCode was once setup to connect to my home IP address to get to the Subversion server I had there. At a certain point I stopped using that server and started using repositories on my laptop because now I’m often unable to connect back to the house. (And because I wanted to shutoff the massive tower to lower my massive electric bill. )
I removed the IP address from my list of repositories under SCM Preferences, and the address is not listed under the SSH tab in that preference pane either. A search of the XCode preference file turned up empty. But somewhere that address is still remembered by XCode.
Tags: Macintosh_Development, Software_Development, Source Code Management, Xcode
Aug 2
Posted by Walt Sellers in Software Development | 2 Comments
I’ve had trouble lately with XCode crashing immediately after an error trying to communicate with Apple’s servers.
I don’t know quite what’s happening, but i have Little Snitch installed on my Mac and I often work in Starbucks or bookstores where paid WiFi is available. Somehow, being denied its chat with Apple makes XCode crash.
Little Snitch is a cool piece of software. I bought it in one of those bundle deals from MacHeist or MacUpdate. But its alert every time an unexpected communication attempt is made can be quite eye-opening. However, I learned quickly to not deny XCode when it tries to talk to Apple. The first time I did that, XCode crashed immediately and took my text changes with it. (Not much work lost thankfully.)
I still make Little Snitch ask for permission for all XCode communications so I can see when they happen. If I don’t press the “Allow” button before the attempt times out, XCode may or may not crash. I give permission as fast as possible so it won’t crash.
In the past few days though, XCode has still crashed, even with permission given in under 5 seconds. I’ve begun to wonder if it might be a problem with router used by stores to get logins before allowing traffic out to the internet. If XCode is denied at that point, will it still crash? I don’t know yet. But since such WiFi spots allow the computer to connect, it may look like you are on the internet when you aren’t. Communications will fail.
Thankfully, it doesn’t try very frequently. If it did, it would be too frustrating to deal with all the crashes. I also note that the XCode Console output shows a crash report submitted to Apple, so I assume they don’t need another bug report on it.
Tags: iPhone Development, Macintosh_Development, Software_Development, Xcode
I started moving files around in my project folder recently. I wanted to re-organize code and non-code files into different folders.
Once the files had been moved and the project re-opened, there are many source files displayed in red, meaning XCode does not know where they are.
To help XCode find missing files, try this: select the red file, perform “Get Info”, select the “General” tab and click the “Choose…” button. You can then find and pick the file. You can even change the file if you like.
Warning: when you are doing this with a missing file, it is possible to substitute a folder for the file. If you manage to do this, you won’t be able to just re-choose the file. You’ll have to delete the folder and re-add the file.
Tags: iPhone Development, Macintosh_Development, Software_Development, Xcode
Jul 17
Posted by Walt Sellers in Software Development | No Comments
A long time ago, I remember using Apple’s MPW environment to create software for the Mac. This environment was a lot like using terminals had been on the Unix machines back in college. This had its plusses and minuses but it was strange in one fashion: I could execute command-line scripts inside the text editor. This ability has returned in Xcode. (Well, I just noticed it recently due to a lucky accident. It may have been there all along.)
The default setup for Xcode uses Control-R (and variations with Option or Shift keys) to execute the currently selected text as a bash terminal command. If no text is selected, the entire line containing the insertion point is used. You can change which key does this in Xcode’s “Key Bindings” preference panel under the “Text Key Bindings” tab. (Note that the variations are listed in the bindings panel mentioned.)
This can have many small, cool uses. Here are a few off the top of my head:
- date
this will give you a timestamp like this one: “Fri Jul 17 14:04:02 EDT 2009″
- ls
“ls” will list directories of files directly into your text file – this can be useful if you are looking to put a file name into a file open command or something
If you have a useful command-line tool whose output would be useful in an Xcode text file, this will work for you.
What you can’t do is run programs that don’t stop or require further input, like TOP or SSH. For those, you’ll still need to use the terminal program supplied with your computer. If you do try this, you will cause problems for Xcode that will probably lead to it locking up or crashing.
I tried this with “top” and Xcode started having difficulty editing the file any further. Other things seemed to work, but it eventually crashed. As I figured out later, a “top” process had started. The second time, I found it in the process list and used “kill” on it from the real terminal. The moment I killed it, the Xcode window filled with a ton of output generated by TOP.
In another case, I tried to use the SQLite3 tool, but it just quit with this error: “Incomplete SQL”. So interactive tools don’t work for this.
Of course, its easy to capture the output of command-line tools for text files in different ways, so this is cool, but not really earth-shaking. It can make some work much quicker and easier. Enjoy.
Tags: iPhone Development, Macintosh_Development, Software_Development, Xcode
Arclite theme by digitalnature | powered by WordPress