Game Buildbox Probleme Xcode

Discussion in 'How Can I...?' started by oussama_mouncet, Nov 14, 2015.

  1. oussama_mouncet

    oussama_mouncet Boxer

    Joined:
    Nov 14, 2015
    Messages:
    2
    Likes Received:
    0
    Hello I have faced a problem in a game Buildbox With Xcode Please Help me Please :'( !

    This My Probleme

    Undefined symbols for architecture x86_64:

    "_OBJC_CLASS_$_HZBannerAd", referenced from:

    objc-class-ref in libPTAdHeyzap.a(PTAdHeyzap.o)

    "_OBJC_CLASS_$_HZBannerAdOptions", referenced from:

    objc-class-ref in libPTAdHeyzap.a(PTAdHeyzap.o)

    "_OBJC_CLASS_$_HZIncentivizedAd", referenced from:

    objc-class-ref in libPTAdHeyzap.a(PTAdHeyzap.o)

    "_OBJC_CLASS_$_HZInterstitialAd", referenced from:

    objc-class-ref in libPTAdHeyzap.a(PTAdHeyzap.o)

    "_OBJC_CLASS_$_HeyzapAds", referenced from:

    objc-class-ref in libPTAdHeyzap.a(PTAdHeyzap.o)

    ld: symbol(s) not found for architecture x86_64

    clang: error: linker command failed with exit code 1 (use -v to see invocation)
     
  2. oussama_mouncet

    oussama_mouncet Boxer

    Joined:
    Nov 14, 2015
    Messages:
    2
    Likes Received:
    0
    Help Me Please
     

    Attached Files:

  3. ajcoryat

    ajcoryat Avid Boxer

    Joined:
    Sep 25, 2015
    Messages:
    241
    Likes Received:
    111
    It maybe the version of Xcode you are using e.g 7.1
    The problem is likely to go away if you reinstall Xcode 6.4 available here
    Until BB is updated to handle Xcode 7.x that may be your best solution
     
  4. trudnai

    trudnai Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,235
    Likes Received:
    701
    For me it sounds like HeyZap framework is not added to the project. The problem with 7.1 is more like with the bitcode as far as I concern (or at least I can compile and run BB game on my iphone with the 7.1 after turning off the bitcode...)

    Anyways, @oussama_mouncet have you followed this video tutorial?
     
  5. netkomm

    netkomm Avid Boxer

    Joined:
    Nov 23, 2015
    Messages:
    274
    Likes Received:
    143
    I have tried to compile a simple project with XCode 7.1.1 and the only settings that have to be changed in order to compile perfectly are the following:

    - enable "full screen mode";
    - disable "BITCODE" compilation
     
    David D likes this.
  6. oriv

    oriv Boxer

    Joined:
    Sep 25, 2015
    Messages:
    19
    Likes Received:
    1
    How do you enable full screen mode?
     
  7. netkomm

    netkomm Avid Boxer

    Joined:
    Nov 23, 2015
    Messages:
    274
    Likes Received:
    143
    When you load a project, XCode (7.1.1) will ask you if you want to change the settings to the most current settings (nothing much but gets rid of any warning). Then, you can go to the main setting page and select the target PZPlayer and select the related option to set the app in full screen mode.

    To disable the BITCODE you need to select "Build Settings" (use the search field since there are tons of settings in there...) and change the settings only for the app. This will take care of it.

    Screen Shot 2015-11-30 at 11.24.35 AM.png
     
    oriv likes this.
  8. oriv

    oriv Boxer

    Joined:
    Sep 25, 2015
    Messages:
    19
    Likes Received:
    1
    Thanks - I will try it tonight.
     

Share This Page