Error when Building

TouchTiltGamesTouchTiltGames Member Posts: 1,162
edited November -1 in Tech Support
Getting this error when trying to build on the iphone, this is the first time I've tried since the 0.9.2

Code Sign error: a valid provisioning profile matching the application's Identifier 'com.gendaigames.gamesaladviewer' could not be found

Anyone experience this?

Comments

  • EminemEminem Member Posts: 667
    You have to change the app id

    So change the com.xxxx.xxx to the provisioning u set up in the portal
  • TouchTiltGamesTouchTiltGames Member Posts: 1,162
    Nah this is gendaigames id though...I didn't change anything.
  • EminemEminem Member Posts: 667
    Are u trying to install the viewer on your iPhone?
  • TouchTiltGamesTouchTiltGames Member Posts: 1,162
    Yeah, just trying to get Xcode running and getting this error. Trying to find where in the Build settings you set this..been a while!
  • EminemEminem Member Posts: 667
    Yea so just add your own bundle Id

    You have to change the info. Plist
  • EminemEminem Member Posts: 667
    This will help you:

  • TouchTiltGamesTouchTiltGames Member Posts: 1,162
    Yeah thanks. I'm trying to use one of the many I've created but I get:

    Check dependencies

    [BEROR]Code Sign error: Provisioning profile 'ShaneWhitehouse' specifies the Application Identifier 'com.shanewhitehouse.tfg' which doesn't match the current setting 'com.gendaigames.gamesaladviewer'
  • firemaplegamesfiremaplegames Member Posts: 3,211
    In the build settings in Xcode, you need to change:

    com.gendaigames.gamesaladviewer

    To:

    com.shanewhitehouse.tfg (or whatever you set as the AppID)
  • EminemEminem Member Posts: 667
    Yep exactly

    When you do that

    It should work
  • TouchTiltGamesTouchTiltGames Member Posts: 1,162
    Thanks guys got it :)

    Haven't had to do this for months because it was just working lol. All the App ID's and profiles I setup would just work.

    cheers.
Sign In or Register to comment.