Error shown for Native Extension Tip

Asked By 30 points N/A Posted on -
qa-featured

Hi experts,

 

The following error shows Native Extension Tip // ld: framework not found. This error comes up using ANE’s. Is there any way to resolve this issue? I am waiting for your help so that I may fix this problem as soon as possible.

 

Bundle of thanks.

Error: ‘Launcing … has encountered a problem. Error occurred while packaging the application: Id: framework not found … Compilation failed while executing : Id64

SHARE
Answered By 0 points N/A #172023

Error shown for Native Extension Tip

qa-featured

The resolution of this issue requires you to have the iOS SDK path added into the build packaging options that are available in the iOS platform. This is because the default SDK you are using does not have the functionality needed by the native extension. What you need to do is to go to the Apple developer site to download xcode so you can acquire the iOS SDK you need. Afterwards, in the build packaging options, you can specify the path in the Apple iOS like this in the illustration:  

 

specify-the-path-in-the-Apple-iOS-here

Related Questions