urbanairship / ios-library

Urban Airship iOS SDK
http://urbanairship.com
Apache License 2.0
478 stars 265 forks source link

(17.2.1) Latest release not compiling with Carthage #374

Closed bkunat closed 11 months ago

bkunat commented 1 year ago

Preliminary Info

What Airship dependencies are you using?

17.2.1 via Carthage

What are the versions of any relevant development tools you are using?

N/A

Report

I'm experiencing the same issue described here: https://github.com/urbanairship/ios-library/issues/117.

Here's the output I get when I try to add urbanairship/ios-library via Carthage to my project:

xcodebuild: error: Unable to read project 'Airship Sample.xcodeproj' from folder '[REDACTED]/Carthage/Checkouts/ios-library/Airship Sample'.
    Reason: Project [REDACTED]/Carthage/Checkouts/ios-library/Airship Sample/Airship Sample.xcodeproj cannot be opened because it is missing its project.pbxproj file.
rlepinski commented 1 year ago

That file def exists in the repo - https://github.com/urbanairship/ios-library/blob/main/Airship%20Sample/Airship%20Sample.xcodeproj/project.pbxproj

Are you skipping the prebuilt xcframeworks ? Could you try wiping the carthage directory and trying again?