Appboy / appboy-ios-sdk

Public repo for the Braze iOS SDK
https://www.braze.com
Other
165 stars 142 forks source link

Unable to compile using Xcode 12.5 and SwiftPM #275

Closed mkuliszkiewicz closed 3 years ago

mkuliszkiewicz commented 3 years ago
Screenshot 2021-02-02 at 15 42 13
hokstuff commented 3 years ago

Hi @mbanasiewicz,

Thanks for the heads up - Xcode 12.5 is currently in beta so it is possible there may be more changes. However, were you able to get AppboyUI working through SPM on your app before updating to Xcode 12.5 beta? If so, what versions of Xcode and our SDK did you upgrade from / to when you experienced this issue?

vrutings commented 3 years ago

Getting the same issue only when updating to Xdode 12.5

salling commented 3 years ago

Same issue in beta 2

xav42mac commented 3 years ago

Same problem here when updating to XCode 12.5 beta 2

chshapiro commented 3 years ago

Hey all,

We are able to repro these errors and are currently investigating. Xcode 12.5 is still in beta, and we will continue to keep an eye on these errors as more betas are released as this points to being an Xcode bug.

salling commented 3 years ago

I think the problem is that these import statements are missing in the AppboyKit.h umbrella header:

#import "ABKModalWebViewController.h"
#import "ABKNoConnectionLocalization.h"
lowip commented 3 years ago

@mbanasiewicz, @vrutings, @salling, @xav42mac

We have released 3.33.1 which fixes this issue. Thanks @salling for the help!

Best,