Skip to content
New issue

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

demo app crash #1

Closed
DevulderJeanPaul opened this issue Jun 24, 2022 · 2 comments
Closed

demo app crash #1

DevulderJeanPaul opened this issue Jun 24, 2022 · 2 comments

Comments

@DevulderJeanPaul
Copy link

dyld[11073]: Library not loaded: @rpath/VIViewInvalidating.framework/Versions/A/VIViewInvalidating
Referenced from: /Users/devulderjean-paul/Library/Developer/Xcode/DerivedData/TextField_Demo-axqsehvudewmvxgkparmaodnoynm/Build/Products/Debug/TextField Demo.app/Contents/MacOS/TextField Demo
Reason: tried: '/Users/devulderjean-paul/Library/Developer/Xcode/DerivedData/TextField_Demo-axqsehvudewmvxgkparmaodnoynm/Build/Products/Debug/VIViewInvalidating.framework/Versions/A/VIViewInvalidating' (no such file), '/Users/devulderjean-paul/Library/Developer/Xcode/DerivedData/TextField_Demo-axqsehvudewmvxgkparmaodnoynm/Build/Products/Debug/PackageFrameworks/VIViewInvalidating.framework/Versions/A/VIViewInvalidating' (code signature in <2738D0B8-F3B2-3B10-ADF8-13F0C2B04593> '/Users/devulderjean-paul/Library/Developer/Xcode/DerivedData/TextField_Demo-axqsehvudewmvxgkparmaodnoynm/Build/Products/Debug/PackageFrameworks/VIViewInvalidating.framework/Versions/A/VIViewInvalidating' not valid for use in process: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)), '/usr/lib/swift/VIViewInvalidating.framework/Versions/A/VIViewInvalidating' (no such file), '/Users/devulderjean-paul/Library/Developer/Xcode/DerivedData/TextField_Demo-axqsehvudewmvxgkparmaodnoynm/Build/Products/Debug/TextField Demo.app/Contents/MacOS/../Frameworks/VIViewInvalidating.framework/Versions/A/VIViewInvalidating' (code signature in <2738D0B8-F3B2-3B10-ADF8-13F0C2B04593> '/Users/devulderjean-paul/Library/Developer/Xcode/DerivedData/TextField_Demo-axqsehvudewmvxgkparmaodnoynm/Build/Products/Debug/TextField Demo.app/Contents/Frameworks/VIViewInvalidating.framework/Versions/A/VIViewInvalidating' not valid for use in process: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)), '/usr/lib/swift/VIViewInvalidating.framework/Versions/A/VIViewInvalidating' (no such file), '/Users/devulderjean-paul/Library/Developer/Xcode/DerivedData/TextField_Demo-axqsehvudewmvxgkparmaodnoynm/Build/Products/Debug/TextField Demo.app/Contents/MacOS/../Frameworks/VIViewInvalidating.framework/Versions/A/VIViewInvalidating' (code signature in <2738D0B8-F3B2-3B10-ADF8-13F0C2B04593> '/Users/devulderjean-paul/Library/Developer/Xcode/DerivedData/TextField_Demo-axqsehvudewmvxgkparmaodnoynm/Build/Products/Debug/TextField Demo.app/Contents/Frameworks/VIViewInvalidating.framework/Versions/A/VIViewInvalidating' not valid for use in process: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)), '/Library/Frameworks/VIViewInvalidating.framework/Versions/A/VIViewInvalidating' (no such file), '/System/Library/Frameworks/VIViewInvalidating.framework/Versions/A/VIViewInvalidating' (no such file)
(lldb)

hi, demo app crash
monterey 12.4, Xcode 12.3
Capture d’écran 2022-06-24 à 22 23 25

@DevulderJeanPaul
Copy link
Author

hi,
i resolve the problem when I check the button "Disable Library Validation" on Hardened Runtime
thanks,

dagronf added a commit that referenced this issue Jun 24, 2022
See #1

Fixed the linkage for VIViewInvalidating to static
@dagronf
Copy link
Owner

dagronf commented Jun 24, 2022

Changed the linkage of VIViewInvalidating to static within the library. Updating to 0.2.0 should resolve the issue.

Thanks for letting me know!

@dagronf dagronf closed this as completed Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants