Top "Swift-custom-framework" questions

Error ITMS-90206 Invalid bundle contains disallowed file 'Frameworks'

I have a problem uploading my application into the Store via Xcode, this one in particular. I saw a lot …

ios xcode cocoapods ios-frameworks swift-custom-framework
public struct in framework init is inaccessible due to 'internal' protection level in compiler

I have a struct in a framework called "MyFramework" public struct ShipmentPackage:Encodable { let package_code:String let weight:Float } …

swift access-control swift-custom-framework