Device: 5s,6 (simulator)
iOS: 8.3.0
xCode:8.0
The following error occurs when I am using the application I am creating.
By the way, regarding ReactNative, not only RN, but also many similar error reports were seen.
No solution was found.
If you have a solution, please let me know.
dyld:lazy symbol binding failed:Symbol not found:_objc_unsafeClaimAutoreleasedReturnValue
Referenced from: /Users/xxxx/Library/Developer/CoreSimulator/Devices/02E630D1-C8A4-4ACF-9A66-87096969AC97/data/Containers/Bundle/Application/F4BCC21E-65D0-459B-BE69-79107E4CDB07/myapp.app/myapp
Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.3.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib
dyld —Symbol not found:_objc_unsafeClaimAutoreleasedReturnValue
Referenced from: /Users/xxxx/Library/Developer/CoreSimulator/Devices/02E630D1-C8A4-4ACF-9A66-87096969AC97/data/Containers/Bundle/Application/F4BCC21E-65D0-459B-BE69-79107E4CDB07/myapp.app/myapp
Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.3.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib
The reason was that the Deployment Target of the added library was 9.0
577 PHP ssh2_scp_send fails to send files as intended
884 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
596 GDB gets version error when attempting to debug with the Presense SDK (IDE)
603 Uncaught (inpromise) Error on Electron: An object could not be cloned
566 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.