ibm-bluemix-mobile-services/bms-clientsdk-swift-analytics

BMS Analysis Not Working in Xcode 9.2

Opened this issue · 3 comments

dyld: Library not loaded: @rpath/BMSAnalytics.framework/BMSAnalytics
Referenced from: /var/containers/Bundle/Application/B310B57C-6A75-44FC-8752-047690521C79/ePricer BP.app/ePricer BP
Reason: no suitable image found. Did find:
/private/var/containers/Bundle/Application/B310B57C-6A75-44FC-8752-047690521C79/ePricer BP.app/Frameworks/BMSAnalytics.framework/BMSAnalytics: code signing blocked mmap() of '/private/var/containers/Bundle/Application/B310B57C-6A75-44FC-8752-047690521C79/ePricer BP.app/Frameworks/BMSAnalytics.framework/BMSAnalytics'
/private/var/containers/Bundle/Application/B310B57C-6A75-44FC-8752-047690521C79/ePricer BP.app/Frameworks/BMSAnalytics.framework/BMSAnalytics: code signing blocked mmap() of '/private/var/containers/Bundle/Application/B310B57C-6A75-44FC-8752-047690521C79/ePricer BP.app/Frameworks/BMSAnalytics.framework/BMSAnalytics'
/private/var/containers/Bundle/Application/B310B57C-6A75-44FC-8752-047690521C79/ePricer BP.app/Frameworks/BMSAnalytics.framework/BMSAnalytics: stat() failed with errno=1
/private/var/containers/Bundle/Application/B310B57C-6A75-44FC-8752-047690521C79/ePricer BP.app/Frameworks/BMSAnalytics.framework/BMSAnalytics: code signing blocked mmap() of '/private/var/containers/Bundle/Application/B310B57C-6A75-44FC-8752-047690521C79/ePricer BP.app/Frameworks/BMSAnalytics.framework/BMSAnalytics'
/private/var/containers/Bundle/Application/B310B57C-6A75-44FC-8752-047690521C79/ePricer BP.app/Frameworks/BMSAnalytics.framework/BMSAnalytics: stat() failed with errno=1
(lldb)

This issue seems to be iPhone Developer certificate in Xcode. Can you please follow this suggestions on internet ?

https://egeek.me/2017/10/21/code-signing-blocked-mmap-on-ios-device/
https://stackoverflow.com/questions/46447779/xcode9-code-signing-blocked-mmap-while-running-on-device

Try this things out as this is your XCode settings specific we won't be able to reproduce. Pls get back here if the issue is resolved or you're still stuck ..

I have already tried your solution.My issues has not solved and Still I have faced these issue

screen shot 2018-03-13 at 10 48 00 am

Gentle Reminder