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
I am following the steps of the tutorial to integrate unity as a library in IOS
and I can deploy the app in the iPhone but every time I press init it says it can't load unity framework (full log below)
Using xcode 13.4.1 and unity 2020.3.20
not sure what to do so grateful for any tip
@ghus86 did you find any solution to it? I am also facing issues app is running well on the device but while I try to archive the build to upload on the app store:
mv: rename /Users/nitinagnihotri/Library/Developer/Xcode/DerivedData/app-gtwhaanzlkytweabcxtkpwshirmf/Build/Intermediates.noindex/ArchiveIntermediates/app/InstallationBuildProductsLocation/Applications/app.app/Frameworks/UnityFramework.framework/UnityFramework-merged to /Users/nitinagnihotri/Library/Developer/Xcode/DerivedData/app-gtwhaanzlkytweabcxtkpwshirmf/Build/Intermediates.noindex/ArchiveIntermediates/app/InstallationBuildProductsLocation/Applications/app.app/Frameworks/UnityFramework.framework/UnityFramework: No such file or directory
Hi
I am following the steps of the tutorial to integrate unity as a library in IOS
and I can deploy the app in the iPhone but every time I press init it says it can't load unity framework (full log below)
Using xcode 13.4.1 and unity 2020.3.20
not sure what to do so grateful for any tip
@juliusmik @juliusj-unity @vaidasma
Error loading /var/containers/Bundle/Application/283BDC07-2119-41C6-B682-FC72282155B4/NativeiOSApp.app/Frameworks/UnityFramework.framework/UnityFramework: dlopen(/var/containers/Bundle/Application/283BDC07-2119-41C6-B682-FC72282155B4/NativeiOSApp.app/Frameworks/UnityFramework.framework/UnityFramework, 265): Library not loaded: @rpath/UnityDriver.framework/UnityDriver
Referenced from: /private/var/containers/Bundle/Application/283BDC07-2119-41C6-B682-FC72282155B4/NativeiOSApp.app/Frameworks/UnityFramework.framework/UnityFramework
Reason: image not found
2022-09-18 16:49:29.910789+0100 NativeiOSApp[837:34834] Error loading /var/containers/Bundle/Application/283BDC07-2119-41C6-B682-FC72282155B4/NativeiOSApp.app/Frameworks/UnityFramework.framework/UnityFramework: dlopen(/var/containers/Bundle/Application/283BDC07-2119-41C6-B682-FC72282155B4/NativeiOSApp.app/Frameworks/UnityFramework.framework/UnityFramework, 265): Library not loaded: @rpath/UnityDriver.framework/UnityDriver
Referenced from: /private/var/containers/Bundle/Application/283BDC07-2119-41C6-B682-FC72282155B4/NativeiOSApp.app/Frameworks/UnityFramework.framework/UnityFramework
Reason: image not found
The text was updated successfully, but these errors were encountered: