Skip to content

Instantly share code, notes, and snippets.

@pa-w
Created August 29, 2014 17:24
Show Gist options
  • Select an option

  • Save pa-w/9ae221f0f967e0515436 to your computer and use it in GitHub Desktop.

Select an option

Save pa-w/9ae221f0f967e0515436 to your computer and use it in GitHub Desktop.
Building Solution: TicTacToe (Debug|iPhoneSimulator)
Building: TicTacToe (Debug|iPhoneSimulator)
Build started 8/29/2014 12:24:34 PM.
__________________________________________________
Project "/Users/paw/Projects/Xamarin/monotouch-samples/TicTacToe/TicTacToe/TicTacToe.csproj" (Build target(s)):
Target _DetectSdkLocations:
DeveloperRoot: /Applications/Xcode6-Beta6.app/Contents/Developer
DevicePlatform: /Applications/Xcode6-Beta6.app/Contents/Developer/Platforms/iPhoneOS.platform
GetPlatformPath: /Applications/Xcode6-Beta6.app/Contents/Developer/Platforms/iPhoneOS.platform
GetSdkPath: /Applications/Xcode6-Beta6.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk
Searching for 'SDK Usr directory' in '/Applications/Xcode6-Beta6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/Developer/usr'
Searching for 'SDK bin directory' in '/Applications/Xcode6-Beta6.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/Developer/usr/bin'
DetectSdkLocations Task
MtouchSdkVersion: 8.0
Platform: iPhoneSimulator
XamarinSdkRoot: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current
Target _CoreCompileImageAssets:
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: warning : A 76x76 app icon is required for iPad apps targeting iOS 7.0 and later
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: warning : A 76x76@2x app icon is required for iPad apps targeting iOS 7.0 and later
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: warning : An iPhone Retina (4-inch) launch image for iOS 7.0 and later is required.
Target _CoreOptimizePngImages:
Skipping target "_CoreOptimizePngImages" because its outputs are up-to-date.
Target PrepareForBuild:
Configuration: Debug Platform: iPhoneSimulator
Target ResolveAssemblyReferences:
/Library/Frameworks/Mono.framework/Versions/3.4.0/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'Xamarin.iOS' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
Considered target framework dir /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1, assembly named 'Xamarin.iOS' not found.
Considered target framework dir /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/Facades/, assembly named 'Xamarin.iOS' not found.
For searchpath {PkgConfig}
Considered Xamarin.iOS, but could not find in any pkg-config files.
For searchpath {GAC}
Considered Xamarin.iOS, but could not find in the GAC.
For searchpath {RawFileName}
For searchpath bin/iPhoneSimulator/Debug/
Target _UnpackLibraryResources:
UnpackLibraryResourcesTask Task
IntermediateOutputPath: obj/iPhoneSimulator/Debug/
ReferencedLibraries: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/System.dll,/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/System.Xml.dll,/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/System.Core.dll,/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/mscorlib.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/System.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/System.Xml.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/System.Core.dll
Inspecting assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/mscorlib.dll
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date.
Target CoreCompile:
Tool /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/smcs execution started with arguments: /noconfig /debug+ /optimize- /out:obj/iPhoneSimulator/Debug/TicTacToe.exe AppDelegate.cs Model/TTTMove.cs Model/TTTMessage.cs Model/TTTProfile.cs Model/TTTMessageServer.cs Model/TTTGame.cs View/TTTGameView.cs View/TTTRatingControl.cs View/TTTCountView.cs Controller/TTTPlayViewController.cs Controller/TTTMessagesViewController.cs Controller/TTTNewMessageViewController.cs Controller/TTTProfileViewController.cs Controller/TTTHistoryListViewController.cs Controller/TTTGameHistoryViewController.cs /target:exe /define:"DEBUG;XAMCORE_2_0;ARCH_64" /nostdlib /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/System.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/System.Xml.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/System.Core.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/mscorlib.dll /warn:4
AppDelegate.cs(4,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
AppDelegate.cs(5,7): error CS0246: The type or namespace name `UIKit' could not be found. Are you missing an assembly reference?
Model/TTTMove.cs(2,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
Model/TTTMessage.cs(2,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
Model/TTTProfile.cs(2,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
Model/TTTProfile.cs(4,7): error CS0246: The type or namespace name `UIKit' could not be found. Are you missing an assembly reference?
Model/TTTMessageServer.cs(2,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
Model/TTTGame.cs(2,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(2,7): error CS0246: The type or namespace name `UIKit' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(5,7): error CS0246: The type or namespace name `CoreGraphics' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(6,7): error CS0246: The type or namespace name `CoreAnimation' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(7,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(8,7): error CS0246: The type or namespace name `ObjCRuntime' could not be found. Are you missing an assembly reference?
View/TTTRatingControl.cs(2,7): error CS0246: The type or namespace name `UIKit' could not be found. Are you missing an assembly reference?
View/TTTRatingControl.cs(3,7): error CS0246: The type or namespace name `CoreGraphics' could not be found. Are you missing an assembly reference?
View/TTTCountView.cs(2,7): error CS0246: The type or namespace name `UIKit' could not be found. Are you missing an assembly reference?
View/TTTCountView.cs(3,7): error CS0246: The type or namespace name `CoreGraphics' could not be found. Are you missing an assembly reference?
Controller/TTTPlayViewController.cs(2,7): error CS0246: The type or namespace name `UIKit' could not be found. Are you missing an assembly reference?
Controller/TTTPlayViewController.cs(3,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(2,7): error CS0246: The type or namespace name `UIKit' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(3,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
Controller/TTTNewMessageViewController.cs(2,7): error CS0246: The type or namespace name `UIKit' could not be found. Are you missing an assembly reference?
Controller/TTTNewMessageViewController.cs(3,7): error CS0246: The type or namespace name `CoreGraphics' could not be found. Are you missing an assembly reference?
Controller/TTTNewMessageViewController.cs(4,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(2,7): error CS0246: The type or namespace name `UIKit' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(3,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(5,7): error CS0246: The type or namespace name `CoreGraphics' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(6,7): error CS0246: The type or namespace name `ObjCRuntime' could not be found. Are you missing an assembly reference?
Controller/TTTHistoryListViewController.cs(2,7): error CS0246: The type or namespace name `UIKit' could not be found. Are you missing an assembly reference?
Controller/TTTHistoryListViewController.cs(3,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
Controller/TTTGameHistoryViewController.cs(2,7): error CS0246: The type or namespace name `UIKit' could not be found. Are you missing an assembly reference?
Controller/TTTGameHistoryViewController.cs(3,7): error CS0246: The type or namespace name `CoreGraphics' could not be found. Are you missing an assembly reference?
Controller/TTTGameHistoryViewController.cs(4,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
AppDelegate.cs(11,37): error CS0246: The type or namespace name `UIApplicationDelegate' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(12,29): error CS0246: The type or namespace name `UIView' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(230,33): error CS0246: The type or namespace name `UIView' could not be found. Are you missing an assembly reference?
View/TTTRatingControl.cs(8,34): error CS0246: The type or namespace name `UIControl' could not be found. Are you missing an assembly reference?
View/TTTCountView.cs(7,30): error CS0246: The type or namespace name `UIView' could not be found. Are you missing an assembly reference?
Controller/TTTPlayViewController.cs(7,39): error CS0246: The type or namespace name `UIViewController' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(8,43): error CS0246: The type or namespace name `UITableViewController' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(144,41): error CS0246: The type or namespace name `UITableViewCell' could not be found. Are you missing an assembly reference?
Controller/TTTNewMessageViewController.cs(8,45): error CS0246: The type or namespace name `UIViewController' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(10,42): error CS0246: The type or namespace name `UITableViewController' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(192,45): error CS0246: The type or namespace name `UITableViewCell' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(236,51): error CS0246: The type or namespace name `UITableViewCell' could not be found. Are you missing an assembly reference?
Controller/TTTHistoryListViewController.cs(7,46): error CS0246: The type or namespace name `UITableViewController' could not be found. Are you missing an assembly reference?
Controller/TTTHistoryListViewController.cs(64,45): error CS0246: The type or namespace name `UITableViewCell' could not be found. Are you missing an assembly reference?
Controller/TTTGameHistoryViewController.cs(8,46): error CS0246: The type or namespace name `UIViewController' could not be found. Are you missing an assembly reference?
AppDelegate.cs(13,3): error CS0246: The type or namespace name `UIWindow' could not be found. Are you missing an assembly reference?
AppDelegate.cs(21,43): error CS0246: The type or namespace name `UIApplication' could not be found. Are you missing an assembly reference?
AppDelegate.cs(21,62): error CS0246: The type or namespace name `NSDictionary' could not be found. Are you missing an assembly reference?
AppDelegate.cs(76,23): error CS0246: The type or namespace name `NSNotification' could not be found. Are you missing an assembly reference?
Model/TTTProfile.cs(105,10): error CS0246: The type or namespace name `UIImage' could not be found. Are you missing an assembly reference?
Model/TTTProfile.cs(111,10): error CS0246: The type or namespace name `UIColor' could not be found. Are you missing an assembly reference?
Model/TTTProfile.cs(117,17): error CS0246: The type or namespace name `UIImage' could not be found. Are you missing an assembly reference?
Model/TTTProfile.cs(123,17): error CS0246: The type or namespace name `UIImage' could not be found. Are you missing an assembly reference?
Model/TTTProfile.cs(129,3): error CS0246: The type or namespace name `UIColor' could not be found. Are you missing an assembly reference?
Model/TTTMessageServer.cs(34,10): error CS0246: The type or namespace name `NSUrl' could not be found. Are you missing an assembly reference?
Model/TTTGame.cs(24,10): error CS0246: The type or namespace name `nint' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(14,44): error CS0246: The type or namespace name `UIImage' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(15,44): error CS0246: The type or namespace name `UIColor' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(29,3): error CS0246: The type or namespace name `UIColor' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(31,10): error CS0246: The type or namespace name `UIColor' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(40,3): error CS0246: The type or namespace name `UIView' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(41,3): error CS0246: The type or namespace name `UIView' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(42,8): error CS0246: The type or namespace name `UIImageView' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(43,8): error CS0246: The type or namespace name `UIImageView' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(70,3): error CS0246: The type or namespace name `UIView' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(77,17): error CS0246: The type or namespace name `UITapGestureRecognizer' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(104,3): error CS0246: The type or namespace name `UIImageView' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(118,3): error CS0246: The type or namespace name `CGPoint' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(128,31): error CS0246: The type or namespace name `UIImageView' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(134,34): error CS0246: The type or namespace name `UIImageView' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(201,24): error CS0115: `TicTacToe.TTTGameView.LayoutSubviews()' is marked as an override but no suitable method found to override
View/TTTGameView.cs(232,3): error CS0246: The type or namespace name `UIBezierPath' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(234,10): error CS0246: The type or namespace name `UIBezierPath' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(242,3): error CS0246: The type or namespace name `UIColor' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(244,10): error CS0246: The type or namespace name `UIColor' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(258,17): error CS0246: The type or namespace name `Class' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(263,3): error CS0246: The type or namespace name `CAShapeLayer' could not be found. Are you missing an assembly reference?
View/TTTRatingControl.cs(12,3): error CS0246: The type or namespace name `nint' could not be found. Are you missing an assembly reference?
View/TTTRatingControl.cs(14,10): error CS0246: The type or namespace name `nint' could not be found. Are you missing an assembly reference?
View/TTTRatingControl.cs(22,3): error CS0246: The type or namespace name `UIImageView' could not be found. Are you missing an assembly reference?
View/TTTRatingControl.cs(23,8): error CS0246: The type or namespace name `UIButton' could not be found. Are you missing an assembly reference?
View/TTTRatingControl.cs(30,28): error CS0246: The type or namespace name `CGRect' could not be found. Are you missing an assembly reference?
View/TTTRatingControl.cs(35,10): error CS0246: The type or namespace name `UIImage' could not be found. Are you missing an assembly reference?
View/TTTRatingControl.cs(37,17): error CS0246: The type or namespace name `UIImage' could not be found. Are you missing an assembly reference?
View/TTTRatingControl.cs(63,24): error CS0115: `TicTacToe.TTTRatingControl.LayoutSubviews()' is marked as an override but no suitable method found to override
View/TTTRatingControl.cs(122,24): error CS0115: `TicTacToe.TTTRatingControl.IsAccessibilityElement' is marked as an override but no suitable property found to override
View/TTTCountView.cs(27,24): error CS0246: The type or namespace name `CGRect' could not be found. Are you missing an assembly reference?
View/TTTCountView.cs(32,30): error CS0246: The type or namespace name `CGRect' could not be found. Are you missing an assembly reference?
View/TTTCountView.cs(58,3): error CS0246: The type or namespace name `CGRect' could not be found. Are you missing an assembly reference?
View/TTTCountView.cs(67,24): error CS0115: `TicTacToe.TTTCountView.TintColorDidChange()' is marked as an override but no suitable method found to override
View/TTTCountView.cs(74,24): error CS0115: `TicTacToe.TTTCountView.IsAccessibilityElement' is marked as an override but no suitable property found to override
View/TTTCountView.cs(80,26): error CS0115: `TicTacToe.TTTCountView.AccessibilityLabel' is marked as an override but no suitable property found to override
View/TTTCountView.cs(86,19): error CS0246: The type or namespace name `UIAccessibilityTrait' could not be found. Are you missing an assembly reference?
Controller/TTTPlayViewController.cs(31,24): error CS0115: `TicTacToe.TTTPlayViewController.LoadView()' is marked as an override but no suitable method found to override
Controller/TTTPlayViewController.cs(103,24): error CS0115: `TicTacToe.TTTPlayViewController.ViewDidLoad()' is marked as an override but no suitable method found to override
Controller/TTTPlayViewController.cs(134,23): error CS0246: The type or namespace name `NSNotification' could not be found. Are you missing an assembly reference?
Controller/TTTPlayViewController.cs(145,10): error CS0246: The type or namespace name `UIImage' could not be found. Are you missing an assembly reference?
Controller/TTTPlayViewController.cs(150,10): error CS0246: The type or namespace name `UIColor' could not be found. Are you missing an assembly reference?
Controller/TTTPlayViewController.cs(180,19): error CS0246: The type or namespace name `UIStatusBarStyle' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(12,3): error CS0246: The type or namespace name `NSString' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(30,17): error CS0246: The type or namespace name `UIViewController' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(38,24): error CS0115: `TicTacToe.TTTMessagesViewController.ViewDidLoad()' is marked as an override but no suitable method found to override
Controller/TTTMessagesViewController.cs(52,24): error CS0246: The type or namespace name `NSNotification' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(90,19): error CS0246: The type or namespace name `nint' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(95,19): error CS0246: The type or namespace name `UITableViewCell' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(100,37): error CS0246: The type or namespace name `UITableView' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(100,60): error CS0246: The type or namespace name `UITableViewCell' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(100,82): error CS0246: The type or namespace name `NSIndexPath' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(120,39): error CS0246: The type or namespace name `UITableView' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(120,62): error CS0246: The type or namespace name `NSIndexPath' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(126,37): error CS0246: The type or namespace name `UITableView' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(126,60): error CS0246: The type or namespace name `NSIndexPath' could not be found. Are you missing an assembly reference?
Controller/TTTMessagesViewController.cs(146,10): error CS0246: The type or namespace name `UIButton' could not be found. Are you missing an assembly reference?
Controller/TTTNewMessageViewController.cs(11,3): error CS0246: The type or namespace name `UITextView' could not be found. Are you missing an assembly reference?
Controller/TTTNewMessageViewController.cs(12,3): error CS0246: The type or namespace name `UIWindow' could not be found. Are you missing an assembly reference?
Controller/TTTNewMessageViewController.cs(13,3): error CS0246: The type or namespace name `UIWindow' could not be found. Are you missing an assembly reference?
Controller/TTTNewMessageViewController.cs(21,24): error CS0115: `TicTacToe.TTTNewMessageViewController.LoadView()' is marked as an override but no suitable method found to override
Controller/TTTNewMessageViewController.cs(77,42): error CS0246: The type or namespace name `UIViewController' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(20,3): error CS0246: The type or namespace name `NSString' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(21,3): error CS0246: The type or namespace name `NSString' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(22,3): error CS0246: The type or namespace name `NSString' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(34,17): error CS0246: The type or namespace name `UIViewController' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(43,24): error CS0115: `TicTacToe.TTTProfileViewController.LoadView()' is marked as an override but no suitable method found to override
Controller/TTTProfileViewController.cs(54,24): error CS0115: `TicTacToe.TTTProfileViewController.ViewWillAppear(bool)' is marked as an override but no suitable method found to override
Controller/TTTProfileViewController.cs(72,19): error CS0246: The type or namespace name `nint' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(77,19): error CS0246: The type or namespace name `nint' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(90,19): error CS0246: The type or namespace name `UITableViewCell' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(104,37): error CS0246: The type or namespace name `UITableView' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(104,60): error CS0246: The type or namespace name `UITableViewCell' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(104,82): error CS0246: The type or namespace name `NSIndexPath' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(148,42): error CS0246: The type or namespace name `UITableView' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(148,65): error CS0246: The type or namespace name `nint' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(156,19): error CS0246: The type or namespace name `nfloat' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(164,19): error CS0246: The type or namespace name `NSIndexPath' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(172,37): error CS0246: The type or namespace name `UITableView' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(172,60): error CS0246: The type or namespace name `NSIndexPath' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(194,10): error CS0246: The type or namespace name `UISegmentedControl' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(197,39): error CS0246: The type or namespace name `UITableViewCellStyle' could not be found. Are you missing an assembly reference?
Controller/TTTProfileViewController.cs(241,45): error CS0246: The type or namespace name `UITableViewCellStyle' could not be found. Are you missing an assembly reference?
Controller/TTTHistoryListViewController.cs(10,3): error CS0246: The type or namespace name `NSString' could not be found. Are you missing an assembly reference?
Controller/TTTHistoryListViewController.cs(17,24): error CS0115: `TicTacToe.TTTHistoryListViewController.LoadView()' is marked as an override but no suitable method found to override
Controller/TTTHistoryListViewController.cs(24,19): error CS0246: The type or namespace name `nint' could not be found. Are you missing an assembly reference?
Controller/TTTHistoryListViewController.cs(29,19): error CS0246: The type or namespace name `UITableViewCell' could not be found. Are you missing an assembly reference?
Controller/TTTHistoryListViewController.cs(39,37): error CS0246: The type or namespace name `UITableView' could not be found. Are you missing an assembly reference?
Controller/TTTHistoryListViewController.cs(39,60): error CS0246: The type or namespace name `UITableViewCell' could not be found. Are you missing an assembly reference?
Controller/TTTHistoryListViewController.cs(39,82): error CS0246: The type or namespace name `NSIndexPath' could not be found. Are you missing an assembly reference?
Controller/TTTHistoryListViewController.cs(54,37): error CS0246: The type or namespace name `UITableView' could not be found. Are you missing an assembly reference?
Controller/TTTHistoryListViewController.cs(54,60): error CS0246: The type or namespace name `NSIndexPath' could not be found. Are you missing an assembly reference?
Controller/TTTHistoryListViewController.cs(67,39): error CS0246: The type or namespace name `UITableViewCellStyle' could not be found. Are you missing an assembly reference?
Controller/TTTHistoryListViewController.cs(73,24): error CS0115: `TicTacToe.TTTHistoryListTableViewCell.TintColorDidChange()' is marked as an override but no suitable method found to override
Controller/TTTGameHistoryViewController.cs(28,24): error CS0115: `TicTacToe.TTTGameHistoryViewController.LoadView()' is marked as an override but no suitable method found to override
Controller/TTTGameHistoryViewController.cs(81,10): error CS0246: The type or namespace name `UIImage' could not be found. Are you missing an assembly reference?
Controller/TTTGameHistoryViewController.cs(86,10): error CS0246: The type or namespace name `UIColor' could not be found. Are you missing an assembly reference?
Controller/TTTGameHistoryViewController.cs(91,23): error CS0246: The type or namespace name `NSNotification' could not be found. Are you missing an assembly reference?
Task "Csc" execution -- FAILED
Done building target "CoreCompile" in project "/Users/paw/Projects/Xamarin/monotouch-samples/TicTacToe/TicTacToe/TicTacToe.csproj".-- FAILED
Done building project "/Users/paw/Projects/Xamarin/monotouch-samples/TicTacToe/TicTacToe/TicTacToe.csproj".-- FAILED
Build FAILED.
Warnings:
/Users/paw/Projects/Xamarin/monotouch-samples/TicTacToe/TicTacToe/TicTacToe.csproj (Build) ->
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets (_CoreCompileImageAssets target) ->
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: warning : A 76x76 app icon is required for iPad apps targeting iOS 7.0 and later
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: warning : A 76x76@2x app icon is required for iPad apps targeting iOS 7.0 and later
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: warning : An iPhone Retina (4-inch) launch image for iOS 7.0 and later is required.
/Users/paw/Projects/Xamarin/monotouch-samples/TicTacToe/TicTacToe/TicTacToe.csproj (Build) ->
/Library/Frameworks/Mono.framework/Versions/3.4.0/lib/mono/4.5/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/3.4.0/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'Xamarin.iOS' not resolved
Errors:
/Users/paw/Projects/Xamarin/monotouch-samples/TicTacToe/TicTacToe/TicTacToe.csproj (Build) ->
/Library/Frameworks/Mono.framework/Versions/3.4.0/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->
AppDelegate.cs(4,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
AppDelegate.cs(5,7): error CS0246: The type or namespace name `UIKit' could not be found. Are you missing an assembly reference?
Model/TTTMove.cs(2,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
Model/TTTMessage.cs(2,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
Model/TTTProfile.cs(2,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
Model/TTTProfile.cs(4,7): error CS0246: The type or namespace name `UIKit' could not be found. Are you missing an assembly reference?
Model/TTTMessageServer.cs(2,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
Model/TTTGame.cs(2,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(2,7): error CS0246: The type or namespace name `UIKit' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(5,7): error CS0246: The type or namespace name `CoreGraphics' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(6,7): error CS0246: The type or namespace name `CoreAnimation' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(7,7): error CS0246: The type or namespace name `Foundation' could not be found. Are you missing an assembly reference?
View/TTTGameView.cs(8,7): error CS0246: The type or namespace name `ObjCRuntime' could not be found. Are you missing an assembly reference?
---------------------- Done ----------------------
Build: 157 errors, 4 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment