Skip to content

Instantly share code, notes, and snippets.

@ChrisBlackman
Created October 30, 2014 21:42
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 ChrisBlackman/adf21c87674d39ba91e8 to your computer and use it in GitHub Desktop.
Save ChrisBlackman/adf21c87674d39ba91e8 to your computer and use it in GitHub Desktop.
Cleaning Solution: avTouch (Debug|iPhone)
Cleaning: avTouch (Debug|iPhone)
Removing output files...
Clean complete
Building Solution: avTouch (Debug|iPhone)
Building: avTouch (Debug|iPhone)
Detecting signing identity...
Provisioning Profile: "iOS Team Provisioning Profile: *" (958812ba-8806-4944-a28a-dba63cb01aca)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
App ID: "2TU993NY9J.avtouch"
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/3.10.0/bin/mcs /noconfig "/r:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/mscorlib.dll" -nostdlib "/out:/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/bin/iPhone/Debug/avTouch.exe" "/r:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/System.dll" "/r:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/System.Xml.dll" "/r:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/System.Core.dll" "/r:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/monotouch.dll" "/r:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/OpenTK.dll" "/r:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/System.Core.dll" /nologo /warn:4 /debug:full /optimize- /codepage:utf8 "/define:DEBUG" "/define:__MOBILE__" "/define:__IOS__" /t:exe "/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/avTouchViewController.xib.designer.cs" "/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/MainWindow.xib.designer.cs" "/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/Main.cs" "/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/avTouchViewController.cs" "/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/CALevelMeter.cs" "/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/MeterTable.cs" "/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/LevelMeter.cs"
Compilation succeeded - 2 warning(s)
/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/avTouchViewController.cs(18,24): warning CS0672: Member `avTouch.avTouchViewController.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)' overrides obsolete member `MonoTouch.UIKit.UIViewController.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)'. Add the Obsolete attribute to `avTouch.avTouchViewController.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)'
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/2.1/monotouch.dll (Location of the symbol related to previous warning)
/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/avTouchViewController.cs(29,12): warning CS0414: The private field `avTouch.avTouchController.SkipInterval' is assigned but its value is never used
Compiling interface definitions
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --minimum-deployment-target 3.0 --output-format human-readable-text --compile "/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/bin/iPhone/Debug/avTouch.app/MainWindow.nib" "/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/MainWindow.xib" --sdk "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk"
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --minimum-deployment-target 3.0 --output-format human-readable-text --compile "/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/bin/iPhone/Debug/avTouch.app/avTouchViewController.nib" "/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/avTouchViewController.xib" --sdk "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk"
2014-10-30 17:36:00.499 ibtoold[24786:682578] Exception raised while decoding document objects - -[NSTaggedPointerString getCharacters:range:]: Range {0, 10} out of bounds; string length 6
/* com.apple.ibtool.errors */
/Users/xamarinqa/GitRepo/monotouch-samples/AVTouchSample/avTouchViewController.xib: error: The document "avTouchViewController.xib" could not be opened. The operation couldn’t be completed. -[NSTaggedPointerString getCharacters:range:]: Range {0, 10} out of bounds; string length 6.
Failure Reason: -[NSTaggedPointerString getCharacters:range:]: Range {0, 10} out of bounds; string length 6.
Recovery Suggestion: Check the console log for additional information.
ibtool exited with code 1
Build complete -- 1 error, 2 warnings
---------------------- Done ----------------------
Project does not have bundle identifier specified. Generated 'avtouch' to match an installed provisioning profile.
Build: 1 error, 3 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment