rabbitmq / rabbitmq-objc-client

RabbitMQ client for Objective-C and Swift
https://rabbitmq.com
Other
241 stars 84 forks source link

Avoid running carthage copy-frameworks when building #152

Closed simba909 closed 5 years ago

simba909 commented 5 years ago

This fixes an issue where projects built with RMQClient as a Carthage dependency can't be submitted to the App Store because of bundled framework files in the RMQClient framework.

Basically, what this PR does is it removes the following call during the copy frameworks build phase:

/usr/local/bin/carthage copy-frameworks || exit

I've tried this out and it doesn't seem to affect the rest of the project 👍

michaelklishin commented 5 years ago

What are the problematic bundled files? Do the test certificates end up being included?