Xcode Errors

Discussion in 'Buildbox General Discussion' started by Alan Kirschberg, Apr 1, 2020.

  1. Alan Kirschberg

    Alan Kirschberg Boxer

    Joined:
    Apr 1, 2020
    Messages:
    9
    Likes Received:
    1
    Dear Buildbox Community,

    I finished my game on Buildbox and wanted to test it out in iOS by using XCode, following the video tutorial on the Builbox YouTube account.

    I had my iPhone Xs connected and pressed play.

    Everything went smoothly until these 3 errors occurred and I have honestly no clue how to fix them.

    Showing All Errors Only
    Undefined symbol: _OBJC_CLASS_$_SKStoreReviewController

    Undefined symbol: _OBJC_CLASS_$_SKPayment

    Undefined symbol: _OBJC_CLASS_$_SKPaymentQueue

    Does anybody know how to fix these errors? I would really appreciate it!

    Thanks in advance.
     
  2. mohamed awad

    mohamed awad Avid Boxer

    Joined:
    Mar 10, 2019
    Messages:
    315
    Likes Received:
    158
    i think this error Undefined symbol: _OBJC_CLASS_$_SKStoreReviewController
    shown when storekit sdk is missing
    try
    Target > App > General and then under Frameworks, Libraries, and Embedded Content hit the plus icon and add StoreKit.framework

    but it shouldn't happen
    it always work fine without edit anything if we using real device, not simulators
     
  3. Alan Kirschberg

    Alan Kirschberg Boxer

    Joined:
    Apr 1, 2020
    Messages:
    9
    Likes Received:
    1
    Do I need to do that on Buildbox or in XCode?
     
  4. Sean Buildbox

    Sean Buildbox Serious Boxer

    Joined:
    Sep 24, 2015
    Messages:
    902
    Likes Received:
    1,076
    mohamed awad likes this.
  5. Alan Kirschberg

    Alan Kirschberg Boxer

    Joined:
    Apr 1, 2020
    Messages:
    9
    Likes Received:
    1
    No, I don't. I am assuming I need one, right?
     
  6. mohamed awad

    mohamed awad Avid Boxer

    Joined:
    Mar 10, 2019
    Messages:
    315
    Likes Received:
    158
    Jaro likes this.
  7. Sean Buildbox

    Sean Buildbox Serious Boxer

    Joined:
    Sep 24, 2015
    Messages:
    902
    Likes Received:
    1,076
    Typically any In-App/monetization stuff requires the apple developer account and will issue these errors
     
    Jaro likes this.
  8. Alan Kirschberg

    Alan Kirschberg Boxer

    Joined:
    Apr 1, 2020
    Messages:
    9
    Likes Received:
    1
    Perfect! Will do! Thanks for the help.
     
    Sean Buildbox likes this.

Share This Page