Azure / azure-spatial-anchors-samples

Azure Spatial Anchors sample code
Other
293 stars 139 forks source link

"no suitable image found" by iOS's ADAL #158

Closed BASB-Ichikawa closed 4 years ago

BASB-Ichikawa commented 4 years ago

I've been executing a sample project (iOS) on Mac and Xcode. the app deploy on iPhone 8 (v 13.3). But the app has an error below, when the app start.

Can anyone do any advice?


dyld: Library not loaded: @rpath/ADAL.framework/ADAL Referenced from: /private/var/containers/Bundle/Application/774C8738-B08D-4210-A93A-EC0AA7F3B253/SampleSwift.app/SampleSwift Reason: no suitable image found. Did find: /private/var/containers/Bundle/Application/774C8738-B08D-4210-A93A-EC0AA7F3B253/SampleSwift.app/Frameworks/ADAL.framework/ADAL: code signature invalid for '/private/var/containers/Bundle/Application/774C8738-B08D-4210-A93A-EC0AA7F3B253/SampleSwift.app/Frameworks/ADAL.framework/ADAL'

/private/var/containers/Bundle/Application/774C8738-B08D-4210-A93A-EC0AA7F3B253/SampleSwift.app/Frameworks/ADAL.framework/ADAL: code signature invalid for '/private/var/containers/Bundle/Application/774C8738-B08D-4210-A93A-EC0AA7F3B253/SampleSwift.app/Frameworks/ADAL.framework/ADAL'

/private/var/containers/Bundle/Application/774C8738-B08D-4210-A93A-EC0AA7F3B253/SampleSwift.app/Frameworks/ADAL.framework/ADAL: stat() failed with errno=1
/private/var/containers/Bundle/Application/774C8738-B08D-4210-A93A-EC0AA7F3B253/SampleSwift.app/Frameworks/ADAL.framework/ADAL: code signature invalid for '/private/var/containers/Bundle/Application/774C8738-B08D-4210-A93A-EC0AA7F3B253/SampleSwift.app/Frameworks/ADAL.framework/ADAL'

/private/var/containers/Bundle/Application/774C8738-B08D-4210-A93A-EC0AA7F3B253/SampleSwift.app/Frameworks/ADAL.framework/ADAL: stat() failed with errno=1
darax commented 4 years ago

how have your configured signing? Do you have a paid developer account with apple, and is the device you are testing on registered?

This stack overflow post seems to have a couple useful things to try: https://stackoverflow.com/questions/60384835/dyld-library-not-loaded-code-signature-invalid

no-response[bot] commented 4 years ago

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.