Wrox Programmer Forums
|
BOOK: Beginning iOS Game Development
This is the forum to discuss the Wrox book Beginning iOS Game Development by Patrick Alessi ; ISBN: 978-1-1181-0732-4
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning iOS Game Development section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 9th, 2012, 06:00 PM
Registered User
 
Join Date: Apr 2012
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 10, Tic Tac: Link error

xcode 4.5.1; mountain lion; "problem" with GKPeerPickerController

ANYONE ELSE HIT THIS PROBLEM? SOLUTION?

Ld /Users/RoamingRooster/Library/Developer/Xcode/DerivedData/TicTac-hdcnutahlljppharevpdzmlllyky/Build/Products/Debug-iphonesimulator/TicTac.app/TicTac normal i386
cd /Users/RoamingRooster/Documents/PROJECTS
setenv IPHONEOS_DEPLOYMENT_TARGET 5.0
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk -L/Users/RoamingRooster/Library/Developer/Xcode/DerivedData/TicTac-hdcnutahlljppharevpdzmlllyky/Build/Products/Debug-iphonesimulator -F/Users/RoamingRooster/Library/Developer/Xcode/DerivedData/TicTac-hdcnutahlljppharevpdzmlllyky/Build/Products/Debug-iphonesimulator -filelist /Users/RoamingRooster/Library/Developer/Xcode/DerivedData/TicTac-hdcnutahlljppharevpdzmlllyky/Build/Intermediates/TicTac.build/Debug-iphonesimulator/TicTac.build/Objects-normal/i386/TicTac.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=5.0 -framework Foundation -framework UIKit -o /Users/RoamingRooster/Library/Developer/Xcode/DerivedData/TicTac-hdcnutahlljppharevpdzmlllyky/Build/Products/Debug-iphonesimulator/TicTac.app/TicTac

Undefined symbols for architecture i386:
"_OBJC_CLASS_$_GKPeerPickerController", referenced from:
objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

(null): "_OBJC_CLASS_$_GKPeerPickerController", referenced from:
(null): Objc-class-ref in ViewController.o
(null): Symbol(s) not found for architecture i386

(null): Linker command failed with exit code 1 (use -v to see invocation)
 
Old November 1st, 2012, 03:11 PM
Registered User
 
Join Date: Apr 2012
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Smile Chp 10: Tic Tac Link error - Resolution

resolution: add Game Kit to Build Phases -> Link Binary With Libraries





Similar Threads
Thread Thread Starter Forum Replies Last Post
Error after 1st exercise chapter 10 Wolfman2500 BOOK: Beginning ASP.NET 4 : in C# and VB 4 September 8th, 2012 04:26 AM
Chapter 10, listing 10-10-app kiwibrit BOOK: Professional ASP.NET 3.5 : in C# and VB ISBN: 978-0-470-18757-9 2 August 18th, 2009 04:21 AM
Tic Tac Toe Help! Exidis C++ Programming 1 July 9th, 2008 05:29 PM
Chapter 10 exception error JohnBoy BOOK: Beginning Visual Basic 2005 Databases ISBN: 978-0-7645-8894-5 4 August 1st, 2007 03:27 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.