You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Unity 2021.3.27f1 along with Feel 3.13.0, building the game for Android and iOS
Goals
We wanted to integrate haptic feedbacks on our UI buttons and build the game successfully for both Android and iOS
Steps to Reproduce
Integrate Feel into the game, place the functions for the haptic feedbacks on UI buttons and build the game for iOS then try to build it into xcode on a MAC machine
Expected behavior
It should build successfully in xcode then be able to upload it to the app store, on android it works without any problem.
Observed behavior
After it was exported from unity and tried to be built in xcode it will throw this error and the build stop:
Framework 'LofeltHaptics' not found
Linker command failed with exit code 1 (use -v to see invocation)
ld: warning: ignoring duplicate libraries: '-lc++'
ld: framework 'LofeltHaptics' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Code Samples & Details
<Please provide a code sample if necessary, as well as any additional details, to help us track down the issue.>
The text was updated successfully, but these errors were encountered:
Paste your \Assets\Plugins\Feel\NiceVibrations\Plugins\iOS\LofeltHaptics.frame file into > Pods\NiceVibrations (create NiceVibrations folder) in your xcode build output. Then link this file as a framework via Xcode
Paste your \Assets\Plugins\Feel\NiceVibrations\Plugins\iOS\LofeltHaptics.frame file into > Pods\NiceVibrations (create NiceVibrations folder) in your xcode build output. Then link this file as a framework via Xcode
That solved the problem for me a year later! Thanks.
Bug report
Checklist
Environment
We are using Unity 2021.3.27f1 along with Feel 3.13.0, building the game for Android and iOS
Goals
We wanted to integrate haptic feedbacks on our UI buttons and build the game successfully for both Android and iOS
Steps to Reproduce
Integrate Feel into the game, place the functions for the haptic feedbacks on UI buttons and build the game for iOS then try to build it into xcode on a MAC machine
Expected behavior
It should build successfully in xcode then be able to upload it to the app store, on android it works without any problem.
Observed behavior
After it was exported from unity and tried to be built in xcode it will throw this error and the build stop:
Framework 'LofeltHaptics' not found
Linker command failed with exit code 1 (use -v to see invocation)
ld: warning: ignoring duplicate libraries: '-lc++'
ld: framework 'LofeltHaptics' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Code Samples & Details
<Please provide a code sample if necessary, as well as any additional details, to help us track down the issue.>
The text was updated successfully, but these errors were encountered: