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
{{ message }}
This repository was archived by the owner on Sep 25, 2024. It is now read-only.
Xcode 9.3, Swift 4, following the readme file's "Add Source Code to your project", project can't run in iPhoneOS.
Solution:
Delete CommonCrypto folder. On your application targets Build Settings, Import Paths setting, delete CommonCrypto. And delete /usr/lib/system/ on Library Search Paths.
Add "#import <CommonCrypto/CommonCrypto.h>" in your project's xxx-Bridging-Header.h file.
3.Find "import CommonCrypto" in this project and delete it. Then you can run your project in iPhoneOS successfully.