Help Please. Anyone have TeamViewer?

DevilsDevils Member Posts: 561
edited November -1 in Working with GS (Mac)
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

  • ChipmunkGamesChipmunkGames Member Posts: 106
    whats teamviewer??
  • DevilsDevils Member Posts: 561
    It's a program that allows me and another person to work on each other desktop, so for instance I would give you access to my desktop through you computer and you can control my mouse etc..
  • ChipmunkGamesChipmunkGames Member Posts: 106
    oh cool
  • jweaver911jweaver911 Member Posts: 439
    I have teamviewer... But am not sure I'd be able to be much assistance. I think your problem may lie in your provisioning.
  • DevilsDevils Member Posts: 561
    I really don't understand Xcode is telling me that the version I have is new. Obviously since I installed it directly from Apples site. Why would it say that to me.
  • jweaver911jweaver911 Member Posts: 439
    EDIT: I got that message you are speaking of when I used a profile for a previous app. I needed to make a new one.

    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.
  • DevilsDevils Member Posts: 561
    The problem I am having is not with the provisioning profile it is with the viewer I believe. When you launch the GS viewer it shows my iPhone and tells me that it's a new update 4.1 and it should be less according to the xcode that opens up. I have downloaded it directly from Apples site 2x already and installed and I still get the same message.
  • jweaver911jweaver911 Member Posts: 439
    Oh... I'm sorry I thought you were trying to put a build of your app on your device. That's strange, and you're sure you have the newest viewer? did you have a profile for the viewer? and did you change the bundle id for the viewer app?
  • DevilsDevils Member Posts: 561
    I am trying to put the app into my device. Yes I have the latests updates for everything. This is where I think I am doing something wrong you want to know if I have a profile for the viewer I can't answer that because I am new to GS and if it was done in the video by tsb then yes I have it. I believe this ID bundle was changed in the viewer because I recall watching tsb do something like this in his video.
  • DevilsDevils Member Posts: 561
    I apologize for the double post. This below is what I see when I double-click the provisioning profile and the organizer pops up.

    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.
  • Rob2Rob2 Member Posts: 2,402
    you have xcode 3.2.3 you need 3.2.4
  • jweaver911jweaver911 Member Posts: 439
    Hey it's ok. We were all "new" at some point. We can all thank apple for making it uber complicated to jump through all their asinine hoops to get things rolling.

    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
    image

    you'll make yours say com.mynameordomain.gamesaladviewer.

    This, of course, needs to happen after your version issue gets squared away.
  • DevilsDevils Member Posts: 561
    So where can I get the Xcode your talking about? Under about mine says 4.0 so it's wrong correct? I really wish Apple would handle things like this and left the game making to us lol.
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    if you have xcode 4.0 installed, you've downloaded and install the beta release:

    "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."
  • DevilsDevils Member Posts: 561
    That is what I have installed. I got it from the developer center.
  • jweaver911jweaver911 Member Posts: 439
    AHHHHH... I didn't even think of the beta. Stupid betas.... ;)
  • DevilsDevils Member Posts: 561
    Question before I install the new file. Do I install it over the old Xcode or do I remove the current Xcode first? If I have to remove it, how do I do that on a Mac? I will be attempting this after work.
  • jweaver911jweaver911 Member Posts: 439
    From my experience, I have always just left what was there intact and installed over it.

    Anyone else confirm?
  • DevilsDevils Member Posts: 561
    Well there is no way to install a previous version of Xcode once you install the beta one. I have installed it and it stills says its the 4.0 version. I really need some help with this.
Sign In or Register to comment.