-
Notifications
You must be signed in to change notification settings - Fork 12
iOS Crash on Sample Cordova App #17
Comments
Something went wrong. Check please in Xcode |
@al0b There doesn't appear to be a Frameworks folder within that package: I attempted to create one and drag and drop the iOS frameworks from the trial package into the new folder, but it looks like that was removed after re-building the app. What can I do to ensure those get added? In the Cordova project in VS Code, I can see that the frameworks are in the proper place (platforms/ios) and the framework search path in XCode is set to platforms/ios Edit:
|
I'm sorry for delay. In the plugin there are some hooks ( So, now you can add the |
When running the RTRCordovaSample app in XCode on an iPhone simulator or physical device, the app launches and displays a splash screen but then crashes. The following error is showing in the console:
dyld: Library not loaded: @rpath/AbbyyRtrSDK.framework/AbbyyRtrSDK Referenced from: /private/var/containers/Bundle/Application/F83BA7A6-14D1-4FFA-888E-9EBEAB7801F9/RTRCordovaSample.app/RTRCordovaSample Reason: image not found dyld: launch, loading dependent libraries DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
The frameworks appear to be properly linked along with the asset files and I've copied over the license file from the trial package:
The text was updated successfully, but these errors were encountered: