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
Could not link assemblies. Reason: Error while processing references of 'MapTest.iOS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' MapTest.iOS
#362
Open
matanist opened this issue
Mar 27, 2019
· 2 comments
Could not link assemblies. Reason: Error while processing references of 'MapTest.iOS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' MapTest.iOS
when added in AppDelegate TK.CustomMap.iOSUnified.TKCustomMapRenderer.InitMapRenderer();
Xamarin Forms Version 3.4
I try iPhoneSmulator on MACOS
IOS Project Properties:
SDK Version: Default
Linker Behavior: Don't Link
Supported Architectures: x86_64
HttpClient Implementation: Managed
Android project no problem. But iOS project not working.
The text was updated successfully, but these errors were encountered:
I've had the same problem. You could add the mtouch arguments -v -v -v -v under iOS's Project Options -> iOS Build for detailed information about the errors. With this, I've noticed the following issue:
MTOUCH : warning MT0136: Cannot find the assembly 'Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' referenced from '.../.nuget/packages/tk.custommap/2.0.1/lib/Xamarin.iOS10/TK.CustomMap.dll'.
This will be solved by adding the Newtonsoft.Json Nuget Package in the iOS Project.
Could not link assemblies. Reason: Error while processing references of 'MapTest.iOS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' MapTest.iOS
when added in AppDelegate
TK.CustomMap.iOSUnified.TKCustomMapRenderer.InitMapRenderer();
Xamarin Forms Version 3.4
I try iPhoneSmulator on MACOS
IOS Project Properties:
SDK Version: Default
Linker Behavior: Don't Link
Supported Architectures: x86_64
HttpClient Implementation: Managed
Android project no problem. But iOS project not working.
The text was updated successfully, but these errors were encountered: