Hi,

You're additional mtouch flags are wrong (you don't -force_load
libtestflight.a). Try with this:

-v -nosymbolstrip -nostrip -cxx -gcc_flags "-L${ProjectDir}
-lfacebook_ios_sdk -framework CoreGraphics -force_load
${ProjectDir}/libfacebook_ios_sdk.a -lgcc_eh -L${ProjectDir}
-ltestflight -ObjC -force_load ${ProjectDir}/libtestflight.a "

Best regards,
Rolf

On Sun, Nov 13, 2011 at 9:47 PM, technohead <[email protected]> wrote:
> Hey guys,
>   I've been trying to add Chrisntr's TestFlight SDK bindings to an existing
> application that also uses Facebook Connect bindings, and the app is
> crashing as soon as a call is made to the Facebook object.
>
>   I then used Chrisntr's sample TestFlight application, added the facebook
> libraries to it, and again as soon as I call the first Facebook method, the
> app crashes. Looking at the console in Organizer I see the following:
>
> Nov 13 12:32:18 unknown TestFlightSample[1642] <Warning>: TestFlight:
> Started Session
> Nov 13 12:32:18 unknown TestFlightSample[1642] <Warning>: Warning: Libinfo
> call to mDNSResponder on main thread
> Nov 13 12:32:18 unknown TestFlightSample[1642] <Warning>: TestFlight: Crash
> Handlers are installed
> Nov 13 12:32:19 unknown ReportCrash[1643] <Notice>: Formulating crash report
> for process TestFlightSample[1642]
> Nov 13 12:32:19 unknown com.apple.launchd[1] <Warning>:
> (UIKitApplication:testflightsample[0x9ed7]) Job appears to have crashed:
> Illegal instruction: 4
> Nov 13 12:32:19 unknown SpringBoard[15] <Warning>: Application
> 'TestFlightSample' exited abnormally with signal 4: Illegal instruction: 4
>
>
>    I've attached the sample project:
> http://monotouch.2284126.n4.nabble.com/file/n4037481/TestFlightSample.zip
> TestFlightSample.zip
>
>    Any help would be appreciated.
>
> thanks,
> Dennis
>
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/Crash-trying-to-use-both-Facebook-Connect-bindings-and-TestFlight-SDK-bindings-tp4037481p4037481.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to