iOS

After completing game app development using Hive SDK iOS, you need to configure the following settings when building your game app:

  1. Select your project from the project navigator in Xcode's project window.
  2. Select your game app from the TARGETS list.
  3. Click on the Build Settings tab.
  4. Click on the Linking item and enter -Objc in the Other Linker Flags field.
  5. If the Swift Language Version is set to Unspecified under the Swift Compiler - Language item, change it to a value of 4 or higher. The visibility of this option may vary depending on external library dependencies.
  6. Set the Enable Bitcode item to NO.