yasirmturk / openalpr-swift

iOS Framework for the openalpr library ready to use in Swift and Objective-C.
GNU General Public License v3.0
38 stars 24 forks source link

Crashing in simulator #12

Closed skarsad04 closed 4 years ago

skarsad04 commented 4 years ago

After installing pod, I am trying to run the code and build is successful but unable to open the app in simulator.

dyld: lazy symbol binding failed: can't resolve symbol _cxa_guardacquire in /Users/52127608/Library/Developer/CoreSimulator/Devices/FC163F57-3BF9-4CDA-9E24-DAA7C8EADBC1/data/Containers/Bundle/Application/A97B39AF-FC7A-4AC0-9503-C36DF7265780/NJEZPass.app/NJEZPass because dependent dylib #1 could not be loaded dyld: can't resolve symbol cxa_guard_acquire in /Users/52127608/Library/Developer/CoreSimulator/Devices/FC163F57-3BF9-4CDA-9E24-DAA7C8EADBC1/data/Containers/Bundle/Application/A97B39AF-FC7A-4AC0-9503-C36DF7265780/NJEZPass.app/NJEZPass because dependent dylib #1 could not be loaded

phabreeze commented 4 years ago

yep same here. It appears to be linked to this issue --> https://stackoverflow.com/questions/52331634/xcode-10-0-gm-dyld-lazy-symbol-binding-failed-cant-resolve-symbol-cxa-gu

yasirmturk commented 4 years ago

I have updated the problematic SDK Please wait for podspecs to be updated or override this lib in your own project's Podfile pod 'TesseractOCRiOS', '~> 5.0.1' and then $ pod update TesseractOCRiOS clean, build and run