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 software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
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.