Discussion Forums  >  Uncategorized

Replies: 11    Views: 603

andypanda
I hate code!
Profile
Posts: 24
Reg: Dec 31, 2010
California
240
01/11/11 09:07 PM (15 years ago)

Build Failed(1error)

This is the file name: snowleopardmedia.xcodeproj. I reinstalled xcode and ios sdk. Still getting Build Failed. Your ideas. Thanks,
 
paulwyre
Apple Fan
Profile
Posts: 139
Reg: Dec 21, 2010
USA
1,390
like
01/11/11 09:49 PM (15 years ago)
What errors are you getting in the console?
 
andypanda
I hate code!
Profile
Posts: 24
Reg: Dec 31, 2010
California
240
like
01/11/11 11:54 PM (15 years ago)
I click the green down arrow for source code. Unzip http://www.buzztouch.com/files/temp/buzztouch_v14_iPhone_B6CA527FB840C973.zip, click on snowleopardmedia.xcodeproj, then click on Build and Run and at that point, I get the Build Failed(1error) message.
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
01/12/11 04:23 AM (15 years ago)
Yes, we hear ya, errors. Which ones? What does Xcode say? Click the red-text in the lower right of the build window to see details about the erros you're getting.
 
andypanda
I hate code!
Profile
Posts: 24
Reg: Dec 31, 2010
California
240
like
01/12/11 10:07 AM (15 years ago)
The following are the red text errors. /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-25/iphoneos4.1/System/Library/Frameworks/AddressBook.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-25/iphoneos4.1/System/Library/Frameworks/AudioToolbox.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-25/iphoneos4.1/System/Library/Frameworks/AVFoundation.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-25/iphoneos4.1/System/Library/Frameworks/CoreAudio.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-25/iphoneos4.1/System/Library/Frameworks/CoreGraphics.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-25/iphoneos4.1/System/Library/Frameworks/CoreLocation.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-25/iphoneos4.1/System/Library/Frameworks/Foundation.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-25/iphoneos4.1/usr/lib/libsqlite3.dylib /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-25/iphoneos4.1/System/Library/Frameworks/MapKit.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-25/iphoneos4.1/System/Library/Frameworks/MessageUI.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-25/iphoneos4.1/System/Library/Frameworks/QuartzCore.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-25/build/Debug/snowleopardmedia.app /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-25/iphoneos4.1/System/Library/Frameworks/SystemConfiguration.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-25/iphoneos4.1/System/Library/Frameworks/UIKit.framework
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
01/12/11 10:14 AM (15 years ago)
Are you sure you have the iOS SDK (software development kit) installed? This is something you download from Apple (it's free). It's the development environment for compling iOS apps. If you already have it installed, open the Frameworks directory in the project and see if you have the necessary frameworks added to the project. You shouldn't have to do this. After intsalling the iOS SDK on your Mac, these things are usually taken care of automagically.
 
andypanda
I hate code!
Profile
Posts: 24
Reg: Dec 31, 2010
California
240
like
01/12/11 11:14 AM (15 years ago)
This is what showed in the download: xcode_3-1.2.5_and_ios_sdk_4.2_final.dmg.download
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
01/12/11 11:37 AM (15 years ago)
WE are not talking about the download from buzztouch, we are talking about the download from Apple. You need to download the latest Apple Devleloper Tools, called the iOS SDK before the buzztouch downlaod will be usable. I hope this makes sense.
 
andypanda
I hate code!
Profile
Posts: 24
Reg: Dec 31, 2010
California
240
like
01/12/11 01:55 PM (15 years ago)
I downloaded everything again. These are the error messages I receive /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-33/iphoneos4.1/System/Library/Frameworks/AddressBook.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-33/iphoneos4.1/System/Library/Frameworks/AVFoundation.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-33/iphoneos4.1/System/Library/Frameworks/CoreGraphics.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-33/iphoneos4.1/System/Library/Frameworks/CoreLocation.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-33/iphoneos4.1/usr/lib/libsqlite3.dylib /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-33/iphoneos4.1/System/Library/Frameworks/MapKit.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-33/iphoneos4.1/System/Library/Frameworks/MediaPlayer.framework /Users/AndrewAsher/Downloads/buzztouch_v14_iPhone_B6CA527FB840C973-33/iphoneos4.1/System/Library/Frameworks/MessageUI.framework
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
01/12/11 06:11 PM (15 years ago)
Have you looked in the Frameworks directory in the buzztouch project? Youre Xcode install install is not including the necessary iOS frameworks. Maybe do a Google search for adding frameworks to my xcode project - something strange is going on.
 
andypanda
I hate code!
Profile
Posts: 24
Reg: Dec 31, 2010
California
240
like
01/14/11 10:40 PM (15 years ago)
I solved the problem by watching the third video on Base SDK missing. Thank everyone for your help.
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
01/15/11 12:06 AM (15 years ago)
Great news! You're very welcome and we wish you luck. It does get easier, it really does. You'll be old-school in no time with the Xcode environment after doing it a few times. It's actually a pretty good setup compared to nearly any other IDE (integrated development environment) out there. Cheers
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.