简体   繁体   中英

Binding library for Xamarin iOS is throwing a Native Linking Error when included in a project

We are trying to use Flic buttons . They do not have any .Net libraries, so we're creating binding libraries. The libraries compile, but when they are referenced by the Xamarin.Forms project and we build iOS, it throws the following errors:

Native linking failed. Please review the build log.
Native linking error: framework not found fliclib.1.2.2.PBF.PROD

Any idea how we get passed this?

You can try adding the .framework which is mentioned in the error description to the native references of the Xamarin iOS project. This will resolve the framework link issues.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM