GithubHelp home page GithubHelp logo

mono / monotouch-bindings Goto Github PK

View Code? Open in Web Editor NEW
451.0 110.0 357.0 224.71 MB

A collection of third party bindings for MonoTouch

Makefile 3.94% C# 74.56% Objective-C 20.61% Shell 0.01% Smalltalk 0.05% C 0.83%

monotouch-bindings's Introduction

monotouch-bindings

This module contains MonoMac and MonoTouch API bindings for popular iOS or MacOS libraries that developers can reuse on their own applications.

If you would like to get your binding added, add a new issue to the issue tracker.

To build MonoTouch bindings:

To build, run `make' on the toplevel directory to build all
iOS, or if you only want to build a specific module run `make'
on the specific directory.

To build OSX bindings:

Run `make osx' at the toplevel directory, or go into the
specific directory and run `make osx'

License

The bindings are licensed under the MIT X11 license:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors

  • Miguel de Icaza
  • Geoff Norton
  • Chris Hardy (chrisntr)
  • Chris Branson
  • Jeffrey Stedfast
  • Alex Soto (dalexsoto)

monotouch-bindings's People

Contributors

anujb avatar aphex3k avatar bholmes avatar chrisbranson avatar chrisntr avatar clancey avatar dalexsoto avatar dvdsgl avatar folex avatar gmegidish avatar jstedfast avatar kochizufan avatar lobrien avatar lordscarlet avatar migueldeicaza avatar moljac avatar olegoid avatar prashantvc avatar redth avatar rolfbjarne avatar sotoighost avatar spouliot avatar stephanedelcroix avatar svrooij avatar topgenorth avatar tron5000 avatar valryon avatar viniciusjarina avatar woutercx avatar zgramana avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

monotouch-bindings's Issues

Building the parse bindings...

Hi, could someone please help with some pointers wrt building the monotouch parse bindings?
The only way I can get them to build is if I download the IOS Parse SDK and unzip it into the bindings folder. Then when I run a make it produces a Parse.dll which is 25Mb in size (is this correct?), however referencing this DLL and doing a build in Monotouch produces a Monotouch exited with code 1...
What am I missing? Has anyone successfully built and used the Parse bindings?
Thanks
L

CorePlot Compile Problems

Hello,

when I try to compile the CorePlot library via "make" I get this errors:

mkdir ios mkdir: ios: File exists make: [CorePlotiOS.dll] Error 1 (ignored) /Developer/MonoTouch/usr/bin/btouch -d=MONOTOUCH -e ios/coreplot.cs ios/enums.cs --out=CorePlotiOS.dll --tmpdir=ios ios/CorePlot/CPMutableNumericData.g.cs(58,52): warning CS0108: MonoTouch.CorePlot.CPMutableNumericData.FromData(MonoTouch.Foundation.NSData, System.IntPtr, MonoTouch.Foundation.NSNumber[])' hides inherited member MonoTouch.CorePlot.CPNumericData.FromData(MonoTouch.Foundation.NSData, System.IntPtr, MonoTouch.Foundation.NSNumber[])'. Use the new keyword if hiding was intended ios/CorePlot/CPNumericData.g.cs(73,45): (Location of the symbol related to previous warning) ios/CorePlot/CPMutableNumericData.g.cs(116,43): warning CS0114: MonoTouch.CorePlot.CPMutableNumericData.Shape' hides inherited member MonoTouch.CorePlot.CPNumericData.Shape'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword ios/CorePlot/CPNumericData.g.cs(265,43): (Location of the symbol related to previous warning) ios/CorePlot/CPXYPlotSpace.g.cs(36,30): error CS0534: MonoTouch.CorePlot.CPXYPlotSpace' does not implement inherited abstract member MonoTouch.CorePlot.CPPlotSpace.PlotAreaViewPoint(MonoTouch.Foundation.NSDecimal)' ios/CorePlot/CPPlotSpace.g.cs(83,55): (Location of the symbol related to previous error) ios/CorePlot/CPPolarPlotSpace.g.cs(36,30): error CS0534: MonoTouch.CorePlot.CPPolarPlotSpace' does not implement inherited abstract member MonoTouch.CorePlot.CPPlotSpace.PlotAreaViewPoint(MonoTouch.Foundation.NSDecimal)' ios/CorePlot/CPPlotSpace.g.cs(83,55): (Location of the symbol related to previous error) ios/CorePlot/CPXYAxis.g.cs(36,30): error CS0534: MonoTouch.CorePlot.CPXYAxis' does not implement inherited abstract member MonoTouch.CorePlot.CPAxis.ViewPointForCoordinateDecimalNumber(MonoTouch.Foundation.NSDecimal)' ios/CorePlot/CPAxis.g.cs(182,55): (Location of the symbol related to previous error) Compilation failed: 3 error(s), 2 warnings btouch: API binding contains errors. make: *** [CorePlotiOS.dll] Error 1 Students-iMac:CorePlot oliver$ make ios mkdir ios mkdir: ios: File exists make: [CorePlotiOS.dll] Error 1 (ignored) /Developer/MonoTouch/usr/bin/btouch -d=MONOTOUCH -e ios/coreplot.cs ios/enums.cs --out=CorePlotiOS.dll --tmpdir=ios ios/CorePlot/CPMutableNumericData.g.cs(58,52): warning CS0108: MonoTouch.CorePlot.CPMutableNumericData.FromData(MonoTouch.Foundation.NSData, System.IntPtr, MonoTouch.Foundation.NSNumber[])' hides inherited member MonoTouch.CorePlot.CPNumericData.FromData(MonoTouch.Foundation.NSData, System.IntPtr, MonoTouch.Foundation.NSNumber[])'. Use the new keyword if hiding was intended ios/CorePlot/CPNumericData.g.cs(73,45): (Location of the symbol related to previous warning) ios/CorePlot/CPMutableNumericData.g.cs(116,43): warning CS0114: MonoTouch.CorePlot.CPMutableNumericData.Shape' hides inherited member MonoTouch.CorePlot.CPNumericData.Shape'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword ios/CorePlot/CPNumericData.g.cs(265,43): (Location of the symbol related to previous warning) ios/CorePlot/CPXYPlotSpace.g.cs(36,30): error CS0534: MonoTouch.CorePlot.CPXYPlotSpace' does not implement inherited abstract member MonoTouch.CorePlot.CPPlotSpace.PlotAreaViewPoint(MonoTouch.Foundation.NSDecimal)' ios/CorePlot/CPPlotSpace.g.cs(83,55): (Location of the symbol related to previous error) ios/CorePlot/CPPolarPlotSpace.g.cs(36,30): error CS0534: MonoTouch.CorePlot.CPPolarPlotSpace' does not implement inherited abstract member MonoTouch.CorePlot.CPPlotSpace.PlotAreaViewPoint(MonoTouch.Foundation.NSDecimal)' ios/CorePlot/CPPlotSpace.g.cs(83,55): (Location of the symbol related to previous error) ios/CorePlot/CPXYAxis.g.cs(36,30): error CS0534: MonoTouch.CorePlot.CPXYAxis' does not implement inherited abstract member MonoTouch.CorePlot.CPAxis.ViewPointForCoordinateDecimalNumber(MonoTouch.Foundation.NSDecimal)' ios/CorePlot/CPAxis.g.cs(182,55): (Location of the symbol related to previous error) Compilation failed: 3 error(s), 2 warnings btouch: API binding contains errors. make: *** [CorePlotiOS.dll] Error 1

I use the current MonoTouch version 4.0, but the example works for me with the prebuild assembly.

