xcode - Vungle and Facebook not working together in iOS -


i have game made unity, using both facebook , vungle sdks. works fine me in android build.

however, when port ios project , try build it, getting link errors. looking through errors can see 1 of either vungle or facebook missing. when first make xcode project has vungle sdk included not facebook and, if build again xcode have facebook no vungle sdk.

any subsequent builds come facebook only. have tried many times rebuild project. there way merge these 2 projects if @ possible?

this giving me link errors. can 1 tell me whether doing wrong.

the screenshots images can downloaded links below:

with vungle

with facebook

also, can see facebook replaced storekit framework. did come across issue?

it sounds both sdks rebuilding xcode framework search paths / linked frameworks scratch.

you might able around issue exporting project facebook included, , manually adding vungle sdk framework xcode project (outlined @ https://support.vungle.com/hc/en-us/articles/204430550-get-started-with-vungle-ios-sdk).


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -