Xcode Problem

Discussion in 'How Can I...?' started by yepez7, Feb 27, 2017.

Tags:
  1. yepez7

    yepez7 Boxer

    Joined:
    Oct 26, 2016
    Messages:
    55
    Likes Received:
    3
    I have this issues
    any help is good
     

    Attached Files:

  2. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    Not an issue just a warning, your game should still run.
    Try it....
     
    Christoph likes this.
  3. yepez7

    yepez7 Boxer

    Joined:
    Oct 26, 2016
    Messages:
    55
    Likes Received:
    3
    It works on emulator but it craches on my iPhone when I test it.

    It only opens buildbox and then the game stops
     
  4. Astro Games

    Astro Games Avid Boxer

    Joined:
    Nov 15, 2016
    Messages:
    356
    Likes Received:
    190
    Try to put "strong" for the first warning (it is the same as second) and delete whole line of code for the 3rd warning about fullscreen. Should work.
     
  5. yepez7

    yepez7 Boxer

    Joined:
    Oct 26, 2016
    Messages:
    55
    Likes Received:
    3
    It did deseaper but it still only go to buildbox and application stops in my iphone
     
  6. Christoph

    Christoph Miniboss Boxer

    Joined:
    Oct 4, 2015
    Messages:
    2,807
    Likes Received:
    2,309
    This warnings are normal. Ignore them as playsgames6666 says. Your problem is another one: optimization. Your game crashes when loading the atlases.
     
    playsgames6666 likes this.
  7. Astro Games

    Astro Games Avid Boxer

    Joined:
    Nov 15, 2016
    Messages:
    356
    Likes Received:
    190
    @Christoph How to ignore warnings in X-Code? I can't just ignore because build will fail. Is it any option to ignore warnings?
     
  8. yepez7

    yepez7 Boxer

    Joined:
    Oct 26, 2016
    Messages:
    55
    Likes Received:
    3
    So how can I fix it?
     
  9. Andy

    Andy Miniboss Boxer

    Joined:
    Sep 24, 2015
    Messages:
    2,152
    Likes Received:
    1,546
    Warnings are yellow, and do not cause the build to fail. Errors are red and cause the build to fail. You must have red some errors?
     
  10. yepez7

    yepez7 Boxer

    Joined:
    Oct 26, 2016
    Messages:
    55
    Likes Received:
    3
    No right know I don't have any errors or warnings. But my application doesn't open in my iPhone.

    It only gets to buildbox image and then stops
     
  11. Andy

    Andy Miniboss Boxer

    Joined:
    Sep 24, 2015
    Messages:
    2,152
    Likes Received:
    1,546
    As @Christoph stated you need to optimize your graphics most likely. How many atlases do you have? Most likely you are running out of memory.
     
  12. yepez7

    yepez7 Boxer

    Joined:
    Oct 26, 2016
    Messages:
    55
    Likes Received:
    3
    It doesn't have a lot of graphics is a simple game.

    So I'm running out of space in my game? Or phone?

    And if it is in my game how can I fix this or change this?
     
  13. Andy

    Andy Miniboss Boxer

    Joined:
    Sep 24, 2015
    Messages:
    2,152
    Likes Received:
    1,546
    @yepez7
    Well, I said most likely... can't tell for sure from the forum. If it's a simple game then it may be another issue. I would send a copy of your BBDOC to support@buildbox.com so we can give you some advice that directly relates to your game.
     
  14. yepez7

    yepez7 Boxer

    Joined:
    Oct 26, 2016
    Messages:
    55
    Likes Received:
    3
    Right know I try a different project and it happen again didn't open in divice.

    You think is my iPod?
    Or the apk?
     
  15. Andy

    Andy Miniboss Boxer

    Joined:
    Sep 24, 2015
    Messages:
    2,152
    Likes Received:
    1,546
    Again, please contact support@buildbox.com so we can look at your particular situation. I can't tell anything without seeing what you are doing.
     
  16. yepez7

    yepez7 Boxer

    Joined:
    Oct 26, 2016
    Messages:
    55
    Likes Received:
    3
    I did send it I hope I can get help. Thank you
     
  17. khalid

    khalid Avid Boxer

    Joined:
    Feb 17, 2016
    Messages:
    343
    Likes Received:
    67
    Don't put any thing in the start UI other than preload bar
    Don't put event observer in the main menu UI and try to make it simple Mainmenu


    Then try
     
  18. yepez7

    yepez7 Boxer

    Joined:
    Oct 26, 2016
    Messages:
    55
    Likes Received:
    3
    I don't have that y only have an observer but In the world and is the tutorial
     
  19. khalid

    khalid Avid Boxer

    Joined:
    Feb 17, 2016
    Messages:
    343
    Likes Received:
    67
    Try to make simple on starting until you find what causing that

    I had similar issue only on iPhone and it was running fine on android

    You need to fix it with trial and error technique until you find what is causing it

    If you know how you debug using Xcode it will be easier, but if you don't then learning xcode device debuging will cost you more time
     
  20. yepez7

    yepez7 Boxer

    Joined:
    Oct 26, 2016
    Messages:
    55
    Likes Received:
    3
    I do have the sharing button, Facebook button, leaderboard, and rate button without their URL do u think is that?. And same an Android work perfect but iPhone don't even open
     

Share This Page