facebook binding sample is not working with most recent facebook-ios-sdk

It has some problem with the linking of sqlite3:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc -arch i386 -gdwarf-2 -fobjc-legacy-dispatch -fobjc-abi-version=2 -miphoneos-version-min=5.1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk /var/folders/1p/0r0j38dn71jdt871gtxg6srm0000gn/T/tmp5dfe35b3.tmp/main.x86.o -o /var/folders/1p/0r0j38dn71jdt871gtxg6srm0000gn/T/tmp5dfe35b3.tmp/sample -framework CFNetwork -framework Foundation -framework GameKit -framework MapKit -framework MediaPlayer -framework MessageUI -framework OpenGLES -framework StoreKit -framework UIKit -framework AddressBookUI -framework SystemConfiguration -framework AddressBook -framework AudioToolbox -framework AVFoundation -framework QuartzCore -framework CoreFoundation -framework CoreGraphics -framework CoreLocation -framework MobileCoreServices -framework Security -framework CoreData -framework ExternalAccessory -weak_framework AssetsLibrary -weak_framework Accounts -weak_framework CoreBluetooth -weak_framework CoreTelephony -weak_framework EventKit -weak_framework EventKitUI -weak_framework CoreMotion -weak_framework GLKit -weak_framework NewsstandKit -weak_framework Twitter -weak_framework iAd -weak_framework CoreImage -weak_framework CoreText -weak_framework ImageIO -weak_framework CoreMedia -weak_framework CoreVideo -weak_framework QuickLook -lz -u _mono_pmip -u _CreateZStream -u _CloseZStream -u _Flush -u _ReadZStream -u _WriteZStream -liconv -lmono-2.0 -lmonotouch -L/Developer/MonoTouch/SDKs/MonoTouch.iphonesimulator.sdk/usr/lib -u _catch_exception_raise -force_load /var/folders/1p/0r0j38dn71jdt871gtxg6srm0000gn/T/tmp5dfe35b3.tmp/libFacebookSDK.a
Undefined symbols for architecture i386:
"_sqlite3_open_v2", referenced from:
___36-[FBCacheIndex initWithCacheFolder:]_block_invoke_0 in libFacebookSDK.a(FBCacheIndex.o)
"_sqlite3_exec", referenced from:
___36-[FBCacheIndex initWithCacheFolder:]_block_invoke_0 in libFacebookSDK.a(FBCacheIndex.o)
"_sqlite3_close", referenced from:
___23-[FBCacheIndex dealloc]_block_invoke_0 in libFacebookSDK.a(FBCacheIndex.o)
"_sqlite3_finalize", referenced from:
_releaseStatement in libFacebookSDK.a(FBCacheIndex.o)
"_sqlite3_errmsg", referenced from:
_releaseStatement in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _updateEntryInDatabaseForKey:entry:] in libFacebookSDK.a(FBCacheIndex.o)
_initializeStatement in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _writeEntryInDatabase:] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _readEntryFromDatabase:] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _fetchCurrentDiskUsage] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _removeEntryFromDatabaseForKey:] in libFacebookSDK.a(FBCacheIndex.o)
...
"_sqlite3_bind_text", referenced from:
-[FBCacheIndex _updateEntryInDatabaseForKey:entry:] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _writeEntryInDatabase:] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _readEntryFromDatabase:] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _removeEntryFromDatabaseForKey:] in libFacebookSDK.a(FBCacheIndex.o)
"_sqlite3_bind_double", referenced from:
-[FBCacheIndex _updateEntryInDatabaseForKey:entry:] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _writeEntryInDatabase:] in libFacebookSDK.a(FBCacheIndex.o)
"_sqlite3_bind_int", referenced from:
-[FBCacheIndex _updateEntryInDatabaseForKey:entry:] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _writeEntryInDatabase:] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _trimDatabase] in libFacebookSDK.a(FBCacheIndex.o)
"_sqlite3_step", referenced from:
-[FBCacheIndex _updateEntryInDatabaseForKey:entry:] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _writeEntryInDatabase:] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _readEntryFromDatabase:] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _fetchCurrentDiskUsage] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _removeEntryFromDatabaseForKey:] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _dropTrimmingTable] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _trimDatabase] in libFacebookSDK.a(FBCacheIndex.o)
...
"_sqlite3_prepare_v2", referenced from:
_initializeStatement in libFacebookSDK.a(FBCacheIndex.o)
"_sqlite3_reset", referenced from:
_initializeStatement in libFacebookSDK.a(FBCacheIndex.o)
"_sqlite3_column_text", referenced from:
-[FBCacheIndex _readEntryFromDatabase:] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _trimDatabase] in libFacebookSDK.a(FBCacheIndex.o)
"_sqlite3_column_double", referenced from:
-[FBCacheIndex _readEntryFromDatabase:] in libFacebookSDK.a(FBCacheIndex.o)
"_sqlite3_column_int", referenced from:
-[FBCacheIndex _readEntryFromDatabase:] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _fetchCurrentDiskUsage] in libFacebookSDK.a(FBCacheIndex.o)
-[FBCacheIndex _trimDatabase] in libFacebookSDK.a(FBCacheIndex.o)
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status

mtouch exited with code 1

---------------------- Done ----------------------

Build: 1 error, 1 warning

Problem with apprequsts

Hi, I have a problem with "apprequests" dialog, when I try to send an invite to someone in the application application. I try this:

NSMutableDictionary _dict=new NSMutableDictionary();
_dict.Add (NSObject.FromObject("message"),NSObject.FromObject("Let's play!"));
_dict.Add (NSObject.FromObject("to"),NSObject.FromObject("My friend Id"));
FacebookApi.Api.Dialog ("apprequests",_dict,DialogCallBack(_RequestsCallback));

but nothing happens, no exception is thrown and no callback. The client opens momentarily blank screen with active uiactivityindicator and immediately disappears. what am I doing wrong?

CorePlot.dll compilation failed

I've tried to compile CorePlot.dll, but it doesn't work. This is the error:

