Exec format error with custom iOS framework running on simulator
I’m building an iOS application that uses GoogleMaps iOS SDK. I added the SDK with Swift Package Manager, and it worked; however, the previews are not working anymore because Google Maps SDK is a static library, and XCode cannot show previews with static libraries.
Preview disabled because of static library
I’m building an iOS application that uses GoogleMaps iOS SDK. I added the SDK with Swift Package Manager, and it worked; however, the previews are not working anymore because Google Maps SDK is a static library, and XCode cannot show previews with static libraries.