Unable to add a reference to project 'MyApp.Core'. The current project does not support references to Portable Library projects.
then this may be because you have not yet got PCL support added for MonoTouch (Xamarin.iOS)
To add this, create a new file
MonoTouch,Version=v1.0+.xml
inside:
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\Profile104\SupportedFrameworks
with contents:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Framework | |
DisplayName="MonoTouch" | |
Identifier="MonoTouch" | |
Profile="*" | |
MaximumVersion="*" | |
MinimumVersion="4.0" /> |
Thanks for this... fixed it for me :).
ReplyDeleteSimilar problem in Mac... do you know how to fix it in Mac? Error: Assembly not available for .NETPortable 4.0 Profile 1 Profile (in Mono 2.10.12)
ReplyDelete