Search code examples
xcodereact-nativepluginsibm-mobilefirst

xcode library file's header not found inside react native plugin


I'm developing a ios app with use of react native npm plugin and pod files

I have installed pod package using "pod 'IBMMobileFirstPlatformFoundationJSONStore'" and also installed plugin and manually configure the project to the application
My problem is installed ios application of the plugin requires IBMMobileFirstPlatformFoundationJSONStore as the header

I have looked into several suggestions related to the topic but could resolve it yet Please help Thanks in advance


Solution

  • I could find a solution I have added "use_frameworks!" on top of the plugin's pod file and it worked fine