Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile for deployment to iOS device #8

Open
ralfw opened this issue Nov 10, 2011 · 2 comments
Open

Cannot compile for deployment to iOS device #8

ralfw opened this issue Nov 10, 2011 · 2 comments

Comments

@ralfw
Copy link

ralfw commented Nov 10, 2011

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)?

@chrisntr
Copy link
Owner

Hi Ralf,

You might have better luck working from Andrew's more up to date version based off a newer version of Newtonsoft.Json - https://github.com/ayoung/Newtonsoft.Json

I hope this helps,

ChrisNTR

@ralfw
Copy link
Author

ralfw commented Nov 12, 2011

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants