hi there, I’ve already released my app with none sdks last week, but while I’m trying to integrate an ads sdk with pods, defold reports a lot of undefined symbols. I created a PodFile under the mysdk/manifests/ios folder and I can import some headers within it, do I miss anything here? I’m quite used to the Xcode workflow and have quite few ideas on this. Here are some screenshots of some key information.
log.txt (104.1 KB)
Can you share some logs with errors that you got?
2 Likes
Yeah, I edited the post and uploaded it 
I’m not sure, but the log says it can’t find CoreAudioTypes, which should be included with CoreServices or CoreAudio. I don’t see CoreServices or CoreAudio in the frameworks. Perhaps you could try adding it.
@Cloud-W please, create a ticket here GitHub · Where software is built. If I understand correctly there is some bug on build server side with PodSpec which has several subspecs inside. In logs I didn’t see paths to libraries installed with Cocoapods (only -framework AnyThinkSDK
which I believe came from your ext.manifest
). I will take a look at the end of the week.
1 Like
oh thanks, this pod contains multiple frameworks, shown in the picture, and from the error I see, only the libraries in AnyThinkSDK could be linked somehow, and all the other ones like AnyThinkBanner could not, I will create a ticket soon.
1 Like
Hello. Please, try to build your project with build-stage.defold.com
as a build server. I deployed fixes a while ago. Please, let me know how it goes.
1 Like