You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running into an issue where I cannot use Pilgrim SDK's latest version (3.4.0) on Xcode 13.4.1.
This is the error I get when I import Pilgrim :
I found this information where a BUILD_LIBRARY_FOR_DISTRIBUTION needs to be set on in the Framework target in order to support Swift backwards compatibility. I don't have access to that setting as I am using Pilgrim as a third party. I am wondering: is this flag actually turned on on your end ?
The text was updated successfully, but these errors were encountered:
Hi Foursquare Developers 👋
I am running into an issue where I cannot use Pilgrim SDK's latest version (3.4.0) on Xcode 13.4.1.
This is the error I get when I
import Pilgrim
:I found this information where a
BUILD_LIBRARY_FOR_DISTRIBUTION
needs to be set on in the Framework target in order to support Swift backwards compatibility. I don't have access to that setting as I am using Pilgrim as a third party. I am wondering: is this flag actually turned on on your end ?The text was updated successfully, but these errors were encountered: