Created
July 3, 2012 17:04
-
-
Save Bigcheese/3041071 to your computer and use it in GitHub Desktop.
This file contains 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
CompileC /Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/Objects-normal/armv7/MUWelcomeScreenPad.o Source/Classes/MUWelcomeScreenPad.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler | |
cd /Users/michael/Projects/mumble-ios | |
setenv LANG en_US.US-ASCII | |
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" | |
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -Wno-trigraphs -fpascal-strings -O0 -Wreturn-type -Wparentheses -Wswitch -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-shorten-64-to-32 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk -gdwarf-2 -fvisibility=hidden -Wno-sign-conversion -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=5.1 -iquote /Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/Mumble-generated-files.hmap -I/Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/Mumble-own-target-headers.hmap -I/Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/Mumble-all-target-headers.hmap -iquote /Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/Mumble-project-headers.hmap -I/Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Products/Debug-iphoneos/include -I/Users/michael/Projects/mumble-ios/MumbleKit/src -I/Users/michael/Projects/mumble-ios/Dependencies/fmdb/src -I/Users/michael/Projects/mumble-ios/Dependencies/gtm -I/Users/michael/Projects/mumble-ios/Dependencies/MKNumberBadgeView -I/Users/michael/Projects/mumble-ios/Dependencies/plcrashreporter -I/Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/DerivedSources/armv7 -I/Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/DerivedSources -F/Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Products/Debug-iphoneos -DNS_BLOCK_ASSERTIONS=1 -include /Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/PrecompiledHeaders/Mumble-bdkvyomhbvxwbedezdltnmrragcu/Mumble.pch -MMD -MT dependencies -MF /Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/Objects-normal/armv7/MUWelcomeScreenPad.d -c /Users/michael/Projects/mumble-ios/Source/Classes/MUWelcomeScreenPad.m -o /Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/Objects-normal/armv7/MUWelcomeScreenPad.o | |
In file included from /Users/michael/Projects/mumble-ios/Source/Classes/MUWelcomeScreenPad.m:34: | |
/Users/michael/Projects/mumble-ios/Source/Classes/MUPopoverBackgroundView.h:31:38: error: cannot find interface declaration for 'UIPopoverBackgroundView', superclass of 'MUPopoverBackgroundView'; did you mean 'MUPopoverBackgroundView'? [3] | |
@interface MUPopoverBackgroundView : UIPopoverBackgroundView | |
^ | |
/Users/michael/Projects/mumble-ios/Source/Classes/MUPopoverBackgroundView.h:31:1: note: 'MUPopoverBackgroundView' declared here [3] | |
@interface MUPopoverBackgroundView : UIPopoverBackgroundView | |
^ | |
/Users/michael/Projects/mumble-ios/Source/Classes/MUPopoverBackgroundView.h:31:38:{31:1-31:35}: error: trying to recursively use 'UIPopoverBackgroundView' as superclass of 'MUPopoverBackgroundView' [3] | |
@interface MUPopoverBackgroundView : UIPopoverBackgroundView | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Users/michael/Projects/mumble-ios/Source/Classes/MUWelcomeScreenPad.m:187:42:{187:42-187:73}: warning: class method '+class' not found (return type defaults to 'id') [3] | |
popOver.popoverBackgroundViewClass = [MUPopoverBackgroundView class]; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning and 2 errors generated. | |
CompileC /Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/Objects-normal/armv7/MUPopoverBackgroundView.o Source/Classes/MUPopoverBackgroundView.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler | |
cd /Users/michael/Projects/mumble-ios | |
setenv LANG en_US.US-ASCII | |
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" | |
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -Wno-trigraphs -fpascal-strings -O0 -Wreturn-type -Wparentheses -Wswitch -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-shorten-64-to-32 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk -gdwarf-2 -fvisibility=hidden -Wno-sign-conversion -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=5.1 -iquote /Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/Mumble-generated-files.hmap -I/Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/Mumble-own-target-headers.hmap -I/Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/Mumble-all-target-headers.hmap -iquote /Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/Mumble-project-headers.hmap -I/Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Products/Debug-iphoneos/include -I/Users/michael/Projects/mumble-ios/MumbleKit/src -I/Users/michael/Projects/mumble-ios/Dependencies/fmdb/src -I/Users/michael/Projects/mumble-ios/Dependencies/gtm -I/Users/michael/Projects/mumble-ios/Dependencies/MKNumberBadgeView -I/Users/michael/Projects/mumble-ios/Dependencies/plcrashreporter -I/Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/DerivedSources/armv7 -I/Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/DerivedSources -F/Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Products/Debug-iphoneos -DNS_BLOCK_ASSERTIONS=1 -include /Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/PrecompiledHeaders/Mumble-bdkvyomhbvxwbedezdltnmrragcu/Mumble.pch -MMD -MT dependencies -MF /Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/Objects-normal/armv7/MUPopoverBackgroundView.d -c /Users/michael/Projects/mumble-ios/Source/Classes/MUPopoverBackgroundView.m -o /Users/michael/Library/Developer/Xcode/DerivedData/Mumble-bqwivkngditwrxdqcqxbdkzyfpaz/Build/Intermediates/Mumble.build/Debug-iphoneos/Mumble.build/Objects-normal/armv7/MUPopoverBackgroundView.o | |
In file included from /Users/michael/Projects/mumble-ios/Source/Classes/MUPopoverBackgroundView.m:31: | |
/Users/michael/Projects/mumble-ios/Source/Classes/MUPopoverBackgroundView.h:31:38: error: cannot find interface declaration for 'UIPopoverBackgroundView', superclass of 'MUPopoverBackgroundView'; did you mean 'MUPopoverBackgroundView'? [3] | |
@interface MUPopoverBackgroundView : UIPopoverBackgroundView | |
^ | |
/Users/michael/Projects/mumble-ios/Source/Classes/MUPopoverBackgroundView.h:31:1: note: 'MUPopoverBackgroundView' declared here [3] | |
@interface MUPopoverBackgroundView : UIPopoverBackgroundView | |
^ | |
/Users/michael/Projects/mumble-ios/Source/Classes/MUPopoverBackgroundView.h:31:38:{31:1-31:35}: error: trying to recursively use 'UIPopoverBackgroundView' as superclass of 'MUPopoverBackgroundView' [3] | |
@interface MUPopoverBackgroundView : UIPopoverBackgroundView | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
/Users/michael/Projects/mumble-ios/Source/Classes/MUPopoverBackgroundView.m:41:18: error: 'MUPopoverBackgroundView' cannot use 'super' because it is a root class [3] | |
if ((self = [super initWithFrame:frame])) { | |
^ | |
/Users/michael/Projects/mumble-ios/Source/Classes/MUPopoverBackgroundView.m:47:9:{47:9-47:35}: warning: instance method '-addSubview:' not found (return type defaults to 'id') [3] | |
[self addSubview:_imgView]; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/michael/Projects/mumble-ios/Source/Classes/MUPopoverBackgroundView.m:54:6: error: 'MUPopoverBackgroundView' cannot use 'super' because it is a root class [3] | |
[super dealloc]; | |
^ | |
/Users/michael/Projects/mumble-ios/Source/Classes/MUPopoverBackgroundView.m:84:6: error: 'MUPopoverBackgroundView' cannot use 'super' because it is a root class [3] | |
[super layoutSubviews]; | |
^ | |
/Users/michael/Projects/mumble-ios/Source/Classes/MUPopoverBackgroundView.m:85:27: error: property 'frame' not found on object of type 'MUPopoverBackgroundView *' [3] | |
_imgView.frame = self.frame; | |
^ | |
1 warning and 6 errors generated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment