BOOK: Professional iPhone Programming with MonoTouch and .NET/C#
This is the forum to discuss the Wrox book Professional iPhone Programming with MonoTouch and .NET/C# by Wallace B. McClure, Rory Blyth, Craig Dunn, Chris Hardy, Martin Bowling ; ISBN: 978-0-470-63782-1
You are currently viewing the BOOK: Professional iPhone Programming with MonoTouch and .NET/C# section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
Almost all of the examples immediately exit w/o an error.
I have iPhone Simulator 4.0, XCode 3.2.3, and MonoDevelop 2.4.1.
Specifically, I am trying to run the iPad examples in chapter 13.
I've read through the other posts related to examples not running. My issue appears different from the Chapter 10 segfault do to the UIImagePicker, but seems related to the Chapter 4 issue. So I have tried to set the target simulator so that it's not on default, but it still doesn't work.
I can solve problem with change sdk version in Project option
I found the same problem and got the message which my machine doesn't have sdk version 3.0 installed.
So, just change sdk version in project option.
Everthing works as expected.