We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
i tried to run your app on Xcode 11.3 & Xcode 10.2 , the result is the same, the app crash before the launch . here is the trace :
`dyld: Library not loaded: @rpath/Realm.framework/Realm Referenced from: /private/var/containers/Bundle/Application/ACFA74F0-CB41-4862-A81B-0DB93054E919/iHealth.app/iHealth Reason: no suitable image found. Did find: /private/var/containers/Bundle/Application/ACFA74F0-CB41-4862-A81B-0DB93054E919/iHealth.app/Frameworks/Realm.framework/Realm: code signature invalid for '/private/var/containers/Bundle/Application/ACFA74F0-CB41-4862-A81B-0DB93054E919/iHealth.app/Frameworks/Realm.framework/Realm'
/private/var/containers/Bundle/Application/ACFA74F0-CB41-4862-A81B-0DB93054E919/iHealth.app/Frameworks/Realm.framework/Realm: code signature invalid for '/private/var/containers/Bundle/Application/ACFA74F0-CB41-4862-A81B-0DB93054E919/iHealth.app/Frameworks/Realm.framework/Realm' /private/var/containers/Bundle/Application/ACFA74F0-CB41-4862-A81B-0DB93054E919/iHealth.app/Frameworks/Realm.framework/Realm: stat() failed with errno=1 /private/var/containers/Bundle/Application/ACFA74F0-CB41-4862-A81B-0DB93054E919/iHealth.app/Frameworks/Realm.framework/Realm: code signature invalid for '/private/var/containers/Bundle/Application/ACFA74F0-CB41-4862-A81B-0DB93054E919/iHealth.app/Frameworks/Realm.framework/Realm' /private/var/containers/Bundle/Application/ACFA74F0-CB41-4862-A81B-0DB93054E919/iHealth.app/Frameworks/Realm.framework/Realm: stat() failed with errno=1`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
i tried to run your app on Xcode 11.3 & Xcode 10.2 , the result is the same, the app crash before the launch .
here is the trace :
`dyld: Library not loaded: @rpath/Realm.framework/Realm
Referenced from: /private/var/containers/Bundle/Application/ACFA74F0-CB41-4862-A81B-0DB93054E919/iHealth.app/iHealth
Reason: no suitable image found. Did find:
/private/var/containers/Bundle/Application/ACFA74F0-CB41-4862-A81B-0DB93054E919/iHealth.app/Frameworks/Realm.framework/Realm: code signature invalid for '/private/var/containers/Bundle/Application/ACFA74F0-CB41-4862-A81B-0DB93054E919/iHealth.app/Frameworks/Realm.framework/Realm'
The text was updated successfully, but these errors were encountered: