You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set the configuration of the MonoTouch solution to Debug|iPhone it won´t compile.
When I compile it with Debug|iPhoneSimulator, reference it in some other project and try to build that project with Debug|iPhone a linker error occurs. The cause lies with System.Reflection.Emit.
Has anybody successfully deployed the Json MonoTouch lib to the iPhone (not just the simulator)?
The text was updated successfully, but these errors were encountered:
Chris: Thx for the hint. This worked out just fine. Just downloaded the sources, compiled them, referenced them in my MonoTouch project and were able to deploy it to the iPhone. Great!
When I set the configuration of the MonoTouch solution to Debug|iPhone it won´t compile.
When I compile it with Debug|iPhoneSimulator, reference it in some other project and try to build that project with Debug|iPhone a linker error occurs. The cause lies with System.Reflection.Emit.
Has anybody successfully deployed the Json MonoTouch lib to the iPhone (not just the simulator)?
The text was updated successfully, but these errors were encountered: