juicycleff / flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
BSD 3-Clause "New" or "Revised" License
2.12k stars 514 forks source link

'@rpath/UnityFramework.framework/UnityFramework' #439

Open bakboem opened 3 years ago

bakboem commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Unity (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

Chris-the-Intern commented 3 years ago

I'm having the same issue. Where I receive the error in the tab/file 0--abort-with-payload:

dyld: Library not loaded: @rpath/UnityFramework.framework/UnityFramework

Screen Shot 2021-08-05 at 5 32 20 PM

I've followed all the steps in the README/YouTube tutorial and I am at the point where I almost have it working on iOS. The app is on my real device, it's just blank and won't close. This [rpath issue] seems to be causing the trouble. Any assistance @juicycleff would be greatly appreciated.

juicycleff commented 3 years ago

Try cleaning your export, the youtube tutorial is outdated.

Chris-the-Intern commented 3 years ago

Okay, thank you for the response! I will try that.

bakboem commented 3 years ago

I'm having the same issue. Where I receive the error in the tab/file 0--abort-with-payload:

dyld: Library not loaded: @rpath/UnityFramework.framework/UnityFramework

Screen Shot 2021-08-05 at 5 32 20 PM

thank u for reply.. yes…The process stops right there… i’m too

andyshephard commented 3 years ago

This can happen if you don't add UnityFramework.framework to the 'Frameworks, Libraries and Embedded Content' section within your target's General settings.

AhmedNavaz commented 1 year ago

This can happen if you don't add UnityFramework.framework to the 'Frameworks, Libraries and Embedded Content' section within your target's General settings.

Can you please share screenshots or steps to add.

akhileshv25 commented 1 month ago

I'm having the same issue. Where I receive the error in the tab/file 0--abort-with-payload:

dyld: Library not loaded: @rpath/UnityFramework.framework/UnityFramework

Screen Shot 2021-08-05 at 5 32 20 PM

I've followed all the steps in the README/YouTube tutorial and I am at the point where I almost have it working on iOS. The app is on my real device, it's just blank and won't close. This [rpath issue] seems to be causing the trouble. Any assistance @juicycleff would be greatly appreciated.

I am facing the same issue, how did you solved this error

akhileshv25 commented 1 month ago
Screenshot 2024-08-09 at 8 29 23 AM

how to solve this error

wx953999109 commented 4 weeks ago

i got same problem , how to fix , who can tell me