mkdir ios
sed 's/MonoMac/MonoTouch/g' < coreplot.cs > ios/coreplot.cs
mkdir ios
mkdir: ios: File exists
make: [ios/enums.cs] Error 1 (ignored)
sed 's/MonoMac/MonoTouch/g' < enums.cs > ios/enums.cs
mkdir ios
mkdir: ios: File exists
make: [ios/extras.cs] Error 1 (ignored)
sed 's/MonoMac/MonoTouch/g' < extras.cs > ios/extras.cs
mkdir ios
mkdir: ios: File exists
make: [CorePlotiOS.dll] Error 1 (ignored)
/Developer/MonoTouch/usr/bin/btouch -d=MONOTOUCH -e ios/coreplot.cs ios/enums.cs --sourceonly=list --tmpdir=ios
/Developer/MonoTouch/usr/bin/smcs -unsafe -target:library -nowarn:436 -nowarn:219 -out:CorePlotiOS.dll -define:MONOTOUCH @list ios/enums.cs ios/extras.cs -r:monotouch.dll
ios/CorePlot/CPTMutableNumericData.g.cs(66,53): warning CS0108: MonoTouch.CorePlot.CPTMutableNumericData.FromData(MonoTouch.Foundation.NSData, System.IntPtr, MonoTouch.Foundation.NSNumber[])' hides inherited memberMonoTouch.CorePlot.CPTNumericData.FromData(MonoTouch.Foundation.NSData, System.IntPtr, MonoTouch.Foundation.NSNumber[])'. Use the new keyword if hiding was intended
ios/CorePlot/CPTNumericData.g.cs(81,46): (Location of the symbol related to previous warning)
ios/CorePlot/CPTMutableNumericData.g.cs(124,43): warning CS0114: MonoTouch.CorePlot.CPTMutableNumericData.Shape' hides inherited memberMonoTouch.CorePlot.CPTNumericData.Shape'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
ios/CorePlot/CPTNumericData.g.cs(273,43): (Location of the symbol related to previous warning)
ios/CorePlot/CPTXYAxisSet.g.cs(91,42): warning CS0114: MonoTouch.CorePlot.CPTXYAxisSet.Axes' hides inherited memberMonoTouch.CorePlot.CPTAxisSet.Axes'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
ios/CorePlot/CPTAxisSet.g.cs(71,42): (Location of the symbol related to previous warning)
ios/CorePlot/CPTXYAxisSet.g.cs(114,45): warning CS0114: MonoTouch.CorePlot.CPTXYAxisSet.BorderLineStyle' hides inherited memberMonoTouch.CorePlot.CPTAxisSet.BorderLineStyle'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
ios/CorePlot/CPTAxisSet.g.cs(94,45): (Location of the symbol related to previous warning)
ios/CorePlot/CPTBarPlotDataSource.g.cs(45,30): error CS0534: MonoTouch.CorePlot.CPTBarPlotDataSource' does not implement inherited abstract memberMonoTouch.CorePlot.CPTPlotDataSource.NumberOfRecordsForPlot(MonoTouch.CorePlot.CPTPlot)'
ios/CorePlot/CPTPlotDataSource.g.cs(61,37): (Location of the symbol related to previous error)
ios/CorePlot/CPTPieChartDataSource.g.cs(45,30): error CS0534: MonoTouch.CorePlot.CPTPieChartDataSource' does not implement inherited abstract memberMonoTouch.CorePlot.CPTPlotDataSource.NumberOfRecordsForPlot(MonoTouch.CorePlot.CPTPlot)'
ios/CorePlot/CPTPlotDataSource.g.cs(61,37): (Location of the symbol related to previous error)
Compilation failed: 2 error(s), 4 warnings
make: *** [CorePlotiOS.dll] Error 1

I'm using MonoTouch 5.0 and MonoDevelop 2.8.1.

I've tried to use the already available library, but I need to bind the latest CorePlot (v 0.9) that solved some issue on iOS 5.

PayPalMobilePayments could not aot the assembly

Hi,

I am using the PayPayMobilePayments library. Building and binding works fine and the library is great.

When I try and compile it to a device I get the error message could not aot the assembly PayPalMPL.dll

If I change the linker behaviour to "Dont Link" it works ok.

Is this an issue with the bindings? Is it ok to keep the linker on "Dont Link" and publish to the appstore?

I have updated the to the latest ios6 compatible version of the PayPal libraries. I have also noticed the PayPalMPL.dll file is approx 22mb in size. Not sure if this is causing the issue?

Regards,
George

MGSplitViewController Delegate not being set

The binding for MGSplitViewController all seems to work, except for setting the delegate. I'm looking to override the WillShowViewController and WillHideViewController events, but when I set the SplitView delegate it shows up as null, and the events never get called. Any help would be most appreciated...Any examples of your implementation?

Is MarkDirty missing in FBSessionDelegate?

I'm getting this exception when trying to test in my app:

Unhandled Exception: System.MissingMethodException: Method not found: 'MonoTouch.Foundation.NSObject.MarkDirty'.
at MonoTouch.FacebookConnect.Facebook..ctor (System.String appId, MonoTouch.FacebookConnect.FBSessionDelegate del) [0x00000] in :0

I'm using the latest bindings as of this writing.

RedLaser 3.4.0 Binding issues

I am receiving an error in MonoTouch running against iPhone 5, iOS 6.1. I have disabled qrc scanning but no joy...

2013-01-31 16:31:35.216 iECDDatasource[3100:907] EvalModeReady
libc++abi.dylib: terminate called throwing an exception

Native stacktrace:

0   iECDDatasource                      0x00c6881d mono_handle_native_sigsegv + 244
1   iECDDatasource                      0x00c9b071 sigabrt_signal_handler + 112
2   libsystem_c.dylib                   0x39535d3b _sigtramp + 42
3   libsystem_c.dylib                   0x3952bfb7 pthread_kill + 58
4   libsystem_c.dylib                   0x3956836b abort + 94
5   libc++abi.dylib                     0x38b10ddf <redacted> + 74
6   libc++abi.dylib                     0x38b0e099 <redacted> + 24
7   libobjc.A.dylib                     0x390c1a73 <redacted> + 170
8   libc++abi.dylib                     0x38b0e11b <redacted> + 78
9   libc++abi.dylib                     0x38b0e1b4 <redacted> + 19
10  libc++abi.dylib                     0x38b0f59f __cxa_throw + 122
11  iECDDatasource                      0x00062071 _ZN5zxing6qrcode19FinderPatternFinder18selectBestPatternsEv + 160
12  iECDDatasource                      0x00063059 _ZN5zxing6qrcode19FinderPatternFinder4findERKNS_11DecodeHintsE + 500
13  iECDDatasource                      0x0005cc4b _ZN5zxing6qrcode8Detector6detectERKNS_11DecodeHintsE + 318
14  iECDDatasource                      0x0006847d _ZN5zxing6qrcode12QRCodeReader6decodeENS_3RefINS_12BinaryBitmapEEENS_11DecodeHintsE + 132
15  iECDDatasource                      0x00070593 _ZN5zxing6Reader6decodeENS_3RefINS_12BinaryBitmapEEE + 230
16  iECDDatasource                      0x00076a59 -[FormatReader decode:] + 120
17  iECDDatasource                      0x00037001 -[ZXingDecoder findCodesInBitmap:bytesPerRow:width:height:] + 828
18  iECDDatasource                      0x0007d9e3 -[BarcodePhotoEngine zxingFindBarcodesInPixmap:] + 226
19  iECDDatasource                      0x00074471 __38-[BarcodeEngine findBarcodesInPixMap:]_block_invoke_066 + 76
20  libdispatch.dylib                   0x394db793 <redacted> + 10
21  libdispatch.dylib                   0x394deb3b <redacted> + 142
22  libdispatch.dylib                   0x394dc67d <redacted> + 44
23  libdispatch.dylib                   0x394df613 <redacted> + 210
24  libdispatch.dylib                   0x394df7d9 <redacted> + 92
25  libsystem_c.dylib                   0x395037f1 <redacted> + 360
26  libsystem_c.dylib                   0x39503684 start_wqthread + 8

Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries

used by your application.

CorePlot sample build errors

I'm new to MonoTouch dev so advice is most welcome...

Has anyone figured out what the latest working environment (builds/versions) is that this version of CorePlotiOS binary works with? The sample (iOS-sample) using the binary does not build with my environment configuration:

Mono 2.10.1
MonoDevelop 2.4.2
MonoTouch 3.2.6
iOS SDK 4.3
Xcode/IB 3.2.6

Error details:
Internal compiler error at /Users/JuggernautInteractive/mono-monotouch-bindings-6dc8dca/CorePlot/iOS-sample/Main.cs(29,38):: exception caught while emitting MethodBuilder [AppDelegate::FinishedLaunching]
The class System.Func`2 could not be loaded, used in mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e

TestFlight binding not working correctly?

when I try to use TestFlight in our app to work with checkpoint and feedback, it dosn't work

TestFlight.PassCheckpoint("You press this feedback btn");
TestFlight.OpenFeedbackView();

After using these calls, the ui shows(for OpenFeedbackView). but nothing recorded while we check the feedback list or checkpoint list are empty.

as I noticed the binding is referencing test flight sdk 1.0, and we can confirm what we use is SDK1.0.

Core Plot bindings don't work...

I'm just trying to run the sample, and it fails complaining that I can't call the base method for the methods DataForPlot and GetSymbols. (Exception: MonoTouch.Foundation.You_Should_Not_Call_base_In_This_Method) I tried to override both and fill in methods, but DataForPlot is a total mess. I tried for hours trying to reverse engineer this function, and I am sadly not smart enough to figure it out. The code below fails on the the data type (string aptly value named "poop") since the data value after being parsed by the Core Touch library doesn't seem to work.

No idea what to do. It's frustrating that the included sample using the compiled binary doesn't work.

MonoDevelop v2.4.2
MonoTouch v3.2.6

public override CPNumericData DataForPlot (CPPlot plot, CPPlotField forFieldEnum, NSRange indexRange)
NSArray shapes = NSArray.FromObjects(
1,
1, 3
);

        NSArray data = NSArray.FromObjects(
                                     NumberForPlot(plot, forFieldEnum, 0),
                                     NumberForPlot(plot, forFieldEnum, 1),
                                     NumberForPlot(plot, forFieldEnum, 2) 
                                     );

        string poop = "=f" + sizeof(float).ToString();
        CPNumericData retData = new CPNumericData(data, poop, shapes);                       
        return retData;c

RedLaser SDK v3.2.4 Doesn't Recognize License File

A valid license file that offers unlimited scanning with the RLSample obj-c app doesn't work with the MT sample. The app complains that you have ran out of scans and you need to register to continue.

Can't figure out how to make FacebookConnect

Hello,

Can you all please dumb this down for me? I want to build facebook integration into my MonoTouch app so I can post to the wall for the user. I don't know how to do the makefile thing, it's not working. I don't know what has to be where on my hard drive, what other downloads are required, etc. Can you possibly attach the FacebookConnect.dll binary already made or please provide step by step instructions on how to build the binary.

Thank you.

Facebook bindings crash in example

I clones and ran the latest facebook binding examples and they crash sometimes (not all the time). I wanted to see if this was known behavior or what information might allow insight into the issue? Here is a trace of a crash that occurs. The process I take to repro is I go to post to a wall, the facebook screen opens fine, I click 'cancel' and then this error is thrown.

Stacktrace:

at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr) <IL 0x0009f, 0xffffffff>
at MonoTouch.UIKit.UIApplication.Main (string[],string,string) [0x00042] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29
at sample.AppDelegate.Main (string[]) [0x00000] in /Users/hexate/Projects/monotouch-bindings/facebook/sample/Main.cs:263
at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) <IL 0x00050, 0xffffffff>

Native stacktrace:

0   sample                              0x0009e5fc mono_handle_native_sigsegv + 284
1   sample                              0x00013998 mono_sigsegv_signal_handler + 248
2   libsystem_c.dylib                   0x97bf959b _sigtramp + 43
3   ???                                 0xffffffff 0x0 + 4294967295
4   sample                              0x000083d1 -[FBDialog webView:shouldStartLoadWithRequest:navigationType:] + 682
5   UIKit                               0x011598d4 -[UIWebView webView:decidePolicyForNavigationAction:request:frame:decisionListener:] + 222
6   UIKit                               0x0115b59e -[UIWebViewWebViewDelegate webView:decidePolicyForNavigationAction:request:frame:decisionListener:] + 77
7   CoreFoundation                      0x0219351d __invoking___ + 29
8   CoreFoundation                      0x02193437 -[NSInvocation invoke] + 167
9   CoreFoundation                      0x021be49a -[NSInvocation invokeWithTarget:] + 74
10  WebKit                              0x06b41aa4 -[_WebSafeForwarder forwardInvocation:] + 164
11  CoreFoundation                      0x021940c9 ___forwarding___ + 889
12  CoreFoundation                      0x02193ce2 _CF_forwarding_prep_0 + 50
13  CoreFoundation                      0x0219351d __invoking___ + 29
14  CoreFoundation                      0x02193437 -[NSInvocation invoke] + 167
15  WebCore                             0x076e1ae3 _ZL11SendMessageP12NSInvocation + 35
16  WebCore                             0x076e2115 _ZL20HandleDelegateSourcePv + 101
17  CoreFoundation                      0x0220197f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
18  CoreFoundation                      0x02164b73 __CFRunLoopDoSources0 + 243
19  CoreFoundation                      0x02164454 __CFRunLoopRun + 1012
20  CoreFoundation                      0x02163db4 CFRunLoopRunSpecific + 212
21  CoreFoundation                      0x02163ccb CFRunLoopRunInMode + 123
22  GraphicsServices                    0x03e93879 GSEventRunModal + 207
23  GraphicsServices                    0x03e9393e GSEventRun + 114
24  UIKit                               0x00fa3a9b UIApplicationMain + 1175
25  ???                                 0x0e26d7fd 0x0 + 237426685
26  ???                                 0x09ff9ea0 0x0 + 167747232
27  ???                                 0x09ff9b98 0x0 + 167746456
28  ???                                 0x09ff9cee 0x0 + 167746798
29  sample                              0x00017d02 mono_jit_runtime_invoke + 722
30  sample                              0x00177bfe mono_runtime_invoke + 126
31  sample                              0x0017bce4 mono_runtime_exec_main + 420
32  sample                              0x00181105 mono_runtime_run_main + 725
33  sample                              0x00074f05 mono_jit_exec + 149
34  sample                              0x00010bc5 main + 2837
35  sample                              0x0000bfe5 start + 53
36  ???                                 0x00000005 0x0 + 5

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.

MapView.Markers throws exception

When I try to access MapView.Markers throws System.InvalidCastException

System.InvalidCastException: Unable to cast object of type 'MonoTouch.Foundation.NSObject' to type 'Google.Maps.Marker'.
at at (wrapper managed-to-native) object:__icall_wrapper_mono_object_castclass (object,intptr)
at MonoTouch.Foundation.NSArray.ArrayFromHandle[Marker](IntPtr handle) [0x0003a] in /Developer/MonoTouch/Source/monotouch/src/shared/Foundation/NSArray.cs:172
at Google.Maps.MapView.get_Markers () [0x00000] in :0
at nl.gpssecurity.ios.Screens.MapScreen.m__1 () [0x00031] in /Users/prashantvc/Desktop/Xamarin/Empty1/MapView.cs:34
at MonoTouch.Foundation.NSActionDispatcher.Apply () [0x00000] in /Developer/MonoTouch/Source/monotouch/src/shared/Foundation/NSAction.cs:53
at at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38
at Empty1.Application.Main (System.String[] args) [0x00000] in /Users/prashantvc/Desktop/Xamarin/Empty1/Main.cs:17

Cannot compile Couchbase bindings

Using MonoTouch 5.3.4, but Couchbase will not compile. Make returns the following error:

make[1]: *** No rule to make target `bin/Debug/Couchbase.dll', needed by `Couchbase.dll'.  Stop.
make: *** [build-binding] Error 2

I attempt to build Couchbase.dll from the solution and am presented with:

/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Xamarin.ObjcBinding.CSharp.targets: Error: Tool exited with code: 1. Output: MakeTrampoline: do not know how to make a trampoline for Emit emit

Unhandled Exception: System.Exception: Exception of type 'System.Exception' was thrown.
  at Generator.MakeTrampoline (System.Type t) [0x00000] in <filename unknown>:0 
  at Generator.GenerateMethodBody (System.Type type, System.Reflection.MethodInfo mi, Boolean virtual_method, Boolean is_static, System.String sel, Boolean null_allowed_override, System.String var_name, BodyOption body_options, ThreadCheck threadCheck) [0x00000] in <filename unknown>:0 
  at Generator.GenerateMethod (System.Type type, System.Reflection.MethodInfo mi, Boolean is_model) [0x00000] in <filename unknown>:0 
  at Generator.Generate (System.Type type) [0x00000] in <filename unknown>:0 
  at Generator.Go () [0x00000] in <filename unknown>:0 
  at BindingTouch.Main (System.String[] args) [0x00000] in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.Exception: Exception of type 'System.Exception' was thrown.
  at Generator.MakeTrampoline (System.Type t) [0x00000] in <filename unknown>:0 
  at Generator.GenerateMethodBody (System.Type type, System.Reflection.MethodInfo mi, Boolean virtual_method, Boolean is_static, System.String sel, Boolean null_allowed_override, System.String var_name, BodyOption body_options, ThreadCheck threadCheck) [0x00000] in <filename unknown>:0 
  at Generator.GenerateMethod (System.Type type, System.Reflection.MethodInfo mi, Boolean is_model) [0x00000] in <filename unknown>:0 
  at Generator.Generate (System.Type type) [0x00000] in <filename unknown>:0 
  at Generator.Go () [0x00000] in <filename unknown>:0 
  at BindingTouch.Main (System.String[] args) [0x00000] in <filename unknown>:0 

I'm assuming it's line 631 of ApiDefinition.cs

delegate void TDMap (NSDictionary doc, Emit emit);

BarSelected in CorePlot doesn't work

The wrapper for barWasSelectedAtRecordIndex doesn't seem to work. The BarPlot.cs test file overrides the implementation in the MyBarDelegate as "BarSelected" and should dump a "Selected at n" to the console when a bar is selected, but it doesn't do this.

GoogleMaps bindings crash when adding a polyline

Google Maps 1.0.1 bindings crash when adding a polyline

var line = new GMSPolylineOptions() { Color = this.Color };
foreach( var e in entries )
    line.AddVertex( new CLLocationCoordinate2D( e.Latitude, e.Longitude ) );

this.map.AddPolyline( line );
System.InvalidCastException: Unable to cast object of type 'MonoTouch.Foundation.NSObject' to type 'GoogleMaps.GMSPolyline'.
  at GoogleMaps.GMSMapView.AddPolyline (GoogleMaps.GMSPolylineOptions options) [0x00000] in <filename unknown>:0

I have tried this in numerous ways but couldn't get the polyline to work with the 1.0.1 bindings. In the debugger the one can see that the instance of the GMSPolylineOptions class is successfully created and that its derived from NSObject.

Any help would be appreciated

CorePlot on Real Hardware

Has anyone had any success getting this Core Plot library to run on a real phone or iPad?

I just got my Apple Developer account recently. I basically finished my app -- everything worked flawlessly in the simulator. Now, I can't seem to get it to run on Apple hardware. What's even more troubling is that the included sample won't run on my phone either (runs fine on the simulator).

When I use these compile arguments:
-gcc_flags "-L${ProjectDir} -lCorePlotSim -force_load ${ProjectDir}/libCorePlotSim.a"

It will compile and run, but when I get to the Core Plot window it will crash.

When I use these arguments:
-gcc_flags "-ObjC -all_load -L${ProjectDir} -lCorePlotDevice -force_load ${ProjectDir}/libCorePlotDevice.a"

It compiles, but crashes immediately when the program starts. I'm running iPhone 3G software version 3.1.3

Facebook FBSettings issue

When i call FBSettings.PublishInstall(AppId);
i receive : unrecognized selector sent to class

any solution for this?

Thanks in advance

GoogleAnalytics InvalidCastException

The Google Analytics binding is throwing an InvalidCastException at GAI.GetTracker(string trackingId);

The exception is:

System.InvalidCastException: Unable to cast object of type 'MonoTouch.Foundation.NSObject' to type 'GoogleAnalytics.GAITracker'.

This occurs in the sample project as well. I've been unable to figure out exactly why this is happening, as the binding appears to be correct from my reading.

Also, the GoogleAnalytics.dll checked in to source control is not up-to-date with the binding source, so make clean && make must be run before using the updated API.

fix for atmhud to compile on arm7 only (xcode 4.5)

I've not forked and not be able to pull a request.

The atmhud binding does not work when compiling for release or distribution and you have only armv7 (after installing xcode 4.5).

To fix this, remove armv6 reference in \binding\makefile and change assembly.cs whith this one:

[assembly: LinkWith ("libATMHudSDK.a", LinkTarget.Simulator | LinkTarget.ArmV7, ForceLoad = true, Frameworks="AudioToolbox QuartzCore CoreGraphics")]

CorePlotiOSSample System.ArgumentNullException: Argument cannot be null.

I've successfully built a new CorePlot.dll with MonoTouch 5.0.1 and the new makefile that make use of the new "LinkWithAttribute". I've tried both the default 0.4 and the 0.9 version of the library. They download and bind fine generating the dll, but when I use them in the sample, it crashes and I get the following error:

Unhandled Exception: System.ArgumentNullException: Argument cannot be null.
Parameter name: value
at MonoTouch.CorePlot.CPTTextStyle.set_Color (MonoTouch.CorePlot.CPTColor value) [0x00000] in :0
at CorePlotiOSSample.ScatterPlot.SetupGraph () [0x0000b] in /Users/Emanuele/Downloads/monobindings/CorePlot/samples/CorePlotiOSSample/CorePlotiOSSample/ScatterPlot.cs:44
at CorePlotiOSSample.ScatterPlot..ctor () [0x00006] in /Users/Emanuele/Downloads/monobindings/CorePlot/samples/CorePlotiOSSample/CorePlotiOSSample/ScatterPlot.cs:34
at CorePlotiOSSample.AppDelegate.m__0 (MonoTouch.Dialog.RootElement r) [0x00000] in /Users/Emanuele/Downloads/monobindings/CorePlot/samples/CorePlotiOSSample/CorePlotiOSSample/AppDelegate.cs:63
at MonoTouch.Dialog.RootElement.MakeViewController () [0x00000] in :0
at MonoTouch.Dialog.RootElement.Selected (MonoTouch.Dialog.DialogViewController dvc, MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath path) [0x00000] in :0
at MonoTouch.Dialog.DialogViewController.Selected (MonoTouch.Foundation.NSIndexPath indexPath) [0x00000] in :0
at MonoTouch.Dialog.DialogViewController+Source.RowSelected (MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath) [0x00000] in :0
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00042] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29
at CorePlotiOSSample.Application.Main (System.String[] args) [0x00000] in /Users/Emanuele/Downloads/monobindings/CorePlot/samples/CorePlotiOSSample/CorePlotiOSSample/Main.cs:42
[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentNullException: Argument cannot be null.
Parameter name: value
at MonoTouch.CorePlot.CPTTextStyle.set_Color (MonoTouch.CorePlot.CPTColor value) [0x00000] in :0
at CorePlotiOSSample.ScatterPlot.SetupGraph () [0x0000b] in /Users/Emanuele/Downloads/monobindings/CorePlot/samples/CorePlotiOSSample/CorePlotiOSSample/ScatterPlot.cs:44
at CorePlotiOSSample.ScatterPlot..ctor () [0x00006] in /Users/Emanuele/Downloads/monobindings/CorePlot/samples/CorePlotiOSSample/CorePlotiOSSample/ScatterPlot.cs:34
at CorePlotiOSSample.AppDelegate.m__0 (MonoTouch.Dialog.RootElement r) [0x00000] in /Users/Emanuele/Downloads/monobindings/CorePlot/samples/CorePlotiOSSample/CorePlotiOSSample/AppDelegate.cs:63
at MonoTouch.Dialog.RootElement.MakeViewController () [0x00000] in :0
at MonoTouch.Dialog.RootElement.Selected (MonoTouch.Dialog.DialogViewController dvc, MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath path) [0x00000] in :0
at MonoTouch.Dialog.DialogViewController.Selected (MonoTouch.Foundation.NSIndexPath indexPath) [0x00000] in :0
at MonoTouch.Dialog.DialogViewController+Source.RowSelected (MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath) [0x00000] in :0
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00042] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29
at CorePlotiOSSample.Application.Main (System.String[] args) [0x00000] in /Users/Emanuele/Downloads/monobindings/CorePlot/samples/CorePlotiOSSample/CorePlotiOSSample/Main.cs:42

Build error: command not found

Hi,

I don't know if I'm a noob here, but I can't build this.

When I open the "makefile" in the root folder, I get all these errors:

Last login: Mon Nov 28 21:32:41 on ttys000
MacBookPro:~ mojo$ /Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile ; exit;
/Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 1: ATMHud: command not found
/Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 5: all:: command not found
/Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 7: ios:: command not found
/Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 8: IOS: command not found
make: *** No rule to make target build'. Stop. /Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 9: DUAL: command not found make: *** No rule to make targetbuild-specific'. Stop.
/Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 11: osx:: command not found
/Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 12: OSX: command not found
make: *** No rule to make target `build-specific'. Stop.
/Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 14: build:: command not found
/Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 15: DIRS: command not found
/Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 17: build-specific:: command not found
/Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 18: DIRS: command not found
/Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 20: clean:: command not found
/Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 21: IOS: command not found
/Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 21: OSX: command not found
/Users/mojo/Downloads/mono-monotouch-bindings-b98b8a8/Makefile: line 21: DUAL: command not found
logout

Am I doing something wrong here?

Thanks!!

:)
Mojo

Trying to get CorePlotiOSSample to work with MonoDevelop 2.8.5

I appologize for being new to the game here.

I'm using MonoDevelop 2.8.5 and trying to get CorePlotiOSSample to run. It dies with a System.MissingMethodException
Method not found: 'MonoTouch.Foundation.NSObject.MarkDirty' in the SetupGraph Method of any of the Graphs.

It is calling hte constructors of the CPTXYGraph... The MarkDirty Method is not in the monotouch.DLL. I see this was resolved on another thread but there was no comment on how.

I am using the CorePlotiOS.dll as built on the site.

TestFlight crashes app

I downloaded the TestFlightSDK (version 0.8.1, not the 0.8.0 that the binding says, but it was the only one available), dropped it in the binding folder, and ran make. I copied the resulting TestFlight.dll to my lib folder, referenced it, and called TestFlight.TakeOff in my AppDelegate.FinishedLoading. Now my app immediately crashes upon launch. I'm only the latest MonoTocuh. My build settings are set for "Link SDK Assemblies Only" and additional arguments of "-gcc_flags "-weak_framework Twitter" -aot "nimt-trampolines=512""

CorePlot sample app crashes at runtime

So I can get the sample now running (somewhat) in the simulator, but when I click on the "XYGraph" tableview item the app crashes. What am I missing?

Here is the app output:

  • MonoTouch.Foundation.You_Should_Not_Call_base_In_This_Method: Exception of type 'MonoTouch.Foundation.You_Should_Not_Call_base_In_This_Method' was thrown.

    at MonoTouch.CorePlot.CPScatterPlotDataSource.DataForPlot (MonoTouch.CorePlot.CPPlot plot, CPPlotField forFieldEnum, NSRange indexRange) [0x00000] in :0
    at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging:void_objc_msgSend_IntPtr (intptr,intptr,intptr)
    at MonoTouch.CorePlot.CPPlotSpace.ScaleToFitPlots (MonoTouch.CorePlot.CPPlot[] plots) [0x00000] in :0
    at iOSsample.ScatterPlot.SetupScatterPlots () [0x000ab] in /Users/JuggernautInteractive/MonoTouchProjects/CorePlot/iOS-sample/ScatterPlot.cs:125
    at iOSsample.ScatterPlot..ctor () [0x00012] in /Users/JuggernautInteractive/MonoTouchProjects/CorePlot/iOS-sample/ScatterPlot.cs:35
    at iOSsample.AppDelegate.m__0 (MonoTouch.Dialog.RootElement r) [0x00000] in /Users/JuggernautInteractive/MonoTouchProjects/CorePlot/iOS-sample/Main.cs:35
    at MonoTouch.Dialog.RootElement.MakeViewController () [0x0000b] in /Users/JuggernautInteractive/MonoTouchProjects/MonoTouch.Dialog-9593d01/MonoTouch.Dialog/Elements.cs:2435
    at MonoTouch.Dialog.RootElement.Selected (MonoTouch.Dialog.DialogViewController dvc, MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath path) [0x00008] in /Users/JuggernautInteractive/MonoTouchProjects/MonoTouch.Dialog-9593d01/MonoTouch.Dialog/Elements.cs:2445
    at MonoTouch.Dialog.DialogViewController.Selected (MonoTouch.Foundation.NSIndexPath indexPath) [0x00029] in /Users/JuggernautInteractive/MonoTouchProjects/MonoTouch.Dialog-9593d01/MonoTouch.Dialog/DialogViewController.cs:481
    at MonoTouch.Dialog.DialogViewController+Source.RowSelected (MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath) [0x00000] in /Users/JuggernautInteractive/MonoTouchProjects/MonoTouch.Dialog-9593d01/MonoTouch.Dialog/DialogViewController.cs:335
    at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
    at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Users/plasma/Source/iphone-3/monotouch/UIKit/UIApplication.cs:26
    at MonoTouch.UIKit.UIApplication.Main (System.String[] args) [0x00000] in /Users/plasma/Source/iphone-3/monotouch/UIKit/UIApplication.cs:31
    at iOSsample.Application.Main (System.String[] args) [0x00000] in /Users/JuggernautInteractive/MonoTouchProjects/CorePlot/iOS-sample/Main.cs:17

May 2012 Facebook Offline_Access Deprecation

As per https://developers.facebook.com/roadmap/

facebook will be deprecating the offline_access permission. They have provided methods for refreshing access_tokens, including updating their iOS SDK to include this functionality.

This functionality appears to be missing in the current facebook.dll that is built from this repo.

An example of a function missing is : facebook.extendAccessTokenIfNeeded()

as seen at the bottom of this page: https://developers.facebook.com/docs/mobile/ios/build/

will you guys be updating this binding?

Newbie: Error building Parse bindings

Sorry I am new to Mac/Unix, and I am probably doing something wrong. I am trying to build the bindings for Parse, but get the following error:

make[1]: *** No rule to make target Parse.a', needed byParse.dll'. Stop.
make: *** [build-binding] Error 2

Can anyone tell me what I'm missing? Missing rules... missing parse.a?

Thanks,
Dan

RedLaser crash as soon as it tries to Scan

I'm getting the common crash you can find on google, no one seems to have the answer though...

using your sample project on either a real device, or in the simulator i get

at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr) <IL 0x0009f, 0xffffffff>
at MonoTouch.UIKit.UIApplication.Main (string[],string,string) [0x00042] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29
at test2.Application.Main (string[]) [0x00000] in /Users/nick/Desktop/iphoneprojects/test2/Main.cs:17
at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) <IL 0x00050, 0xffffffff>

Native stacktrace:

0   test2                               0x000f575c mono_handle_native_sigsegv + 284
1   test2                               0x0006aae8 mono_sigsegv_signal_handler + 248
2   libsystem_c.dylib                   0x942c459b _sigtramp + 43
3   ???                                 0xffffffff 0x0 + 4294967295
4   UIKit                               0x010740e6 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 61
5   UIKit                               0x0111aade -[UIControl sendAction:to:forEvent:] + 66
6   UIKit                               0x0111afa7 -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 503
7   UIKit                               0x0111a266 -[UIControl touchesEnded:withEvent:] + 549
8   UIKit                               0x010993c0 -[UIWindow _sendTouchesForEvent:] + 513
9   UIKit                               0x010995e6 -[UIWindow sendEvent:] + 273
10  UIKit                               0x0107fdc4 -[UIApplication sendEvent:] + 464
11  UIKit                               0x01073634 _UIApplicationHandleEvent + 8196
12  GraphicsServices                    0x03f9aef5 PurpleEventCallback + 1274
13  CoreFoundation                      0x022dd195 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
14  CoreFoundation                      0x02241ff2 __CFRunLoopDoSource1 + 146
15  CoreFoundation                      0x022408da __CFRunLoopRun + 2218
16  CoreFoundation                      0x0223fd84 CFRunLoopRunSpecific + 212
17  CoreFoundation                      0x0223fc9b CFRunLoopRunInMode + 123
18  GraphicsServices                    0x03f997d8 GSEventRunModal + 190
19  GraphicsServices                    0x03f9988a GSEventRun + 103
20  UIKit                               0x01071626 UIApplicationMain + 1163
21  ???                                 0x0d7f2aad 0x0 + 226437805
22  ???                                 0x0d7f1158 0x0 + 226431320
23  ???                                 0x0d7f0e50 0x0 + 226430544
24  ???                                 0x0d7f0fa6 0x0 + 226430886
25  test2                               0x0006ee52 mono_jit_runtime_invoke + 722
26  test2                               0x001ced5e mono_runtime_invoke + 126
27  test2                               0x001d2e44 mono_runtime_exec_main + 420
28  test2                               0x001d8265 mono_runtime_run_main + 725
29  test2                               0x000cc055 mono_jit_exec + 149
30  test2                               0x00067d15 main + 2837
31  test2                               0x00063135 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.

Thanks!

using the latest of everything, lion, newest xcode, monotouch, etc.

RedLaser no longer works with MonoDevelop 2.4.2 and MonoTouch 3.2.6

I get the following output when I try to build the RedLaser sample application that used to work just fine under older versions of MonoTouch, now I get

"mtouch failed with no output" in another project I get C++ style linking errors I know I've set the parameters correctly in the sample (didn't change them) and my own project as they used to work before updating to the current versions (above).

Building: RedLaserSample (Debug|iPhone)

Building Solution RedLaserSample

Building: RedLaserSample (Debug|iPhone)

Detecting signing identity...
Provisioning profile: "Trixie Soft Provisioning Profile" (B4C1B8FF-736F-45C7-9B8D-FAF185761D31)
Signing Identity: "iPhone Developer: kenneth goers (DH7VYDJ3CP)"
App ID: "J6UU627C84.RLCSSample"

Performing main compilation...
/Developer/MonoTouch/usr/bin/smcs /noconfig "/out:/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.exe" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll" "/r:/Users/mac/Downloads/RedLaserSample/RedLaserSample/Lib/RedLaser.dll" /nologo /warn:4 /debug:+ /debug:full /optimize- /codepage:utf8 "/define:DEBUG" /t:exe "/Users/mac/Downloads/RedLaserSample/RedLaserSample/Main.cs" "/Users/mac/Downloads/RedLaserSample/RedLaserSample/AppController.cs" "/Users/mac/Downloads/RedLaserSample/RedLaserSample/SampleViewController.cs" "/Users/mac/Downloads/RedLaserSample/RedLaserSample/BarcodeOverlayController.cs"

Copying content files
Copying '/Users/mac/Downloads/RedLaserSample/RedLaserSample/Icon.png' to '/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app/Icon.png'
Build complete -- 0 errors, 0 warnings

Compiling to native code
/Developer/MonoTouch/usr/bin/mtouch -v --nomanifest --nosign -dev "/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app" "-r=/Developer/MonoTouch/usr/lib/mono/2.1/System.dll" "-r=/Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll" "-r=/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll" "-r=/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll" "-r=/Users/mac/Downloads/RedLaserSample/RedLaserSample/Lib/RedLaser.dll" -debug -nolink "-sdk=4.2" "-targetver=3.1" -gcc_flags="/Users/mac/Downloads/RedLaserSample/RedLaserSample/Lib/x.o -framework SystemConfiguration -framework CFNetwork -framework CoreVideo -framework CoreMedia -framework AVFoundation -L/Users/mac/Downloads/RedLaserSample/RedLaserSample/Lib -lRedLaserSDK -lz.1.2.3 -ObjC" "/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.exe"
Framework is: /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk
Copied /Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.exe to /Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app/RedLaserSample.exe
MONO_PATH=/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app /Developer/MonoTouch/usr/bin/arm-darwin-mono --debug --aot=full,static,asmonly,soft-debug,iphone-abi,outfile=/var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/RedLaserSample.exe.s "/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app/RedLaserSample.exe"
MONO_PATH=/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app /Developer/MonoTouch/usr/bin/arm-darwin-mono --debug --aot=full,static,asmonly,nodebug,iphone-abi,outfile=/var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/mscorlib.dll.s "/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app/mscorlib.dll"
MONO_PATH=/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app /Developer/MonoTouch/usr/bin/arm-darwin-mono --debug --aot=full,static,asmonly,nodebug,iphone-abi,outfile=/var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/monotouch.dll.s "/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app/monotouch.dll"
MONO_PATH=/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app /Developer/MonoTouch/usr/bin/arm-darwin-mono --debug --aot=full,static,asmonly,nodebug,iphone-abi,outfile=/var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/System.dll.s "/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app/System.dll"
MONO_PATH=/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app /Developer/MonoTouch/usr/bin/arm-darwin-mono --debug --aot=full,static,asmonly,nodebug,iphone-abi,outfile=/var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/Mono.Security.dll.s "/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app/Mono.Security.dll"
MONO_PATH=/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app /Developer/MonoTouch/usr/bin/arm-darwin-mono --debug --aot=full,static,asmonly,nodebug,iphone-abi,outfile=/var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/System.Core.dll.s "/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app/System.Core.dll"
MONO_PATH=/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app /Developer/MonoTouch/usr/bin/arm-darwin-mono --debug --aot=full,static,asmonly,soft-debug,iphone-abi,outfile=/var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/RedLaser.dll.s "/Users/mac/Downloads/RedLaserSample/RedLaserSample/bin/iPhone/Debug/RedLaserSample.app/RedLaser.dll"
Generated /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/main.m
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -gdwarf-2 -miphoneos-version-min=3.1 -std=c99 -I/Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/include -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -c /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/RedLaserSample.exe.s -o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/RedLaserSample.exe.o -DDEBUG
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -gdwarf-2 -miphoneos-version-min=3.1 -std=c99 -I/Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/include -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -c /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/mscorlib.dll.s -o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/mscorlib.dll.o -DDEBUG
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -gdwarf-2 -miphoneos-version-min=3.1 -std=c99 -I/Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/include -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -c /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/monotouch.dll.s -o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/monotouch.dll.o -DDEBUG
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -gdwarf-2 -miphoneos-version-min=3.1 -std=c99 -I/Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/include -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -c /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/System.dll.s -o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/System.dll.o -DDEBUG
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -gdwarf-2 -miphoneos-version-min=3.1 -std=c99 -I/Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/include -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -c /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/Mono.Security.dll.s -o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/Mono.Security.dll.o -DDEBUG
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -gdwarf-2 -miphoneos-version-min=3.1 -std=c99 -I/Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/include -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -c /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/System.Core.dll.s -o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/System.Core.dll.o -DDEBUG
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -gdwarf-2 -miphoneos-version-min=3.1 -std=c99 -I/Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/include -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -c /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/RedLaser.dll.s -o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/RedLaser.dll.o -DDEBUG
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -gdwarf-2 -miphoneos-version-min=3.1 -std=c99 -I/Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/include -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -c /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/main.m -o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/main.o -DDEBUG
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -gdwarf-2 -miphoneos-version-min=3.1 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/RedLaserSample.exe.o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/mscorlib.dll.o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/monotouch.dll.o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/System.dll.o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/Mono.Security.dll.o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/System.Core.dll.o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/RedLaser.dll.o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/registrar.m -I/Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/include /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/main.o -o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/RedLaserSample -framework CFNetwork -framework AssetsLibrary -framework CoreTelephony -framework EventKit -framework Foundation -framework CoreMotion -framework GameKit -framework MapKit -framework MediaPlayer -framework MessageUI -framework OpenGLES -framework StoreKit -framework UIKit -framework AddressBookUI -framework iAd -framework SystemConfiguration -framework AddressBook -framework AudioToolbox -framework AVFoundation -framework QuartzCore -framework CoreFoundation -framework CoreGraphics -framework CoreLocation -framework ImageIO -framework Security -framework CoreMedia -framework ExternalAccessory -framework EventKitUI -framework QuickLook -framework AudioToolbox -lz -u _catch_exception_raise -u _CreateZStream -u _CloseZStream -u _Flush -u _ReadZStream -u _WriteZStream -liconv -lmono -lmonotouch -L/Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/lib /Users/mac/Downloads/RedLaserSample/RedLaserSample/Lib/x.o -framework SystemConfiguration -framework CFNetwork -framework CoreVideo -framework CoreMedia -framework AVFoundation -L/Users/mac/Downloads/RedLaserSample/RedLaserSample/Lib -lRedLaserSDK -lz.1.2.3 -ObjC
Process exited with code 1, command:
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6 -gdwarf-2 -miphoneos-version-min=3.1 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/RedLaserSample.exe.o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/mscorlib.dll.o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/monotouch.dll.o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/System.dll.o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/Mono.Security.dll.o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/System.Core.dll.o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/RedLaser.dll.o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/registrar.m -I/Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/include /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/main.o -o /var/folders/18/188e-eI7EGy4dhkasWamTE+++TI/-Tmp-/tmp5da815f.tmp/RedLaserSample -framework CFNetwork -framework AssetsLibrary -framework CoreTelephony -framework EventKit -framework Foundation -framework CoreMotion -framework GameKit -framework MapKit -framework MediaPlayer -framework MessageUI -framework OpenGLES -framework StoreKit -framework UIKit -framework AddressBookUI -framework iAd -framework SystemConfiguration -framework AddressBook -framework AudioToolbox -framework AVFoundation -framework QuartzCore -framework CoreFoundation -framework CoreGraphics -framework CoreLocation -framework ImageIO -framework Security -framework CoreMedia -framework ExternalAccessory -framework EventKitUI -framework QuickLook -framework AudioToolbox -lz -u _catch_exception_raise -u _CreateZStream -u _CloseZStream -u _Flush -u _ReadZStream -u _WriteZStream -liconv -lmono -lmonotouch -L/Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/lib /Users/mac/Downloads/RedLaserSample/RedLaserSample/Lib/x.o -framework SystemConfiguration -framework CFNetwork -framework CoreVideo -framework CoreMedia -framework AVFoundation -L/Users/mac/Downloads/RedLaserSample/RedLaserSample/Lib -lRedLaserSDK -lz.1.2.3 -ObjC

---------------------- Done ----------------------

Build: 1 error, 0 warnings

RedLaser 3.2.1 SDK Binding Support

Using RedLaser 3.2.1 SDK with the current binding API definition through exception in the QR detection. Updated redlaser.cs to support the latest SDK is needed.

Thanks and your support is highly appreciated.

Monotouch bindings for CorePlot 1.1

The monotouch bindings for CorePlot 1.1 are not included. I have some bugs that CorePlot 1.1 solve I cannot update my app to the new iOS 6.0 sdk without a new binding of CorePlot. Please update the bindings. Thanks.

Scrumptious does'nt work correctly.

Open graph posting returns:
"The operation couldn’t be completed. (com.facebook.sdk error 5.)"
And output to log:
Error: HTTP status code: 400

Can't run WEPopover sample in device

Hi. I can run the WEPopover sample in the simulator, but it doesn't run on the device.
If I change the options to use Thumb-2 instructions, it deploys, but then crashes after launching.
Are there any specific options to set in order to be able to run it on the device?

facebook.dll reference causes compilation linker issue

Create new empty monotouch solution.
Add reference to Facebook.dll
Switch to Release\iPhone
Build All

  • mtouch exited with code 1

Go into project options, iPhone Build
Set Linker Options to: Don't Link
Build

  • Works fine, but app is over 50mb

MonoDevelop 2.8.6.5
Mono 2.10.8
MonoTouch 5.2.5

Please provide an example usage

Hello,

Can you please provide a sample, maybe on the Xamarin web site, on using this binding such as how to include in an app, how to distribute (compiler config), and how to do a simple FB login? I just need to do a login to get a token so I can post to the wall for the user using my app.

Thank you.

Cannot MAKE facebook binding.

When I try to run "make" on the facebook binding, I end up with this error in the end :

** CLEAN SUCCEEDED **

=== BUILD NATIVE TARGET facebook-ios-sdk OF PROJECT facebook-ios-sdk WITH CONFIGURATION Release ===
Check dependencies
No architectures to compile for (ARCHS=armv6, VALID_ARCHS=armv7 armv7s).

** BUILD FAILED **

The following build commands failed:
Check dependencies
(1 failure)
make[1]: *** [libFacebook-armv6.a] Error 65
make: *** [build-binding] Error 2

Make file for Three20 isn't working

Hello,

I'm having trouble getting the Makefile within the monotouch-bindings/Three20 folder to work.

I've pulled the whole monotouch-bindings and go to the Three20 folder within the Terminal and run this:

make

Once I do that I get the following error messages:

/Developer/MonoTouch/usr/bin/btouch -e Three20.cs enum.cs --out=Three20.dll
/Developer/MonoTouch/usr/bin/btouch: line 2: 11592 Abort trap MONO_PATH=/Developer/MonoTouch/usr/lib/mono/2.1 /Developer/MonoTouch/usr/bin/mono /Developer/MonoTouch/usr/lib/btouch/btouch.exe "$@"
make: *** [Three20.dll] Error 134

Any ideas? Am I skipping a step somewhere?

thanks,

-mo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.