When I tried this :
In XCode -> Build Phase -> Linked frameworks and libraries: choose your particular framework status from required to optional.
From this issue : https://stackoverflow.com/questions/46447779/xcode9-code-signing-blocked-mmap-while-running-on-device
The app dont crash on startup.
But, "wikitudePlugin.isDeviceSupported()" define my device as not supported with a "null" message...
But it's an iPad Air 2 with iOS 11. it's could be work no?
From the samples, I tried to use this setting :
{ "path": "www/world/01_ImageTracking_1_ImageOnTarget/index.html", "requiredFeatures": [ "image_tracking" ], "startupConfiguration": { "camera_position": "back", "camera_resolution": "auto" } }
Any ideas?
Thank you.
Hi,
I'm afraid I have no experience with this specific error. I also do not understand, based on the error message, what the problem could be. But setting the framework to optional is certainly not the way to go; you'll have to leave that at required and deal with the initial issue.
Have you by any chance tried the suggestions of these pages?
https://stackoverflow.com/questions/32730312/reason-no-suitable-image-found
https://egeek.me/2017/10/21/code-signing-blocked-mmap-on-ios-device/
- Daniel
Pierre Chabiland
Hi,
I just install Wikitude cordova plugin on my existing app, and I get this error on startup in my iPad :
I view some issues, but none of then works.
WikitudeSDK is already embedded :

Always Embed Swift Standard Librairie is set to YES.I dont find "embedded binaries contain swift code" who are deprecated
And "Enable Bitcode" is set to "NO"
Any ideas about what can be messing around?
Thank you.