🦇
Monster Survivors Template Documentation
  • Welcome
  • CHARACTER
    • Add a Character
    • Starting Ability
  • Stages
    • Stage Creator
    • Tracks And Clips
    • Stage Settings
    • Create a Stage
  • Enemies
    • Simple Enemies
    • Ranged Enemies
    • Bosses
    • Add a Simple Enemy
    • Add a Boss
  • Abilities
    • Ability Types
    • Abilities System Structure
    • Add Abilities
  • Upgrades
    • Upgrade Types
    • Upgrades System Structure
    • Add an Upgrade
  • Game structure
    • Main Menu Scene
    • Game Scene
  • Input
    • Input System
    • Menu Navigation
  • Known Issues
    • IOS Build
  • Testing
    • Abilities Testing Overlay
    • Presets
Powered by GitBook
On this page
  1. Known Issues

IOS Build

PreviousMenu NavigationNextAbilities Testing Overlay

Last updated 4 months ago

If you happen to have Haptic errors when building the project in the XCode, follow this steps to fix them.

1

Navigating to the frameworks folder

Select any framework in the frameworks topdown (in our case it was Core Media framework), right click on it and select Show In Finder

2

Locating CoreHaptic framework

Inside the finder window that just opened there should be CoreHaptics.framework folder. Select it and drag and drop it to the frameworks topdown from the previous step

3

Finishing touches

The popup will show inside the XCode. Make sure that only the UnityFramework Target is selected, and press Finish.

Haptic errors in XCode