julianwyz
julianwyz

Reputation: 3172

Parse.com Framework for Xamarin Unified iOS API

I just changed my project from the MonoTouch (32 bit) to Xamarin.iOS (64 but) API. I was using Parse before the change just fine, but now I am getting the following error:

/Users/me/Desktop/app-project/iOS/MTOUCHTASK: Error MT0034: Cannot include both 'monotouch.dll' and 'Xamarin.iOS.dll' in the same Xamarin.iOS project - 'Xamarin.iOS.dll' is referenced explicitly, while 'monotouch.dll' is referenced by 'Parse.iOS, Version=1.3.1.0, Culture=neutral, PublicKeyToken=null'. (MT0034) (App.iOS)

Any help resolving this would be great

Upvotes: 0

Views: 288

Answers (1)

funeralfunk
funeralfunk

Reputation: 163

Are you using http://components.xamarin.com/view/parse? If so, that component has not been upgraded to Unified yet.

Upvotes: 1

Related Questions