Hey thanks for your help though. You've got me this far eh? I have just sent a message to tech support. I've been looking through the forums as well. It must NOT be a wifi/ router issue because the viewer was able to load on to my iphone.
Wow! I figured out that the simulator had a Version setting. I changed so that both the xcode and simulator were set to 3.1.2 and Shazam! I got the preview button and was able to see my game on my iphone!!!
I'm having the exact same problem, I think? I can get it to load on my iPod but then it freezes at the window with the transfer bar and does nothing. My iOS is 4.2, I have also tried OS 3, OS4.0, OS 4.1 and both 1st gen and 2nd gen iPods with the exact same result.
On a side note, if someone could build it for me on their machine and email it to me so that I can test out my games while I get this sorted I'd be very thankful.
Any help is much appreciated, it's been like this for a week to no avail. These are the errors I'm getting:
Couldn't open shared capabilities memory GSCapabilities (No such file or directory) /* com.apple.ibtool.document.warnings */ /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/Instructions.xib:10: warning: The 'Touch Up Inside' event of 'Custom Button' is connected to the 'prevPage:' selector of 'File's Owner', but 'prevPage:' is no longer defined on 'InstructionsController'.
Couldn't open shared capabilities memory GSCapabilities (No such file or directory) /* com.apple.ibtool.document.warnings */ /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/DownloadingView.xib warning: The 'screenshotView' outlet of 'File's Owner' is connected to 'Image View' but 'screenshotView' is no longer defined on DownloadingViewController. /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/DownloadingView.xib warning: The 'progressIndicator' outlet of 'File's Owner' is connected to 'Viewer Progress Indicator' but 'progressIndicator' is no longer defined on DownloadingViewController. /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/DownloadingView.xib warning: The 'view' outlet of 'File's Owner' is connected to 'Downloading View' but 'view' is no longer defined on DownloadingViewController. /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/DownloadingView.xib warning: The 'titleLabel' outlet of 'File's Owner' is connected to 'Label (Downloading ...)' but 'titleLabel' is no longer defined on DownloadingViewController.
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m: In function 'void loadClasses()': /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:20: warning: receiver 'GameListTableViewController' is a forward class and corresponding @interface may not exist /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:21: warning: receiver 'AQGlassButton' is a forward class and corresponding @interface may not exist /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:22: warning: receiver 'GSViewerProgressIndicator' is a forward class and corresponding @interface may not exist /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:23: warning: receiver 'GameSaladAppDelegate' is a forward class and corresponding @interface may not exist
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m: In function 'void loadClasses()': /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:20: warning: receiver 'GameListTableViewController' is a forward class and corresponding @interface may not exist /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:21: warning: receiver 'AQGlassButton' is a forward class and corresponding @interface may not exist /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:22: warning: receiver 'GSViewerProgressIndicator' is a forward class and corresponding @interface may not exist /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:23: warning: receiver 'GameSaladAppDelegate' is a forward class and corresponding @interface may not exist
Comments
YAHOOOOOOO!
On a side note, if someone could build it for me on their machine and email it to me so that I can test out my games while I get this sorted I'd be very thankful.
Any help is much appreciated, it's been like this for a week to no avail. These are the errors I'm getting:
--------------------------------------------------
Build GameSalad Viewer of project GameSalad Viewer with configuration Release
CompileXIB Instructions.xib
cd /Users/ivanko/Downloads/iphone-viewer-0-1.8.9
setenv IBC_MINIMUM_COMPATIBILITY_VERSION 4.2
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/usr/bin/ibtool --flatten NO --errors --warnings --notices --output-format human-readable-text --compile "/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/UninstalledProducts/GameSalad Viewer.app/Instructions.nib" /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/Instructions.xib --sdk /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk
Couldn't open shared capabilities memory GSCapabilities (No such file or directory)
/* com.apple.ibtool.document.warnings */
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/Instructions.xib:10: warning: The 'Touch Up Inside' event of 'Custom Button' is connected to the 'prevPage:' selector of 'File's Owner', but 'prevPage:' is no longer defined on 'InstructionsController'.
CompileXIB DownloadingView.xib
cd /Users/ivanko/Downloads/iphone-viewer-0-1.8.9
setenv IBC_MINIMUM_COMPATIBILITY_VERSION 4.2
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/usr/bin/ibtool --flatten NO --errors --warnings --notices --output-format human-readable-text --compile "/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/UninstalledProducts/GameSalad Viewer.app/DownloadingView.nib" /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/DownloadingView.xib --sdk /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk
Couldn't open shared capabilities memory GSCapabilities (No such file or directory)
/* com.apple.ibtool.document.warnings */
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/DownloadingView.xib warning: The 'screenshotView' outlet of 'File's Owner' is connected to 'Image View' but 'screenshotView' is no longer defined on DownloadingViewController.
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/DownloadingView.xib warning: The 'progressIndicator' outlet of 'File's Owner' is connected to 'Viewer Progress Indicator' but 'progressIndicator' is no longer defined on DownloadingViewController.
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/DownloadingView.xib warning: The 'view' outlet of 'File's Owner' is connected to 'Downloading View' but 'view' is no longer defined on DownloadingViewController.
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/DownloadingView.xib warning: The 'titleLabel' outlet of 'File's Owner' is connected to 'Label (Downloading ...)' but 'titleLabel' is no longer defined on DownloadingViewController.
CompileC "build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/Objects-normal/armv6/main.o" main.m normal armv6 objective-c++ com.apple.compilers.gcc.4_2
cd /Users/ivanko/Downloads/iphone-viewer-0-1.8.9
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/gcc-4.2 -x objective-c++ -arch armv6 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -Os -Wreturn-type -Wunused-variable -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -fvisibility=hidden -fvisibility-inlines-hidden -gdwarf-2 -mthumb -miphoneos-version-min=4.2 -iquote "/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/GameSalad Viewer-generated-files.hmap" "-I/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/GameSalad Viewer-own-target-headers.hmap" "-I/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/GameSalad Viewer-all-target-headers.hmap" -iquote "/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/GameSalad Viewer-project-headers.hmap" -F/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/Release-iphoneos -I/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/Release-iphoneos/include "-I/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/DerivedSources/armv6" "-I/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/DerivedSources" -c /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m -o "/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/Objects-normal/armv6/main.o"
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m: In function 'void loadClasses()':
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:20: warning: receiver 'GameListTableViewController' is a forward class and corresponding @interface may not exist
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:21: warning: receiver 'AQGlassButton' is a forward class and corresponding @interface may not exist
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:22: warning: receiver 'GSViewerProgressIndicator' is a forward class and corresponding @interface may not exist
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:23: warning: receiver 'GameSaladAppDelegate' is a forward class and corresponding @interface may not exist
CompileC "build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/Objects-normal/armv7/main.o" main.m normal armv7 objective-c++ com.apple.compilers.gcc.4_2
cd /Users/ivanko/Downloads/iphone-viewer-0-1.8.9
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/gcc-4.2 -x objective-c++ -arch armv7 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -Os -Wreturn-type -Wunused-variable -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -fvisibility=hidden -fvisibility-inlines-hidden -gdwarf-2 -mthumb -miphoneos-version-min=4.2 -iquote "/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/GameSalad Viewer-generated-files.hmap" "-I/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/GameSalad Viewer-own-target-headers.hmap" "-I/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/GameSalad Viewer-all-target-headers.hmap" -iquote "/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/GameSalad Viewer-project-headers.hmap" -F/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/Release-iphoneos -I/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/Release-iphoneos/include "-I/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/DerivedSources/armv7" "-I/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/DerivedSources" -c /Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m -o "/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/Objects-normal/armv7/main.o"
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m: In function 'void loadClasses()':
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:20: warning: receiver 'GameListTableViewController' is a forward class and corresponding @interface may not exist
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:21: warning: receiver 'AQGlassButton' is a forward class and corresponding @interface may not exist
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:22: warning: receiver 'GSViewerProgressIndicator' is a forward class and corresponding @interface may not exist
/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/main.m:23: warning: receiver 'GameSaladAppDelegate' is a forward class and corresponding @interface may not exist
Ld "build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/Objects-normal/armv7/GameSalad Viewer" normal armv7
cd /Users/ivanko/Downloads/iphone-viewer-0-1.8.9
setenv IPHONEOS_DEPLOYMENT_TARGET 4.2
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/g++-4.2 -arch armv7 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -L/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/Release-iphoneos -L/Users/ivanko/Downloads/iphone-viewer-0-1.8.9 -L/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/../../trunk/player/iphone-common -F/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/Release-iphoneos -filelist "/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/Objects-normal/armv7/GameSalad Viewer.LinkFileList" -dead_strip -miphoneos-version-min=4.2 -lGameSaladViewer -framework CoreLocation -lsqlite3.0 -framework SystemConfiguration -framework AVFoundation -framework QuartzCore -framework CoreGraphics -framework OpenGLES -framework UIKit -framework Foundation -lxml2 -lz -framework OpenAL -framework AudioToolbox -weak_framework iAd -o "/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/Objects-normal/armv7/GameSalad Viewer"
ld: warning: directory '/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/../../trunk/player/iphone-common' following -L not found
Ld "build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/Objects-normal/armv6/GameSalad Viewer" normal armv6
cd /Users/ivanko/Downloads/iphone-viewer-0-1.8.9
setenv IPHONEOS_DEPLOYMENT_TARGET 4.2
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/g++-4.2 -arch armv6 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk -L/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/Release-iphoneos -L/Users/ivanko/Downloads/iphone-viewer-0-1.8.9 -L/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/../../trunk/player/iphone-common -F/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/Release-iphoneos -filelist "/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/Objects-normal/armv6/GameSalad Viewer.LinkFileList" -dead_strip -miphoneos-version-min=4.2 -lGameSaladViewer -framework CoreLocation -lsqlite3.0 -framework SystemConfiguration -framework AVFoundation -framework QuartzCore -framework CoreGraphics -framework OpenGLES -framework UIKit -framework Foundation -lxml2 -lz -framework OpenAL -framework AudioToolbox -weak_framework iAd -o "/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/build/GameSalad Viewer.build/Release-iphoneos/GameSalad Viewer.build/Objects-normal/armv6/GameSalad Viewer"
ld: warning: directory '/Users/ivanko/Downloads/iphone-viewer-0-1.8.9/../../trunk/player/iphone-common' following -L not found