Help Please. Anyone have TeamViewer?
Devils
Member Posts: 561
Hello, I am trying to get my app into my iphone. Is there anyone that can help me out using TeamViewer if possible? I don't know what is going but I would like to get this problem out of my way. Thank you in advance.
Comments
In the provisioning portal you'll have to make a provisioning profile that is a test version. Not for distribution(assuming you have your appID). Then you download that one. Double click it. That will open xcode and install the profile to your phone. From there, you publish your app via GS and select the profile you just installed as it should now be in the list of available profiles. After you do that and download your app binary. Drag and drop it into your iTunes icon and make sure it's selected for sync! Hope that helps in some way.
The version of iOS on “Pablo Molina’s iPhone” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK; which is available here.
OS Installed on Pablo Molina’s iPhone
4.1 (8B117)
Xcode Supported iOS Versions
4.0.1
4.0
3.2.1 (7B405)
3.2
3.1.3
3.1.2
3.1.1
3.1
3.0.1
3.0
It is the latest version according to Apple so I don't know whats going on. There is more above all this but I can't seem to copy it to paste here.
From what it looks like: That right there means you haven't actually updated xcode. Did you go through the install? Your xcode version(under about) should say 3.2.4.
If you launch the disk image, you should be taken through the unpackaging and upgrading of xcode.
I just had to upgrade mine last night as well.
It's still not clear whether you're trying to put the app you're working on on your device or the viewer itself... Because you can do both.
If it's the viewer, then you should have created a prov profile with a bundle id that is called "gamesaladviewer" or something of the sort. Then under resources in xcode(assuming you get it working with the correct version) you'll have to change the info.plist section called Bundle Identifier
See photo
you'll make yours say com.mynameordomain.gamesaladviewer.
This, of course, needs to happen after your version issue gets squared away.
https://developer.apple.com/ios/download.action?path=/ios/ios_sdk_4.1__final/xcode_3.2.4_and_ios_sdk_4.1.dmg
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
"Xcode 4 developer preview 3
This is a pre-release version of Xcode 4, a major new release of Xcode for both Mac and iOS development. This release requires Mac OS X 10.6 Snow Leopard, and includes the iOS SDK 4.1, to develop apps for Mac, iPhone, and iPad. Please review the Release Notes and Readme before installing this software."
and
"Xcode 4 developer preview 3 includes iOS SDK 4.1, bug fixes, and additional features. To compile submissions for the App Store, continue to use Xcode 3.2.4 and iOS SDK 4.1.
Xcode 4 developer preview is pre-release software and is considered Apple Confidential Information."
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Anyone else confirm?