Bb3 Xcode Not Working

Discussion in 'How Can I...?' started by Dmytro, May 12, 2020.

  1. Dmytro

    Dmytro Boxer

    Joined:
    May 9, 2020
    Messages:
    27
    Likes Received:
    5
    Hello, when building the game in xcode, I have a lot of messages and errors (screenshot). I am using the latest version of xcode and BB 3.2.1



    Showing Recent Errors Only

    Undefined symbol: _OBJC_CLASS_$_SKStoreReviewController
    Undefined symbol: _OBJC_CLASS_$_SKPayment
    Undefined symbol: _OBJC_CLASS_$_SKPaymentQueue
     
  2. 5petersonzachary

    5petersonzachary Serious Boxer

    Joined:
    Jan 23, 2016
    Messages:
    569
    Likes Received:
    169
    In AppDelegate.h add this line
    #import <StoreKit/StoreKit.h>
     
    Dmytro and Sean Buildbox like this.
  3. Dmytro

    Dmytro Boxer

    Joined:
    May 9, 2020
    Messages:
    27
    Likes Received:
    5
    Thank you, this solved the problem (screenshot). But now I have a new problem, when I run the project on my iphone 6s plus, i see only BB3 logo (screenshot) and in xcode I see such an error (screenshot) "Thread 1: signal SIGABRT
     
  4. Sean Buildbox

    Sean Buildbox Serious Boxer

    Joined:
    Sep 24, 2015
    Messages:
    902
    Likes Received:
    1,076
    Looks like a memory crash. The 6s Plus is a fairly older phone at this point. How many atlases does your game have/what is the game's size?
     
  5. Dmytro

    Dmytro Boxer

    Joined:
    May 9, 2020
    Messages:
    27
    Likes Received:
    5
    I don't know.. where i can find this info ?
     
  6. Sean Buildbox

    Sean Buildbox Serious Boxer

    Joined:
    Sep 24, 2015
    Messages:
    902
    Likes Received:
    1,076
    "View" on the top bar and atlases
     
  7. Dmytro

    Dmytro Boxer

    Joined:
    May 9, 2020
    Messages:
    27
    Likes Received:
    5
    Hello, there are 4 atlases in my game. The game runs great on android devices. The problem with iPhones remains relevant to me. I tried on different devices with different amounts of free memory, the error remains the same
     
  8. Sean Buildbox

    Sean Buildbox Serious Boxer

    Joined:
    Sep 24, 2015
    Messages:
    902
    Likes Received:
    1,076
    Can you DM me the BBDOC file or email it to support@buildbox.com so we can better investigate and assist. 4 atlases shouldn't be an issue so a deeper look is likely needed.
     
  9. Dmytro

    Dmytro Boxer

    Joined:
    May 9, 2020
    Messages:
    27
    Likes Received:
    5
    Sean, thank you for helping! I'm not sure that the problem is related to my project, the same result with free templates (3D DEMO and others)
     
  10. Dmytro

    Dmytro Boxer

    Joined:
    May 9, 2020
    Messages:
    27
    Likes Received:
    5
    Sean, have any ideas why this error could be? I am using the latest version of bb3 and xcode
     
    Olivier Mastey likes this.
  11. Sean Buildbox

    Sean Buildbox Serious Boxer

    Joined:
    Sep 24, 2015
    Messages:
    902
    Likes Received:
    1,076
    In your screenshot it shows Generic Device. You are plugging in your actual iOS device correct? It will not work without it
     

Share This Page