iOS Build Environment Help Center

IronSource Framework Problem

append delete Rushan

Windows 10
iOS Builder - version 3.59
iOS SDK 16.2

Build Log:
https://pmbaty.com/paste/?dd692970851fe2d0#FJSbDvi4LRFn6CZLmNsg1EDjms5vR4A8Qd9rEWdQDJr2

Hey Pierre,

I am getting this error regarding IronSource/AdMob Frameworks. For context, I have added IronSource 7.7.0 sdk in extra frameworks.

Extra Compiler flags:
-F"C:/Users/kolon/Documents/IronSource7.7.0/IronSource/IronSource.xcframework/ios-arm64"

Extra Linker Flags:
-F"C:/Users/kolon/Documents/IronSource7.7.0/IronSource"
-framework IronSource

Reply RSS

Replies

append delete #1. Pierre-Marie Baty

Hello

Look at the first error:

ld64.lld: error: undefined symbol: […]

These undefined symbols errors are mentioned in the documentation and the process to solve them is detailed. Basically, an undefined symbol means a missing library or framework that you must point the linker at. To find out which one, look at the symbol name, remove the leading underscore, and look it up on the web to find out which library or framework it belongs to. Then add it. Then rebuild.

Reply

(Leave this as-is, it’s a trap!)

There is no need to “register”, just enter the same name + password of your choice every time.

Pro tip: Use markup to add links, quotes and more.

Moderators: Pierre-Marie Baty