Skip to content

Instantly share code, notes, and snippets.

@atin360
Created July 3, 2013 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atin360/6c03bd18d035d326f155 to your computer and use it in GitHub Desktop.
Save atin360/6c03bd18d035d326f155 to your computer and use it in GitHub Desktop.
Building Solution: SocialFrameworkDemo (Debug|iPhone)
Building: SocialFrameworkDemo (Debug|iPhone)
Detecting signing identity...
Provisioning Profile: "Nischal_Xamarin" (637A4924-E103-4BFC-B7FF-3B684059E657)
Signing Identity: "iPhone Developer: Nischal Kumar (3Z2P26VGA5)"
App ID: "P6Z7JK5YC2.com.xamarin.socialframeworkdemo"
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/3.0.12/bin/mcs /noconfig "/r:/Developer/MonoTouch/usr/lib/mono/2.1/mscorlib.dll" -nostdlib "/out:/Users/imac/Desktop/monotouch-samples-master-3.0/SocialFrameworkDemo/SocialFrameworkDemo/bin/iPhone/Debug/SocialFrameworkDemo.exe" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll" /nologo /warn:4 /debug:full /optimize- /codepage:utf8 "/define:DEBUG;__MOBILE__;__IOS__" /t:exe "/Users/imac/Desktop/monotouch-samples-master-3.0/SocialFrameworkDemo/SocialFrameworkDemo/Main.cs" "/Users/imac/Desktop/monotouch-samples-master-3.0/SocialFrameworkDemo/SocialFrameworkDemo/AppDelegate.cs" "/Users/imac/Desktop/monotouch-samples-master-3.0/SocialFrameworkDemo/SocialFrameworkDemo/SocialFrameworkDemoViewController.cs" "/Users/imac/Desktop/monotouch-samples-master-3.0/SocialFrameworkDemo/SocialFrameworkDemo/SocialFrameworkDemoViewController.designer.cs"
Compilation failed: 2 error(s), 0 warnings
/Users/imac/Desktop/monotouch-samples-master-3.0/SocialFrameworkDemo/SocialFrameworkDemo/SocialFrameworkDemoViewController.cs(34,56): error CS0122: `MonoTouch.Social.SLServiceType' is inaccessible due to its protection level
/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll (Location of the symbol related to previous error)
/Users/imac/Desktop/monotouch-samples-master-3.0/SocialFrameworkDemo/SocialFrameworkDemo/SocialFrameworkDemoViewController.cs(54,56): error CS0122: `MonoTouch.Social.SLServiceType' is inaccessible due to its protection level
/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll (Location of the symbol related to previous error)
Build complete -- 2 errors, 0 warnings
---------------------- Done ----------------------
Project does not have bundle identifier specified. Generated 'com.xamarin.socialframeworkdemo' to match an installed provisioning profile.
Build: 2 errors, 1 warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment