Posts

Post marked as solved
1 Replies
3.4k Views
I've built an SDK (which has dependencies) and packaged it up as an XCFramework for clients' use, but when I test it in a project, I'm getting: ...SDK.swiftmodule/arm64-apple-ios.swiftinterface:20:8: Cannot load underlying module for... This occurs in the Compile Swift Sources action and the break is in the import DepedencySDK statement in the swiftinterface file In the SDK project and the demo, the dependencies are loaded into the project via cocoapods. Any ideas? Or suggestions on how to debug this further? Thanks!
Posted
by harikaram.
Last updated
.
Post not yet marked as solved
3 Replies
2.7k Views
I have an SDK that is a static xcframework built against 3 pods (which are configured as static frameworks as well). When I include the SDK bundle in a client project (which also includes the 3 pods as static frameworks) it gives me linkage errors (Undefined Symbol) for every reference in the SDK to these dependencies. The rest of the project (which also relies on them) compiles (and I presume, links) fine. Why can't the SDK xcframework link to them? I'm pretty sure no archs are getting excluded. The XCFramework includes both arm64 for device (iOS) and x8664arm64 for simulator Note, when I convert everything to dynamic frameworks, it works fine.
Posted
by harikaram.
Last updated
.
Post not yet marked as solved
1 Replies
616 Views
CABTMIDILocalPeripheralViewController is a welcome addition to iOS8 but it would be better for my app's purposes to enable discoverability automatically or at least incorporate it into the existing UI design. Is there a way to programtically replicate the functionality iof the "Advertise MIDI Service" UISwitch?
Posted
by harikaram.
Last updated
.