Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7503689
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T21:19:05+00:00 2026-05-29T21:19:05+00:00

Hello I’m trying to use Three20 with my Monotouch Application with no luck. I

  • 0

Hello I’m trying to use Three20 with my Monotouch Application with no luck.
I have added the Three20 dll file that I made and all the *.a files that created, to my project.
I have added the argument in my project option and everything was compiled witch means I did that part in the right way.

-gcc_flags "-framework QuartzCore -L${ProjectDir}} -|libThree20CoreSDK -|libThree20NetworkSDK -|libThree20SDK -|libThree20StyleSDK -|libThree20UICommonSDK -|libThree20UINavigatorSDK -|libThree20UISDK -ObjC"

I created a view for testing :

public partial class ViewForTesting : DialogViewController
{

    public ViewForTesting () : base (UITableViewStyle.Grouped, null)
    {
        Section section = new Section();
        TTTabBar strip = new TTTabBar(new RectangleF(0,0,200,40));

        NSMutableArray arr = new NSMutableArray();
        NSString a = new NSString("abc");
        arr.Add(a);
        arr.Add(a);
        strip.TabItems = arr;       

        section.HeaderView = srtip;

        root.Add(section);
        this.Root = root;
    }
}

and this is the error that i get

  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:
0   Test                                0x00090b7c mono_handle_native_sigsegv + 284
1   Test                                0x00005f28 mono_sigsegv_signal_handler + 248
2   libsystem_c.dylib                   0x9bbcb59b _sigtramp + 43
3   ???                                 0xffffffff 0x0 + 4294967295
4   ???                                 0x1162086c 0x0 + 291637356
5   ???                                 0x11620158 0x0 + 291635544
6   ???                                 0x0b5beb5b 0x0 + 190573403
7   ???                                 0x0b5ba3a0 0x0 + 190555040
8   ???                                 0x0b5ba4bf 0x0 + 190555327
9   Test                                0x0000a292 mono_jit_runtime_invoke + 722
10  Test                                0x0016a17e mono_runtime_invoke + 126
11  Test                                0x0020683c monotouch_trampoline + 3372
12  UIKit                               0x0218e9d6 -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1292
13  UIKit                               0x0218f8a6 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 508
14  UIKit                               0x0219e743 -[UIApplication handleEvent:withNewEvent:] + 1027
15  UIKit                               0x0219f1f8 -[UIApplication sendEvent:] + 68
16  UIKit                               0x02192aa9 _UIApplicationHandleEvent + 8196
17  GraphicsServices                    0x0478afa9 PurpleEventCallback + 1274
18  CoreFoundation                      0x011951c5 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
19  CoreFoundation                      0x010fa022 __CFRunLoopDoSource1 + 146
20  CoreFoundation                      0x010f890a __CFRunLoopRun + 2218
21  CoreFoundation                      0x010f7db4 CFRunLoopRunSpecific + 212
22  CoreFoundation                      0x010f7ccb CFRunLoopRunInMode + 123
23  UIKit                               0x0218f2a7 -[UIApplication _run] + 576
24  UIKit                               0x02190a9b UIApplicationMain + 1175
25  ???                                 0x0b5b779c 0x0 + 190543772
26  ???                                 0x0b5b6980 0x0 + 190540160
27  ???                                 0x0b5b6818 0x0 + 190539800
28  ???                                 0x0b5b68a7 0x0 + 190539943
29  Test                                0x0000a292 mono_jit_runtime_invoke + 722
30  Test                                0x0016a17e mono_runtime_invoke + 126
31  Test                                0x0016e264 mono_runtime_exec_main + 420
32  Test                                0x00173685 mono_runtime_run_main + 725
33  Test                                0x00067495 mono_jit_exec + 149
34  Test                                0x002116c9 main + 2825
35  Test                                0x000032e5 start + 53

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Also I have updated the monoTouch to 5.2.4

any idea?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T21:19:07+00:00Added an answer on May 29, 2026 at 9:19 pm

    You are setting the tabItems property of a TTTabBar to an array of NSStrings, were it should be an array of TTTabItem objects.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hello i have a desktop application that communicate with a wcf service that i
Hello we have an SQL server application running over a low bandwith connection. We
Hello I have this problem with PyQt4-dev-tools that include: * a user interface compiler
Hello All I am trying to flatten a list in Ocaml. I am a
Hello all in my iphone application after sending login xml request am getting following
hello all i have one json object like {event1:{title:My birthday,start:12\/27\/2011 10:20 ,end:12\/27\/2011 00:00 },event2:{title:My
Hello i have error when i am forwarding page without parameter. that is happen
Hello Im using HTTParty to call for a remote json file that I need
hello I have a small question in objective-C memory management. I know that if
Hello I have the following error by git-fsck, which cannot be cleaned by git-gc

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.